From 78279f8584ad473c92ee6364b83e5bbd14159a18 Mon Sep 17 00:00:00 2001 From: AwsSdkPhpAutomation Date: Tue, 13 Aug 2024 18:04:50 +0000 Subject: [PATCH] Update models for release --- .changes/3.319.4 | 27 +++ .changes/nextrelease/s3-200-errors.json | 7 - CHANGELOG.md | 9 + src/Appstream/AppstreamClient.php | 8 + src/data/amplify/2017-07-25/api-2.json | 26 +- src/data/amplify/2017-07-25/api-2.json.php | 2 +- src/data/amplify/2017-07-25/docs-2.json | 16 +- src/data/amplify/2017-07-25/docs-2.json.php | 2 +- src/data/appstream/2016-12-01/api-2.json | 225 +++++++++++++++++- src/data/appstream/2016-12-01/api-2.json.php | 2 +- src/data/appstream/2016-12-01/docs-2.json | 153 +++++++++++- src/data/appstream/2016-12-01/docs-2.json.php | 2 +- src/data/fis/2020-12-01/api-2.json | 22 +- src/data/fis/2020-12-01/api-2.json.php | 2 +- src/data/fis/2020-12-01/docs-2.json | 26 +- src/data/fis/2020-12-01/docs-2.json.php | 2 +- src/data/glue/2017-03-31/api-2.json | 14 +- src/data/glue/2017-03-31/api-2.json.php | 2 +- src/data/glue/2017-03-31/docs-2.json | 12 + src/data/glue/2017-03-31/docs-2.json.php | 2 +- src/data/neptune-graph/2023-11-29/api-2.json | 9 +- .../neptune-graph/2023-11-29/api-2.json.php | 2 +- src/data/neptune-graph/2023-11-29/docs-2.json | 9 +- .../neptune-graph/2023-11-29/docs-2.json.php | 2 +- 24 files changed, 549 insertions(+), 34 deletions(-) create mode 100644 .changes/3.319.4 delete mode 100644 .changes/nextrelease/s3-200-errors.json diff --git a/.changes/3.319.4 b/.changes/3.319.4 new file mode 100644 index 0000000000..7bdf047868 --- /dev/null +++ b/.changes/3.319.4 @@ -0,0 +1,27 @@ +[ + { + "type": "api-change", + "category": "FIS", + "description": "This release adds support for additional error information on experiment failure. It adds the error code, location, and account id on relevant failures to the GetExperiment and ListExperiment API responses." + }, + { + "type": "api-change", + "category": "NeptuneGraph", + "description": "Amazon Neptune Analytics provides a new option for customers to load data into a graph using the RDF (Resource Description Framework) NTRIPLES format. When loading NTRIPLES files, use the value `convertToIri` for the `blankNodeHandling` parameter." + }, + { + "type": "api-change", + "category": "Amplify", + "description": "Add a new field \"cacheConfig\" that enables users to configure the CDN cache settings for an App" + }, + { + "type": "api-change", + "category": "AppStream", + "description": "This release includes following new APIs: CreateThemeForStack, DescribeThemeForStack, UpdateThemeForStack, DeleteThemeForStack to support custom branding programmatically." + }, + { + "type": "api-change", + "category": "Glue", + "description": "Add AttributesToGet parameter support for Glue GetTables" + } +] diff --git a/.changes/nextrelease/s3-200-errors.json b/.changes/nextrelease/s3-200-errors.json deleted file mode 100644 index ee80152fa7..0000000000 --- a/.changes/nextrelease/s3-200-errors.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - { - "type": "enhancement", - "category": "S3", - "description": "Expands handling of errors contained within 200 responses." - } -] diff --git a/CHANGELOG.md b/CHANGELOG.md index 14fc0e712e..b876059ce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## next release + +* `Aws\S3` - Expands handling of errors contained within 200 responses. +* `Aws\FIS` - This release adds support for additional error information on experiment failure. It adds the error code, location, and account id on relevant failures to the GetExperiment and ListExperiment API responses. +* `Aws\NeptuneGraph` - Amazon Neptune Analytics provides a new option for customers to load data into a graph using the RDF (Resource Description Framework) NTRIPLES format. When loading NTRIPLES files, use the value `convertToIri` for the `blankNodeHandling` parameter. +* `Aws\Amplify` - Add a new field "cacheConfig" that enables users to configure the CDN cache settings for an App +* `Aws\AppStream` - This release includes following new APIs: CreateThemeForStack, DescribeThemeForStack, UpdateThemeForStack, DeleteThemeForStack to support custom branding programmatically. +* `Aws\Glue` - Add AttributesToGet parameter support for Glue GetTables + ## 3.319.3 - 2024-08-12 * `Aws\GroundStation` - Updating documentation for OEMEphemeris to link to AWS Ground Station User Guide diff --git a/src/Appstream/AppstreamClient.php b/src/Appstream/AppstreamClient.php index f84dd5e725..ebb1df15b4 100644 --- a/src/Appstream/AppstreamClient.php +++ b/src/Appstream/AppstreamClient.php @@ -41,6 +41,8 @@ * @method \GuzzleHttp\Promise\Promise createStackAsync(array $args = []) * @method \Aws\Result createStreamingURL(array $args = []) * @method \GuzzleHttp\Promise\Promise createStreamingURLAsync(array $args = []) + * @method \Aws\Result createThemeForStack(array $args = []) + * @method \GuzzleHttp\Promise\Promise createThemeForStackAsync(array $args = []) * @method \Aws\Result createUpdatedImage(array $args = []) * @method \GuzzleHttp\Promise\Promise createUpdatedImageAsync(array $args = []) * @method \Aws\Result createUsageReportSubscription(array $args = []) @@ -67,6 +69,8 @@ * @method \GuzzleHttp\Promise\Promise deleteImagePermissionsAsync(array $args = []) * @method \Aws\Result deleteStack(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteStackAsync(array $args = []) + * @method \Aws\Result deleteThemeForStack(array $args = []) + * @method \GuzzleHttp\Promise\Promise deleteThemeForStackAsync(array $args = []) * @method \Aws\Result deleteUsageReportSubscription(array $args = []) * @method \GuzzleHttp\Promise\Promise deleteUsageReportSubscriptionAsync(array $args = []) * @method \Aws\Result deleteUser(array $args = []) @@ -97,6 +101,8 @@ * @method \GuzzleHttp\Promise\Promise describeSessionsAsync(array $args = []) * @method \Aws\Result describeStacks(array $args = []) * @method \GuzzleHttp\Promise\Promise describeStacksAsync(array $args = []) + * @method \Aws\Result describeThemeForStack(array $args = []) + * @method \GuzzleHttp\Promise\Promise describeThemeForStackAsync(array $args = []) * @method \Aws\Result describeUsageReportSubscriptions(array $args = []) * @method \GuzzleHttp\Promise\Promise describeUsageReportSubscriptionsAsync(array $args = []) * @method \Aws\Result describeUserStackAssociations(array $args = []) @@ -155,5 +161,7 @@ * @method \GuzzleHttp\Promise\Promise updateImagePermissionsAsync(array $args = []) * @method \Aws\Result updateStack(array $args = []) * @method \GuzzleHttp\Promise\Promise updateStackAsync(array $args = []) + * @method \Aws\Result updateThemeForStack(array $args = []) + * @method \GuzzleHttp\Promise\Promise updateThemeForStackAsync(array $args = []) */ class AppstreamClient extends AwsClient {} diff --git a/src/data/amplify/2017-07-25/api-2.json b/src/data/amplify/2017-07-25/api-2.json index 9e18669191..bd30ad549b 100644 --- a/src/data/amplify/2017-07-25/api-2.json +++ b/src/data/amplify/2017-07-25/api-2.json @@ -11,7 +11,8 @@ "serviceId":"Amplify", "signatureVersion":"v4", "signingName":"amplify", - "uid":"amplify-2017-07-25" + "uid":"amplify-2017-07-25", + "auth":["aws.auth#sigv4"] }, "operations":{ "CreateApp":{ @@ -638,7 +639,8 @@ "enableAutoBranchCreation":{"shape":"EnableAutoBranchCreation"}, "autoBranchCreationPatterns":{"shape":"AutoBranchCreationPatterns"}, "autoBranchCreationConfig":{"shape":"AutoBranchCreationConfig"}, - "repositoryCloneMethod":{"shape":"RepositoryCloneMethod"} + "repositoryCloneMethod":{"shape":"RepositoryCloneMethod"}, + "cacheConfig":{"shape":"CacheConfig"} } }, "AppArn":{ @@ -858,6 +860,20 @@ "pattern":"(?s).+", "sensitive":true }, + "CacheConfig":{ + "type":"structure", + "required":["type"], + "members":{ + "type":{"shape":"CacheConfigType"} + } + }, + "CacheConfigType":{ + "type":"string", + "enum":[ + "AMPLIFY_MANAGED", + "AMPLIFY_MANAGED_NO_COOKIES" + ] + }, "Certificate":{ "type":"structure", "required":["type"], @@ -933,7 +949,8 @@ "customHeaders":{"shape":"CustomHeaders"}, "enableAutoBranchCreation":{"shape":"EnableAutoBranchCreation"}, "autoBranchCreationPatterns":{"shape":"AutoBranchCreationPatterns"}, - "autoBranchCreationConfig":{"shape":"AutoBranchCreationConfig"} + "autoBranchCreationConfig":{"shape":"AutoBranchCreationConfig"}, + "cacheConfig":{"shape":"CacheConfig"} } }, "CreateAppResult":{ @@ -2384,7 +2401,8 @@ "autoBranchCreationConfig":{"shape":"AutoBranchCreationConfig"}, "repository":{"shape":"Repository"}, "oauthToken":{"shape":"OauthToken"}, - "accessToken":{"shape":"AccessToken"} + "accessToken":{"shape":"AccessToken"}, + "cacheConfig":{"shape":"CacheConfig"} } }, "UpdateAppResult":{ diff --git a/src/data/amplify/2017-07-25/api-2.json.php b/src/data/amplify/2017-07-25/api-2.json.php index 0210cd8f46..fd92700ca4 100644 --- a/src/data/amplify/2017-07-25/api-2.json.php +++ b/src/data/amplify/2017-07-25/api-2.json.php @@ -1,3 +1,3 @@ '2.0', 'metadata' => [ 'apiVersion' => '2017-07-25', 'endpointPrefix' => 'amplify', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'protocols' => [ 'rest-json', ], 'serviceAbbreviation' => 'Amplify', 'serviceFullName' => 'AWS Amplify', 'serviceId' => 'Amplify', 'signatureVersion' => 'v4', 'signingName' => 'amplify', 'uid' => 'amplify-2017-07-25', ], 'operations' => [ 'CreateApp' => [ 'name' => 'CreateApp', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps', ], 'input' => [ 'shape' => 'CreateAppRequest', ], 'output' => [ 'shape' => 'CreateAppResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'DependentServiceFailureException', ], ], ], 'CreateBackendEnvironment' => [ 'name' => 'CreateBackendEnvironment', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps/{appId}/backendenvironments', ], 'input' => [ 'shape' => 'CreateBackendEnvironmentRequest', ], 'output' => [ 'shape' => 'CreateBackendEnvironmentResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'CreateBranch' => [ 'name' => 'CreateBranch', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps/{appId}/branches', ], 'input' => [ 'shape' => 'CreateBranchRequest', ], 'output' => [ 'shape' => 'CreateBranchResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'DependentServiceFailureException', ], ], ], 'CreateDeployment' => [ 'name' => 'CreateDeployment', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps/{appId}/branches/{branchName}/deployments', ], 'input' => [ 'shape' => 'CreateDeploymentRequest', ], 'output' => [ 'shape' => 'CreateDeploymentResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'CreateDomainAssociation' => [ 'name' => 'CreateDomainAssociation', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps/{appId}/domains', ], 'input' => [ 'shape' => 'CreateDomainAssociationRequest', ], 'output' => [ 'shape' => 'CreateDomainAssociationResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'DependentServiceFailureException', ], ], ], 'CreateWebhook' => [ 'name' => 'CreateWebhook', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps/{appId}/webhooks', ], 'input' => [ 'shape' => 'CreateWebhookRequest', ], 'output' => [ 'shape' => 'CreateWebhookResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'DependentServiceFailureException', ], ], ], 'DeleteApp' => [ 'name' => 'DeleteApp', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/apps/{appId}', ], 'input' => [ 'shape' => 'DeleteAppRequest', ], 'output' => [ 'shape' => 'DeleteAppResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'DependentServiceFailureException', ], ], ], 'DeleteBackendEnvironment' => [ 'name' => 'DeleteBackendEnvironment', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/apps/{appId}/backendenvironments/{environmentName}', ], 'input' => [ 'shape' => 'DeleteBackendEnvironmentRequest', ], 'output' => [ 'shape' => 'DeleteBackendEnvironmentResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'DependentServiceFailureException', ], ], ], 'DeleteBranch' => [ 'name' => 'DeleteBranch', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/apps/{appId}/branches/{branchName}', ], 'input' => [ 'shape' => 'DeleteBranchRequest', ], 'output' => [ 'shape' => 'DeleteBranchResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'DependentServiceFailureException', ], ], ], 'DeleteDomainAssociation' => [ 'name' => 'DeleteDomainAssociation', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/apps/{appId}/domains/{domainName}', ], 'input' => [ 'shape' => 'DeleteDomainAssociationRequest', ], 'output' => [ 'shape' => 'DeleteDomainAssociationResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'DependentServiceFailureException', ], ], ], 'DeleteJob' => [ 'name' => 'DeleteJob', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/apps/{appId}/branches/{branchName}/jobs/{jobId}', ], 'input' => [ 'shape' => 'DeleteJobRequest', ], 'output' => [ 'shape' => 'DeleteJobResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'DeleteWebhook' => [ 'name' => 'DeleteWebhook', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/webhooks/{webhookId}', ], 'input' => [ 'shape' => 'DeleteWebhookRequest', ], 'output' => [ 'shape' => 'DeleteWebhookResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'GenerateAccessLogs' => [ 'name' => 'GenerateAccessLogs', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps/{appId}/accesslogs', ], 'input' => [ 'shape' => 'GenerateAccessLogsRequest', ], 'output' => [ 'shape' => 'GenerateAccessLogsResult', ], 'errors' => [ [ 'shape' => 'NotFoundException', ], [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], ], ], 'GetApp' => [ 'name' => 'GetApp', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps/{appId}', ], 'input' => [ 'shape' => 'GetAppRequest', ], 'output' => [ 'shape' => 'GetAppResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], ], ], 'GetArtifactUrl' => [ 'name' => 'GetArtifactUrl', 'http' => [ 'method' => 'GET', 'requestUri' => '/artifacts/{artifactId}', ], 'input' => [ 'shape' => 'GetArtifactUrlRequest', ], 'output' => [ 'shape' => 'GetArtifactUrlResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'GetBackendEnvironment' => [ 'name' => 'GetBackendEnvironment', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps/{appId}/backendenvironments/{environmentName}', ], 'input' => [ 'shape' => 'GetBackendEnvironmentRequest', ], 'output' => [ 'shape' => 'GetBackendEnvironmentResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], ], ], 'GetBranch' => [ 'name' => 'GetBranch', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps/{appId}/branches/{branchName}', ], 'input' => [ 'shape' => 'GetBranchRequest', ], 'output' => [ 'shape' => 'GetBranchResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], ], ], 'GetDomainAssociation' => [ 'name' => 'GetDomainAssociation', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps/{appId}/domains/{domainName}', ], 'input' => [ 'shape' => 'GetDomainAssociationRequest', ], 'output' => [ 'shape' => 'GetDomainAssociationResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], ], ], 'GetJob' => [ 'name' => 'GetJob', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps/{appId}/branches/{branchName}/jobs/{jobId}', ], 'input' => [ 'shape' => 'GetJobRequest', ], 'output' => [ 'shape' => 'GetJobResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'GetWebhook' => [ 'name' => 'GetWebhook', 'http' => [ 'method' => 'GET', 'requestUri' => '/webhooks/{webhookId}', ], 'input' => [ 'shape' => 'GetWebhookRequest', ], 'output' => [ 'shape' => 'GetWebhookResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'ListApps' => [ 'name' => 'ListApps', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps', ], 'input' => [ 'shape' => 'ListAppsRequest', ], 'output' => [ 'shape' => 'ListAppsResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], ], ], 'ListArtifacts' => [ 'name' => 'ListArtifacts', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps/{appId}/branches/{branchName}/jobs/{jobId}/artifacts', ], 'input' => [ 'shape' => 'ListArtifactsRequest', ], 'output' => [ 'shape' => 'ListArtifactsResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'ListBackendEnvironments' => [ 'name' => 'ListBackendEnvironments', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps/{appId}/backendenvironments', ], 'input' => [ 'shape' => 'ListBackendEnvironmentsRequest', ], 'output' => [ 'shape' => 'ListBackendEnvironmentsResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], ], ], 'ListBranches' => [ 'name' => 'ListBranches', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps/{appId}/branches', ], 'input' => [ 'shape' => 'ListBranchesRequest', ], 'output' => [ 'shape' => 'ListBranchesResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], ], ], 'ListDomainAssociations' => [ 'name' => 'ListDomainAssociations', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps/{appId}/domains', ], 'input' => [ 'shape' => 'ListDomainAssociationsRequest', ], 'output' => [ 'shape' => 'ListDomainAssociationsResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], ], ], 'ListJobs' => [ 'name' => 'ListJobs', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps/{appId}/branches/{branchName}/jobs', ], 'input' => [ 'shape' => 'ListJobsRequest', ], 'output' => [ 'shape' => 'ListJobsResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'ListTagsForResource' => [ 'name' => 'ListTagsForResource', 'http' => [ 'method' => 'GET', 'requestUri' => '/tags/{resourceArn}', ], 'input' => [ 'shape' => 'ListTagsForResourceRequest', ], 'output' => [ 'shape' => 'ListTagsForResourceResponse', ], 'errors' => [ [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'ListWebhooks' => [ 'name' => 'ListWebhooks', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps/{appId}/webhooks', ], 'input' => [ 'shape' => 'ListWebhooksRequest', ], 'output' => [ 'shape' => 'ListWebhooksResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'StartDeployment' => [ 'name' => 'StartDeployment', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps/{appId}/branches/{branchName}/deployments/start', ], 'input' => [ 'shape' => 'StartDeploymentRequest', ], 'output' => [ 'shape' => 'StartDeploymentResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'StartJob' => [ 'name' => 'StartJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps/{appId}/branches/{branchName}/jobs', ], 'input' => [ 'shape' => 'StartJobRequest', ], 'output' => [ 'shape' => 'StartJobResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'StopJob' => [ 'name' => 'StopJob', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/apps/{appId}/branches/{branchName}/jobs/{jobId}/stop', ], 'input' => [ 'shape' => 'StopJobRequest', ], 'output' => [ 'shape' => 'StopJobResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'TagResource' => [ 'name' => 'TagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/tags/{resourceArn}', ], 'input' => [ 'shape' => 'TagResourceRequest', ], 'output' => [ 'shape' => 'TagResourceResponse', ], 'errors' => [ [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'UntagResource' => [ 'name' => 'UntagResource', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}', ], 'input' => [ 'shape' => 'UntagResourceRequest', ], 'output' => [ 'shape' => 'UntagResourceResponse', ], 'errors' => [ [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'UpdateApp' => [ 'name' => 'UpdateApp', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps/{appId}', ], 'input' => [ 'shape' => 'UpdateAppRequest', ], 'output' => [ 'shape' => 'UpdateAppResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], ], ], 'UpdateBranch' => [ 'name' => 'UpdateBranch', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps/{appId}/branches/{branchName}', ], 'input' => [ 'shape' => 'UpdateBranchRequest', ], 'output' => [ 'shape' => 'UpdateBranchResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'DependentServiceFailureException', ], ], ], 'UpdateDomainAssociation' => [ 'name' => 'UpdateDomainAssociation', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps/{appId}/domains/{domainName}', ], 'input' => [ 'shape' => 'UpdateDomainAssociationRequest', ], 'output' => [ 'shape' => 'UpdateDomainAssociationResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'DependentServiceFailureException', ], ], ], 'UpdateWebhook' => [ 'name' => 'UpdateWebhook', 'http' => [ 'method' => 'POST', 'requestUri' => '/webhooks/{webhookId}', ], 'input' => [ 'shape' => 'UpdateWebhookRequest', ], 'output' => [ 'shape' => 'UpdateWebhookResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'DependentServiceFailureException', ], ], ], ], 'shapes' => [ 'AccessToken' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '(?s).+', 'sensitive' => true, ], 'ActiveJobId' => [ 'type' => 'string', 'max' => 1000, ], 'App' => [ 'type' => 'structure', 'required' => [ 'appId', 'appArn', 'name', 'description', 'repository', 'platform', 'createTime', 'updateTime', 'environmentVariables', 'defaultDomain', 'enableBranchAutoBuild', 'enableBasicAuth', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', ], 'appArn' => [ 'shape' => 'AppArn', ], 'name' => [ 'shape' => 'Name', ], 'tags' => [ 'shape' => 'TagMap', ], 'description' => [ 'shape' => 'Description', ], 'repository' => [ 'shape' => 'Repository', ], 'platform' => [ 'shape' => 'Platform', ], 'createTime' => [ 'shape' => 'CreateTime', ], 'updateTime' => [ 'shape' => 'UpdateTime', ], 'iamServiceRoleArn' => [ 'shape' => 'ServiceRoleArn', ], 'environmentVariables' => [ 'shape' => 'EnvironmentVariables', ], 'defaultDomain' => [ 'shape' => 'DefaultDomain', ], 'enableBranchAutoBuild' => [ 'shape' => 'EnableBranchAutoBuild', ], 'enableBranchAutoDeletion' => [ 'shape' => 'EnableBranchAutoDeletion', ], 'enableBasicAuth' => [ 'shape' => 'EnableBasicAuth', ], 'basicAuthCredentials' => [ 'shape' => 'BasicAuthCredentials', ], 'customRules' => [ 'shape' => 'CustomRules', ], 'productionBranch' => [ 'shape' => 'ProductionBranch', ], 'buildSpec' => [ 'shape' => 'BuildSpec', ], 'customHeaders' => [ 'shape' => 'CustomHeaders', ], 'enableAutoBranchCreation' => [ 'shape' => 'EnableAutoBranchCreation', ], 'autoBranchCreationPatterns' => [ 'shape' => 'AutoBranchCreationPatterns', ], 'autoBranchCreationConfig' => [ 'shape' => 'AutoBranchCreationConfig', ], 'repositoryCloneMethod' => [ 'shape' => 'RepositoryCloneMethod', ], ], ], 'AppArn' => [ 'type' => 'string', 'max' => 1000, ], 'AppId' => [ 'type' => 'string', 'max' => 20, 'min' => 1, 'pattern' => 'd[a-z0-9]+', ], 'Apps' => [ 'type' => 'list', 'member' => [ 'shape' => 'App', ], ], 'Artifact' => [ 'type' => 'structure', 'required' => [ 'artifactFileName', 'artifactId', ], 'members' => [ 'artifactFileName' => [ 'shape' => 'ArtifactFileName', ], 'artifactId' => [ 'shape' => 'ArtifactId', ], ], ], 'ArtifactFileName' => [ 'type' => 'string', 'max' => 1000, ], 'ArtifactId' => [ 'type' => 'string', 'max' => 255, 'pattern' => '(?s).*', ], 'ArtifactUrl' => [ 'type' => 'string', 'max' => 1000, ], 'Artifacts' => [ 'type' => 'list', 'member' => [ 'shape' => 'Artifact', ], ], 'ArtifactsUrl' => [ 'type' => 'string', 'max' => 1000, ], 'AssociatedResource' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, ], 'AssociatedResources' => [ 'type' => 'list', 'member' => [ 'shape' => 'AssociatedResource', ], ], 'AutoBranchCreationConfig' => [ 'type' => 'structure', 'members' => [ 'stage' => [ 'shape' => 'Stage', ], 'framework' => [ 'shape' => 'Framework', ], 'enableAutoBuild' => [ 'shape' => 'EnableAutoBuild', ], 'environmentVariables' => [ 'shape' => 'EnvironmentVariables', ], 'basicAuthCredentials' => [ 'shape' => 'BasicAuthCredentials', ], 'enableBasicAuth' => [ 'shape' => 'EnableBasicAuth', ], 'enablePerformanceMode' => [ 'shape' => 'EnablePerformanceMode', ], 'buildSpec' => [ 'shape' => 'BuildSpec', ], 'enablePullRequestPreview' => [ 'shape' => 'EnablePullRequestPreview', ], 'pullRequestEnvironmentName' => [ 'shape' => 'PullRequestEnvironmentName', ], ], ], 'AutoBranchCreationPattern' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '(?s).+', ], 'AutoBranchCreationPatterns' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoBranchCreationPattern', ], ], 'AutoSubDomainCreationPattern' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '(?s).+', ], 'AutoSubDomainCreationPatterns' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoSubDomainCreationPattern', ], ], 'AutoSubDomainIAMRole' => [ 'type' => 'string', 'max' => 1000, 'pattern' => '^$|^arn:aws:iam::\\d{12}:role.+', ], 'Backend' => [ 'type' => 'structure', 'members' => [ 'stackArn' => [ 'shape' => 'StackArn', ], ], ], 'BackendEnvironment' => [ 'type' => 'structure', 'required' => [ 'backendEnvironmentArn', 'environmentName', 'createTime', 'updateTime', ], 'members' => [ 'backendEnvironmentArn' => [ 'shape' => 'BackendEnvironmentArn', ], 'environmentName' => [ 'shape' => 'EnvironmentName', ], 'stackName' => [ 'shape' => 'StackName', ], 'deploymentArtifacts' => [ 'shape' => 'DeploymentArtifacts', ], 'createTime' => [ 'shape' => 'CreateTime', ], 'updateTime' => [ 'shape' => 'UpdateTime', ], ], ], 'BackendEnvironmentArn' => [ 'type' => 'string', 'max' => 1000, 'min' => 0, 'pattern' => '(?s).*', ], 'BackendEnvironments' => [ 'type' => 'list', 'member' => [ 'shape' => 'BackendEnvironment', ], ], 'BadRequestException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'error' => [ 'httpStatusCode' => 400, ], 'exception' => true, ], 'BasicAuthCredentials' => [ 'type' => 'string', 'max' => 2000, 'pattern' => '(?s).*', 'sensitive' => true, ], 'Branch' => [ 'type' => 'structure', 'required' => [ 'branchArn', 'branchName', 'description', 'stage', 'displayName', 'enableNotification', 'createTime', 'updateTime', 'environmentVariables', 'enableAutoBuild', 'customDomains', 'framework', 'activeJobId', 'totalNumberOfJobs', 'enableBasicAuth', 'ttl', 'enablePullRequestPreview', ], 'members' => [ 'branchArn' => [ 'shape' => 'BranchArn', ], 'branchName' => [ 'shape' => 'BranchName', ], 'description' => [ 'shape' => 'Description', ], 'tags' => [ 'shape' => 'TagMap', ], 'stage' => [ 'shape' => 'Stage', ], 'displayName' => [ 'shape' => 'DisplayName', ], 'enableNotification' => [ 'shape' => 'EnableNotification', ], 'createTime' => [ 'shape' => 'CreateTime', ], 'updateTime' => [ 'shape' => 'UpdateTime', ], 'environmentVariables' => [ 'shape' => 'EnvironmentVariables', ], 'enableAutoBuild' => [ 'shape' => 'EnableAutoBuild', ], 'customDomains' => [ 'shape' => 'CustomDomains', ], 'framework' => [ 'shape' => 'Framework', ], 'activeJobId' => [ 'shape' => 'ActiveJobId', ], 'totalNumberOfJobs' => [ 'shape' => 'TotalNumberOfJobs', ], 'enableBasicAuth' => [ 'shape' => 'EnableBasicAuth', ], 'enablePerformanceMode' => [ 'shape' => 'EnablePerformanceMode', ], 'thumbnailUrl' => [ 'shape' => 'ThumbnailUrl', ], 'basicAuthCredentials' => [ 'shape' => 'BasicAuthCredentials', ], 'buildSpec' => [ 'shape' => 'BuildSpec', ], 'ttl' => [ 'shape' => 'TTL', ], 'associatedResources' => [ 'shape' => 'AssociatedResources', ], 'enablePullRequestPreview' => [ 'shape' => 'EnablePullRequestPreview', ], 'pullRequestEnvironmentName' => [ 'shape' => 'PullRequestEnvironmentName', ], 'destinationBranch' => [ 'shape' => 'BranchName', ], 'sourceBranch' => [ 'shape' => 'BranchName', ], 'backendEnvironmentArn' => [ 'shape' => 'BackendEnvironmentArn', ], 'backend' => [ 'shape' => 'Backend', ], ], ], 'BranchArn' => [ 'type' => 'string', 'max' => 1000, 'pattern' => '(?s).*', ], 'BranchName' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '(?s).+', ], 'Branches' => [ 'type' => 'list', 'member' => [ 'shape' => 'Branch', ], 'max' => 255, ], 'BuildSpec' => [ 'type' => 'string', 'max' => 25000, 'min' => 1, 'pattern' => '(?s).+', 'sensitive' => true, ], 'Certificate' => [ 'type' => 'structure', 'required' => [ 'type', ], 'members' => [ 'type' => [ 'shape' => 'CertificateType', ], 'customCertificateArn' => [ 'shape' => 'CertificateArn', ], 'certificateVerificationDNSRecord' => [ 'shape' => 'CertificateVerificationDNSRecord', ], ], ], 'CertificateArn' => [ 'type' => 'string', 'max' => 1000, 'min' => 0, 'pattern' => '^arn:aws:acm:[a-z0-9-]+:\\d{12}:certificate\\/.+$', ], 'CertificateSettings' => [ 'type' => 'structure', 'required' => [ 'type', ], 'members' => [ 'type' => [ 'shape' => 'CertificateType', ], 'customCertificateArn' => [ 'shape' => 'CertificateArn', ], ], ], 'CertificateType' => [ 'type' => 'string', 'enum' => [ 'AMPLIFY_MANAGED', 'CUSTOM', ], ], 'CertificateVerificationDNSRecord' => [ 'type' => 'string', 'max' => 1000, ], 'Code' => [ 'type' => 'string', ], 'CommitId' => [ 'type' => 'string', 'max' => 255, 'pattern' => '(?s).*', ], 'CommitMessage' => [ 'type' => 'string', 'max' => 10000, 'pattern' => '(?s).*', ], 'CommitTime' => [ 'type' => 'timestamp', ], 'Condition' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '(?s).*', ], 'Context' => [ 'type' => 'string', ], 'CreateAppRequest' => [ 'type' => 'structure', 'required' => [ 'name', ], 'members' => [ 'name' => [ 'shape' => 'Name', ], 'description' => [ 'shape' => 'Description', ], 'repository' => [ 'shape' => 'Repository', ], 'platform' => [ 'shape' => 'Platform', ], 'iamServiceRoleArn' => [ 'shape' => 'ServiceRoleArn', ], 'oauthToken' => [ 'shape' => 'OauthToken', ], 'accessToken' => [ 'shape' => 'AccessToken', ], 'environmentVariables' => [ 'shape' => 'EnvironmentVariables', ], 'enableBranchAutoBuild' => [ 'shape' => 'EnableBranchAutoBuild', ], 'enableBranchAutoDeletion' => [ 'shape' => 'EnableBranchAutoDeletion', ], 'enableBasicAuth' => [ 'shape' => 'EnableBasicAuth', ], 'basicAuthCredentials' => [ 'shape' => 'BasicAuthCredentials', ], 'customRules' => [ 'shape' => 'CustomRules', ], 'tags' => [ 'shape' => 'TagMap', ], 'buildSpec' => [ 'shape' => 'BuildSpec', ], 'customHeaders' => [ 'shape' => 'CustomHeaders', ], 'enableAutoBranchCreation' => [ 'shape' => 'EnableAutoBranchCreation', ], 'autoBranchCreationPatterns' => [ 'shape' => 'AutoBranchCreationPatterns', ], 'autoBranchCreationConfig' => [ 'shape' => 'AutoBranchCreationConfig', ], ], ], 'CreateAppResult' => [ 'type' => 'structure', 'required' => [ 'app', ], 'members' => [ 'app' => [ 'shape' => 'App', ], ], ], 'CreateBackendEnvironmentRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'environmentName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'environmentName' => [ 'shape' => 'EnvironmentName', ], 'stackName' => [ 'shape' => 'StackName', ], 'deploymentArtifacts' => [ 'shape' => 'DeploymentArtifacts', ], ], ], 'CreateBackendEnvironmentResult' => [ 'type' => 'structure', 'required' => [ 'backendEnvironment', ], 'members' => [ 'backendEnvironment' => [ 'shape' => 'BackendEnvironment', ], ], ], 'CreateBranchRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', ], 'description' => [ 'shape' => 'Description', ], 'stage' => [ 'shape' => 'Stage', ], 'framework' => [ 'shape' => 'Framework', ], 'enableNotification' => [ 'shape' => 'EnableNotification', ], 'enableAutoBuild' => [ 'shape' => 'EnableAutoBuild', ], 'environmentVariables' => [ 'shape' => 'EnvironmentVariables', ], 'basicAuthCredentials' => [ 'shape' => 'BasicAuthCredentials', ], 'enableBasicAuth' => [ 'shape' => 'EnableBasicAuth', ], 'enablePerformanceMode' => [ 'shape' => 'EnablePerformanceMode', ], 'tags' => [ 'shape' => 'TagMap', ], 'buildSpec' => [ 'shape' => 'BuildSpec', ], 'ttl' => [ 'shape' => 'TTL', ], 'displayName' => [ 'shape' => 'DisplayName', ], 'enablePullRequestPreview' => [ 'shape' => 'EnablePullRequestPreview', ], 'pullRequestEnvironmentName' => [ 'shape' => 'PullRequestEnvironmentName', ], 'backendEnvironmentArn' => [ 'shape' => 'BackendEnvironmentArn', ], 'backend' => [ 'shape' => 'Backend', ], ], ], 'CreateBranchResult' => [ 'type' => 'structure', 'required' => [ 'branch', ], 'members' => [ 'branch' => [ 'shape' => 'Branch', ], ], ], 'CreateDeploymentRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', 'location' => 'uri', 'locationName' => 'branchName', ], 'fileMap' => [ 'shape' => 'FileMap', ], ], ], 'CreateDeploymentResult' => [ 'type' => 'structure', 'required' => [ 'fileUploadUrls', 'zipUploadUrl', ], 'members' => [ 'jobId' => [ 'shape' => 'JobId', ], 'fileUploadUrls' => [ 'shape' => 'FileUploadUrls', ], 'zipUploadUrl' => [ 'shape' => 'UploadUrl', ], ], ], 'CreateDomainAssociationRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'domainName', 'subDomainSettings', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'domainName' => [ 'shape' => 'DomainName', ], 'enableAutoSubDomain' => [ 'shape' => 'EnableAutoSubDomain', ], 'subDomainSettings' => [ 'shape' => 'SubDomainSettings', ], 'autoSubDomainCreationPatterns' => [ 'shape' => 'AutoSubDomainCreationPatterns', ], 'autoSubDomainIAMRole' => [ 'shape' => 'AutoSubDomainIAMRole', ], 'certificateSettings' => [ 'shape' => 'CertificateSettings', ], ], ], 'CreateDomainAssociationResult' => [ 'type' => 'structure', 'required' => [ 'domainAssociation', ], 'members' => [ 'domainAssociation' => [ 'shape' => 'DomainAssociation', ], ], ], 'CreateTime' => [ 'type' => 'timestamp', ], 'CreateWebhookRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', ], 'description' => [ 'shape' => 'Description', ], ], ], 'CreateWebhookResult' => [ 'type' => 'structure', 'required' => [ 'webhook', ], 'members' => [ 'webhook' => [ 'shape' => 'Webhook', ], ], ], 'CustomDomain' => [ 'type' => 'string', 'max' => 255, ], 'CustomDomains' => [ 'type' => 'list', 'member' => [ 'shape' => 'CustomDomain', ], 'max' => 255, ], 'CustomHeaders' => [ 'type' => 'string', 'max' => 25000, 'min' => 0, 'pattern' => '(?s).*', ], 'CustomRule' => [ 'type' => 'structure', 'required' => [ 'source', 'target', ], 'members' => [ 'source' => [ 'shape' => 'Source', ], 'target' => [ 'shape' => 'Target', ], 'status' => [ 'shape' => 'Status', ], 'condition' => [ 'shape' => 'Condition', ], ], ], 'CustomRules' => [ 'type' => 'list', 'member' => [ 'shape' => 'CustomRule', ], ], 'DNSRecord' => [ 'type' => 'string', 'max' => 1000, ], 'DefaultDomain' => [ 'type' => 'string', 'max' => 1000, 'min' => 1, ], 'DeleteAppRequest' => [ 'type' => 'structure', 'required' => [ 'appId', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], ], ], 'DeleteAppResult' => [ 'type' => 'structure', 'required' => [ 'app', ], 'members' => [ 'app' => [ 'shape' => 'App', ], ], ], 'DeleteBackendEnvironmentRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'environmentName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'environmentName' => [ 'shape' => 'EnvironmentName', 'location' => 'uri', 'locationName' => 'environmentName', ], ], ], 'DeleteBackendEnvironmentResult' => [ 'type' => 'structure', 'required' => [ 'backendEnvironment', ], 'members' => [ 'backendEnvironment' => [ 'shape' => 'BackendEnvironment', ], ], ], 'DeleteBranchRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', 'location' => 'uri', 'locationName' => 'branchName', ], ], ], 'DeleteBranchResult' => [ 'type' => 'structure', 'required' => [ 'branch', ], 'members' => [ 'branch' => [ 'shape' => 'Branch', ], ], ], 'DeleteDomainAssociationRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'domainName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'domainName' => [ 'shape' => 'DomainName', 'location' => 'uri', 'locationName' => 'domainName', ], ], ], 'DeleteDomainAssociationResult' => [ 'type' => 'structure', 'required' => [ 'domainAssociation', ], 'members' => [ 'domainAssociation' => [ 'shape' => 'DomainAssociation', ], ], ], 'DeleteJobRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', 'jobId', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', 'location' => 'uri', 'locationName' => 'branchName', ], 'jobId' => [ 'shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId', ], ], ], 'DeleteJobResult' => [ 'type' => 'structure', 'required' => [ 'jobSummary', ], 'members' => [ 'jobSummary' => [ 'shape' => 'JobSummary', ], ], ], 'DeleteWebhookRequest' => [ 'type' => 'structure', 'required' => [ 'webhookId', ], 'members' => [ 'webhookId' => [ 'shape' => 'WebhookId', 'location' => 'uri', 'locationName' => 'webhookId', ], ], ], 'DeleteWebhookResult' => [ 'type' => 'structure', 'required' => [ 'webhook', ], 'members' => [ 'webhook' => [ 'shape' => 'Webhook', ], ], ], 'DependentServiceFailureException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'error' => [ 'httpStatusCode' => 503, ], 'exception' => true, ], 'DeploymentArtifacts' => [ 'type' => 'string', 'max' => 1000, 'min' => 1, 'pattern' => '(?s).+', ], 'Description' => [ 'type' => 'string', 'max' => 1000, 'pattern' => '(?s).*', ], 'DisplayName' => [ 'type' => 'string', 'max' => 255, 'pattern' => '(?s).*', ], 'DomainAssociation' => [ 'type' => 'structure', 'required' => [ 'domainAssociationArn', 'domainName', 'enableAutoSubDomain', 'domainStatus', 'statusReason', 'subDomains', ], 'members' => [ 'domainAssociationArn' => [ 'shape' => 'DomainAssociationArn', ], 'domainName' => [ 'shape' => 'DomainName', ], 'enableAutoSubDomain' => [ 'shape' => 'EnableAutoSubDomain', ], 'autoSubDomainCreationPatterns' => [ 'shape' => 'AutoSubDomainCreationPatterns', ], 'autoSubDomainIAMRole' => [ 'shape' => 'AutoSubDomainIAMRole', ], 'domainStatus' => [ 'shape' => 'DomainStatus', ], 'updateStatus' => [ 'shape' => 'UpdateStatus', ], 'statusReason' => [ 'shape' => 'StatusReason', ], 'certificateVerificationDNSRecord' => [ 'shape' => 'CertificateVerificationDNSRecord', ], 'subDomains' => [ 'shape' => 'SubDomains', ], 'certificate' => [ 'shape' => 'Certificate', ], ], ], 'DomainAssociationArn' => [ 'type' => 'string', 'max' => 1000, ], 'DomainAssociations' => [ 'type' => 'list', 'member' => [ 'shape' => 'DomainAssociation', ], 'max' => 255, ], 'DomainName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '^(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])(\\.)?$', ], 'DomainPrefix' => [ 'type' => 'string', 'max' => 255, 'pattern' => '(?s).*', ], 'DomainStatus' => [ 'type' => 'string', 'enum' => [ 'PENDING_VERIFICATION', 'IN_PROGRESS', 'AVAILABLE', 'IMPORTING_CUSTOM_CERTIFICATE', 'PENDING_DEPLOYMENT', 'AWAITING_APP_CNAME', 'FAILED', 'CREATING', 'REQUESTING_CERTIFICATE', 'UPDATING', ], ], 'EnableAutoBranchCreation' => [ 'type' => 'boolean', ], 'EnableAutoBuild' => [ 'type' => 'boolean', ], 'EnableAutoSubDomain' => [ 'type' => 'boolean', ], 'EnableBasicAuth' => [ 'type' => 'boolean', ], 'EnableBranchAutoBuild' => [ 'type' => 'boolean', ], 'EnableBranchAutoDeletion' => [ 'type' => 'boolean', ], 'EnableNotification' => [ 'type' => 'boolean', ], 'EnablePerformanceMode' => [ 'type' => 'boolean', ], 'EnablePullRequestPreview' => [ 'type' => 'boolean', ], 'EndTime' => [ 'type' => 'timestamp', ], 'EnvKey' => [ 'type' => 'string', 'max' => 255, 'pattern' => '(?s).*', ], 'EnvValue' => [ 'type' => 'string', 'max' => 5500, 'pattern' => '(?s).*', ], 'EnvironmentName' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '(?s).+', ], 'EnvironmentVariables' => [ 'type' => 'map', 'key' => [ 'shape' => 'EnvKey', ], 'value' => [ 'shape' => 'EnvValue', ], ], 'ErrorMessage' => [ 'type' => 'string', 'max' => 255, ], 'FileMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'FileName', ], 'value' => [ 'shape' => 'MD5Hash', ], ], 'FileName' => [ 'type' => 'string', 'max' => 255, 'pattern' => '(?s).*', ], 'FileUploadUrls' => [ 'type' => 'map', 'key' => [ 'shape' => 'FileName', ], 'value' => [ 'shape' => 'UploadUrl', ], ], 'Framework' => [ 'type' => 'string', 'max' => 255, 'pattern' => '(?s).*', ], 'GenerateAccessLogsRequest' => [ 'type' => 'structure', 'required' => [ 'domainName', 'appId', ], 'members' => [ 'startTime' => [ 'shape' => 'StartTime', ], 'endTime' => [ 'shape' => 'EndTime', ], 'domainName' => [ 'shape' => 'DomainName', ], 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], ], ], 'GenerateAccessLogsResult' => [ 'type' => 'structure', 'members' => [ 'logUrl' => [ 'shape' => 'LogUrl', ], ], ], 'GetAppRequest' => [ 'type' => 'structure', 'required' => [ 'appId', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], ], ], 'GetAppResult' => [ 'type' => 'structure', 'required' => [ 'app', ], 'members' => [ 'app' => [ 'shape' => 'App', ], ], ], 'GetArtifactUrlRequest' => [ 'type' => 'structure', 'required' => [ 'artifactId', ], 'members' => [ 'artifactId' => [ 'shape' => 'ArtifactId', 'location' => 'uri', 'locationName' => 'artifactId', ], ], ], 'GetArtifactUrlResult' => [ 'type' => 'structure', 'required' => [ 'artifactId', 'artifactUrl', ], 'members' => [ 'artifactId' => [ 'shape' => 'ArtifactId', ], 'artifactUrl' => [ 'shape' => 'ArtifactUrl', ], ], ], 'GetBackendEnvironmentRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'environmentName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'environmentName' => [ 'shape' => 'EnvironmentName', 'location' => 'uri', 'locationName' => 'environmentName', ], ], ], 'GetBackendEnvironmentResult' => [ 'type' => 'structure', 'required' => [ 'backendEnvironment', ], 'members' => [ 'backendEnvironment' => [ 'shape' => 'BackendEnvironment', ], ], ], 'GetBranchRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', 'location' => 'uri', 'locationName' => 'branchName', ], ], ], 'GetBranchResult' => [ 'type' => 'structure', 'required' => [ 'branch', ], 'members' => [ 'branch' => [ 'shape' => 'Branch', ], ], ], 'GetDomainAssociationRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'domainName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'domainName' => [ 'shape' => 'DomainName', 'location' => 'uri', 'locationName' => 'domainName', ], ], ], 'GetDomainAssociationResult' => [ 'type' => 'structure', 'required' => [ 'domainAssociation', ], 'members' => [ 'domainAssociation' => [ 'shape' => 'DomainAssociation', ], ], ], 'GetJobRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', 'jobId', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', 'location' => 'uri', 'locationName' => 'branchName', ], 'jobId' => [ 'shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId', ], ], ], 'GetJobResult' => [ 'type' => 'structure', 'required' => [ 'job', ], 'members' => [ 'job' => [ 'shape' => 'Job', ], ], ], 'GetWebhookRequest' => [ 'type' => 'structure', 'required' => [ 'webhookId', ], 'members' => [ 'webhookId' => [ 'shape' => 'WebhookId', 'location' => 'uri', 'locationName' => 'webhookId', ], ], ], 'GetWebhookResult' => [ 'type' => 'structure', 'required' => [ 'webhook', ], 'members' => [ 'webhook' => [ 'shape' => 'Webhook', ], ], ], 'InternalFailureException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'error' => [ 'httpStatusCode' => 500, ], 'exception' => true, 'fault' => true, ], 'Job' => [ 'type' => 'structure', 'required' => [ 'summary', 'steps', ], 'members' => [ 'summary' => [ 'shape' => 'JobSummary', ], 'steps' => [ 'shape' => 'Steps', ], ], ], 'JobArn' => [ 'type' => 'string', 'max' => 1000, ], 'JobId' => [ 'type' => 'string', 'max' => 255, 'pattern' => '[0-9]+', ], 'JobReason' => [ 'type' => 'string', 'max' => 255, 'pattern' => '(?s).*', ], 'JobStatus' => [ 'type' => 'string', 'enum' => [ 'PENDING', 'PROVISIONING', 'RUNNING', 'FAILED', 'SUCCEED', 'CANCELLING', 'CANCELLED', ], ], 'JobSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'JobSummary', ], ], 'JobSummary' => [ 'type' => 'structure', 'required' => [ 'jobArn', 'jobId', 'commitId', 'commitMessage', 'commitTime', 'startTime', 'status', 'jobType', ], 'members' => [ 'jobArn' => [ 'shape' => 'JobArn', ], 'jobId' => [ 'shape' => 'JobId', ], 'commitId' => [ 'shape' => 'CommitId', ], 'commitMessage' => [ 'shape' => 'CommitMessage', ], 'commitTime' => [ 'shape' => 'CommitTime', ], 'startTime' => [ 'shape' => 'StartTime', ], 'status' => [ 'shape' => 'JobStatus', ], 'endTime' => [ 'shape' => 'EndTime', ], 'jobType' => [ 'shape' => 'JobType', ], ], ], 'JobType' => [ 'type' => 'string', 'enum' => [ 'RELEASE', 'RETRY', 'MANUAL', 'WEB_HOOK', ], 'max' => 10, ], 'LastDeployTime' => [ 'type' => 'timestamp', ], 'LimitExceededException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'error' => [ 'httpStatusCode' => 429, ], 'exception' => true, ], 'ListAppsRequest' => [ 'type' => 'structure', 'members' => [ 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResultsForListApps', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListAppsResult' => [ 'type' => 'structure', 'required' => [ 'apps', ], 'members' => [ 'apps' => [ 'shape' => 'Apps', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListArtifactsRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', 'jobId', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', 'location' => 'uri', 'locationName' => 'branchName', ], 'jobId' => [ 'shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListArtifactsResult' => [ 'type' => 'structure', 'required' => [ 'artifacts', ], 'members' => [ 'artifacts' => [ 'shape' => 'Artifacts', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListBackendEnvironmentsRequest' => [ 'type' => 'structure', 'required' => [ 'appId', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'environmentName' => [ 'shape' => 'EnvironmentName', 'location' => 'querystring', 'locationName' => 'environmentName', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListBackendEnvironmentsResult' => [ 'type' => 'structure', 'required' => [ 'backendEnvironments', ], 'members' => [ 'backendEnvironments' => [ 'shape' => 'BackendEnvironments', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListBranchesRequest' => [ 'type' => 'structure', 'required' => [ 'appId', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListBranchesResult' => [ 'type' => 'structure', 'required' => [ 'branches', ], 'members' => [ 'branches' => [ 'shape' => 'Branches', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDomainAssociationsRequest' => [ 'type' => 'structure', 'required' => [ 'appId', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListDomainAssociationsResult' => [ 'type' => 'structure', 'required' => [ 'domainAssociations', ], 'members' => [ 'domainAssociations' => [ 'shape' => 'DomainAssociations', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListJobsRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', 'location' => 'uri', 'locationName' => 'branchName', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListJobsResult' => [ 'type' => 'structure', 'required' => [ 'jobSummaries', ], 'members' => [ 'jobSummaries' => [ 'shape' => 'JobSummaries', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTagsForResourceRequest' => [ 'type' => 'structure', 'required' => [ 'resourceArn', ], 'members' => [ 'resourceArn' => [ 'shape' => 'ResourceArn', 'location' => 'uri', 'locationName' => 'resourceArn', ], ], ], 'ListTagsForResourceResponse' => [ 'type' => 'structure', 'members' => [ 'tags' => [ 'shape' => 'TagMap', ], ], ], 'ListWebhooksRequest' => [ 'type' => 'structure', 'required' => [ 'appId', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListWebhooksResult' => [ 'type' => 'structure', 'required' => [ 'webhooks', ], 'members' => [ 'webhooks' => [ 'shape' => 'Webhooks', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'LogUrl' => [ 'type' => 'string', 'max' => 1000, ], 'MD5Hash' => [ 'type' => 'string', 'max' => 32, 'pattern' => '(?s).*', ], 'MaxResults' => [ 'type' => 'integer', 'max' => 50, 'min' => 0, ], 'MaxResultsForListApps' => [ 'type' => 'integer', 'max' => 100, 'min' => 0, ], 'Name' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '(?s).+', ], 'NextToken' => [ 'type' => 'string', 'max' => 2000, 'pattern' => '(?s).*', ], 'NotFoundException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'error' => [ 'httpStatusCode' => 404, ], 'exception' => true, ], 'OauthToken' => [ 'type' => 'string', 'max' => 1000, 'pattern' => '(?s).*', 'sensitive' => true, ], 'Platform' => [ 'type' => 'string', 'enum' => [ 'WEB', 'WEB_DYNAMIC', 'WEB_COMPUTE', ], ], 'ProductionBranch' => [ 'type' => 'structure', 'members' => [ 'lastDeployTime' => [ 'shape' => 'LastDeployTime', ], 'status' => [ 'shape' => 'Status', ], 'thumbnailUrl' => [ 'shape' => 'ThumbnailUrl', ], 'branchName' => [ 'shape' => 'BranchName', ], ], ], 'PullRequestEnvironmentName' => [ 'type' => 'string', 'max' => 20, 'pattern' => '(?s).*', ], 'Repository' => [ 'type' => 'string', 'max' => 1000, 'pattern' => '(?s).*', ], 'RepositoryCloneMethod' => [ 'type' => 'string', 'enum' => [ 'SSH', 'TOKEN', 'SIGV4', ], ], 'ResourceArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '^arn:aws:amplify:.*', ], 'ResourceNotFoundException' => [ 'type' => 'structure', 'required' => [ 'code', 'message', ], 'members' => [ 'code' => [ 'shape' => 'Code', ], 'message' => [ 'shape' => 'ErrorMessage', ], ], 'error' => [ 'httpStatusCode' => 404, ], 'exception' => true, ], 'Screenshots' => [ 'type' => 'map', 'key' => [ 'shape' => 'ThumbnailName', ], 'value' => [ 'shape' => 'ThumbnailUrl', ], ], 'ServiceRoleArn' => [ 'type' => 'string', 'max' => 1000, 'min' => 0, 'pattern' => '(?s).*', ], 'Source' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '(?s).+', ], 'SourceUrl' => [ 'type' => 'string', 'max' => 3000, 'pattern' => '(?s).*', ], 'StackArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '^arn:aws:cloudformation:[a-z0-9-]+:\\d{12}:stack/.+/.+$', ], 'StackName' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '(?s).+', ], 'Stage' => [ 'type' => 'string', 'enum' => [ 'PRODUCTION', 'BETA', 'DEVELOPMENT', 'EXPERIMENTAL', 'PULL_REQUEST', ], ], 'StartDeploymentRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', 'location' => 'uri', 'locationName' => 'branchName', ], 'jobId' => [ 'shape' => 'JobId', ], 'sourceUrl' => [ 'shape' => 'SourceUrl', ], ], ], 'StartDeploymentResult' => [ 'type' => 'structure', 'required' => [ 'jobSummary', ], 'members' => [ 'jobSummary' => [ 'shape' => 'JobSummary', ], ], ], 'StartJobRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', 'jobType', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', 'location' => 'uri', 'locationName' => 'branchName', ], 'jobId' => [ 'shape' => 'JobId', ], 'jobType' => [ 'shape' => 'JobType', ], 'jobReason' => [ 'shape' => 'JobReason', ], 'commitId' => [ 'shape' => 'CommitId', ], 'commitMessage' => [ 'shape' => 'CommitMessage', ], 'commitTime' => [ 'shape' => 'CommitTime', ], ], ], 'StartJobResult' => [ 'type' => 'structure', 'required' => [ 'jobSummary', ], 'members' => [ 'jobSummary' => [ 'shape' => 'JobSummary', ], ], ], 'StartTime' => [ 'type' => 'timestamp', ], 'Status' => [ 'type' => 'string', 'max' => 7, 'min' => 3, 'pattern' => '.{3,7}', ], 'StatusReason' => [ 'type' => 'string', 'max' => 1000, ], 'Step' => [ 'type' => 'structure', 'required' => [ 'stepName', 'startTime', 'status', 'endTime', ], 'members' => [ 'stepName' => [ 'shape' => 'StepName', ], 'startTime' => [ 'shape' => 'StartTime', ], 'status' => [ 'shape' => 'JobStatus', ], 'endTime' => [ 'shape' => 'EndTime', ], 'logUrl' => [ 'shape' => 'LogUrl', ], 'artifactsUrl' => [ 'shape' => 'ArtifactsUrl', ], 'testArtifactsUrl' => [ 'shape' => 'TestArtifactsUrl', ], 'testConfigUrl' => [ 'shape' => 'TestConfigUrl', ], 'screenshots' => [ 'shape' => 'Screenshots', ], 'statusReason' => [ 'shape' => 'StatusReason', ], 'context' => [ 'shape' => 'Context', ], ], ], 'StepName' => [ 'type' => 'string', 'max' => 255, ], 'Steps' => [ 'type' => 'list', 'member' => [ 'shape' => 'Step', ], ], 'StopJobRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', 'jobId', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', 'location' => 'uri', 'locationName' => 'branchName', ], 'jobId' => [ 'shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId', ], ], ], 'StopJobResult' => [ 'type' => 'structure', 'required' => [ 'jobSummary', ], 'members' => [ 'jobSummary' => [ 'shape' => 'JobSummary', ], ], ], 'SubDomain' => [ 'type' => 'structure', 'required' => [ 'subDomainSetting', 'verified', 'dnsRecord', ], 'members' => [ 'subDomainSetting' => [ 'shape' => 'SubDomainSetting', ], 'verified' => [ 'shape' => 'Verified', ], 'dnsRecord' => [ 'shape' => 'DNSRecord', ], ], ], 'SubDomainSetting' => [ 'type' => 'structure', 'required' => [ 'prefix', 'branchName', ], 'members' => [ 'prefix' => [ 'shape' => 'DomainPrefix', ], 'branchName' => [ 'shape' => 'BranchName', ], ], ], 'SubDomainSettings' => [ 'type' => 'list', 'member' => [ 'shape' => 'SubDomainSetting', ], 'max' => 500, ], 'SubDomains' => [ 'type' => 'list', 'member' => [ 'shape' => 'SubDomain', ], 'max' => 500, ], 'TTL' => [ 'type' => 'string', 'max' => 32, 'min' => 0, 'pattern' => '\\d*', ], 'TagKey' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^(?!aws:)[a-zA-Z+-=._:/]+$', ], 'TagKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagKey', ], 'max' => 50, 'min' => 1, ], 'TagMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'TagKey', ], 'value' => [ 'shape' => 'TagValue', ], 'max' => 50, 'min' => 0, ], 'TagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'resourceArn', 'tags', ], 'members' => [ 'resourceArn' => [ 'shape' => 'ResourceArn', 'location' => 'uri', 'locationName' => 'resourceArn', ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'TagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'TagValue' => [ 'type' => 'string', 'max' => 256, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$', ], 'Target' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '(?s).+', ], 'TestArtifactsUrl' => [ 'type' => 'string', 'max' => 1000, ], 'TestConfigUrl' => [ 'type' => 'string', 'max' => 1000, ], 'ThumbnailName' => [ 'type' => 'string', 'max' => 256, ], 'ThumbnailUrl' => [ 'type' => 'string', 'max' => 2000, 'min' => 1, ], 'TotalNumberOfJobs' => [ 'type' => 'string', 'max' => 1000, ], 'UnauthorizedException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'error' => [ 'httpStatusCode' => 401, ], 'exception' => true, ], 'UntagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'resourceArn', 'tagKeys', ], 'members' => [ 'resourceArn' => [ 'shape' => 'ResourceArn', 'location' => 'uri', 'locationName' => 'resourceArn', ], 'tagKeys' => [ 'shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys', ], ], ], 'UntagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateAppRequest' => [ 'type' => 'structure', 'required' => [ 'appId', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'name' => [ 'shape' => 'Name', ], 'description' => [ 'shape' => 'Description', ], 'platform' => [ 'shape' => 'Platform', ], 'iamServiceRoleArn' => [ 'shape' => 'ServiceRoleArn', ], 'environmentVariables' => [ 'shape' => 'EnvironmentVariables', ], 'enableBranchAutoBuild' => [ 'shape' => 'EnableAutoBuild', ], 'enableBranchAutoDeletion' => [ 'shape' => 'EnableBranchAutoDeletion', ], 'enableBasicAuth' => [ 'shape' => 'EnableBasicAuth', ], 'basicAuthCredentials' => [ 'shape' => 'BasicAuthCredentials', ], 'customRules' => [ 'shape' => 'CustomRules', ], 'buildSpec' => [ 'shape' => 'BuildSpec', ], 'customHeaders' => [ 'shape' => 'CustomHeaders', ], 'enableAutoBranchCreation' => [ 'shape' => 'EnableAutoBranchCreation', ], 'autoBranchCreationPatterns' => [ 'shape' => 'AutoBranchCreationPatterns', ], 'autoBranchCreationConfig' => [ 'shape' => 'AutoBranchCreationConfig', ], 'repository' => [ 'shape' => 'Repository', ], 'oauthToken' => [ 'shape' => 'OauthToken', ], 'accessToken' => [ 'shape' => 'AccessToken', ], ], ], 'UpdateAppResult' => [ 'type' => 'structure', 'required' => [ 'app', ], 'members' => [ 'app' => [ 'shape' => 'App', ], ], ], 'UpdateBranchRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', 'location' => 'uri', 'locationName' => 'branchName', ], 'description' => [ 'shape' => 'Description', ], 'framework' => [ 'shape' => 'Framework', ], 'stage' => [ 'shape' => 'Stage', ], 'enableNotification' => [ 'shape' => 'EnableNotification', ], 'enableAutoBuild' => [ 'shape' => 'EnableAutoBuild', ], 'environmentVariables' => [ 'shape' => 'EnvironmentVariables', ], 'basicAuthCredentials' => [ 'shape' => 'BasicAuthCredentials', ], 'enableBasicAuth' => [ 'shape' => 'EnableBasicAuth', ], 'enablePerformanceMode' => [ 'shape' => 'EnablePerformanceMode', ], 'buildSpec' => [ 'shape' => 'BuildSpec', ], 'ttl' => [ 'shape' => 'TTL', ], 'displayName' => [ 'shape' => 'DisplayName', ], 'enablePullRequestPreview' => [ 'shape' => 'EnablePullRequestPreview', ], 'pullRequestEnvironmentName' => [ 'shape' => 'PullRequestEnvironmentName', ], 'backendEnvironmentArn' => [ 'shape' => 'BackendEnvironmentArn', ], 'backend' => [ 'shape' => 'Backend', ], ], ], 'UpdateBranchResult' => [ 'type' => 'structure', 'required' => [ 'branch', ], 'members' => [ 'branch' => [ 'shape' => 'Branch', ], ], ], 'UpdateDomainAssociationRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'domainName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'domainName' => [ 'shape' => 'DomainName', 'location' => 'uri', 'locationName' => 'domainName', ], 'enableAutoSubDomain' => [ 'shape' => 'EnableAutoSubDomain', ], 'subDomainSettings' => [ 'shape' => 'SubDomainSettings', ], 'autoSubDomainCreationPatterns' => [ 'shape' => 'AutoSubDomainCreationPatterns', ], 'autoSubDomainIAMRole' => [ 'shape' => 'AutoSubDomainIAMRole', ], 'certificateSettings' => [ 'shape' => 'CertificateSettings', ], ], ], 'UpdateDomainAssociationResult' => [ 'type' => 'structure', 'required' => [ 'domainAssociation', ], 'members' => [ 'domainAssociation' => [ 'shape' => 'DomainAssociation', ], ], ], 'UpdateStatus' => [ 'type' => 'string', 'enum' => [ 'REQUESTING_CERTIFICATE', 'PENDING_VERIFICATION', 'IMPORTING_CUSTOM_CERTIFICATE', 'PENDING_DEPLOYMENT', 'AWAITING_APP_CNAME', 'UPDATE_COMPLETE', 'UPDATE_FAILED', ], ], 'UpdateTime' => [ 'type' => 'timestamp', ], 'UpdateWebhookRequest' => [ 'type' => 'structure', 'required' => [ 'webhookId', ], 'members' => [ 'webhookId' => [ 'shape' => 'WebhookId', 'location' => 'uri', 'locationName' => 'webhookId', ], 'branchName' => [ 'shape' => 'BranchName', ], 'description' => [ 'shape' => 'Description', ], ], ], 'UpdateWebhookResult' => [ 'type' => 'structure', 'required' => [ 'webhook', ], 'members' => [ 'webhook' => [ 'shape' => 'Webhook', ], ], ], 'UploadUrl' => [ 'type' => 'string', 'max' => 1000, ], 'Verified' => [ 'type' => 'boolean', ], 'Webhook' => [ 'type' => 'structure', 'required' => [ 'webhookArn', 'webhookId', 'webhookUrl', 'branchName', 'description', 'createTime', 'updateTime', ], 'members' => [ 'webhookArn' => [ 'shape' => 'WebhookArn', ], 'webhookId' => [ 'shape' => 'WebhookId', ], 'webhookUrl' => [ 'shape' => 'WebhookUrl', ], 'branchName' => [ 'shape' => 'BranchName', ], 'description' => [ 'shape' => 'Description', ], 'createTime' => [ 'shape' => 'CreateTime', ], 'updateTime' => [ 'shape' => 'UpdateTime', ], ], ], 'WebhookArn' => [ 'type' => 'string', 'max' => 1000, ], 'WebhookId' => [ 'type' => 'string', 'max' => 255, 'pattern' => '(?s).*', ], 'WebhookUrl' => [ 'type' => 'string', 'max' => 1000, ], 'Webhooks' => [ 'type' => 'list', 'member' => [ 'shape' => 'Webhook', ], ], ],]; +return [ 'version' => '2.0', 'metadata' => [ 'apiVersion' => '2017-07-25', 'endpointPrefix' => 'amplify', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'protocols' => [ 'rest-json', ], 'serviceAbbreviation' => 'Amplify', 'serviceFullName' => 'AWS Amplify', 'serviceId' => 'Amplify', 'signatureVersion' => 'v4', 'signingName' => 'amplify', 'uid' => 'amplify-2017-07-25', 'auth' => [ 'aws.auth#sigv4', ], ], 'operations' => [ 'CreateApp' => [ 'name' => 'CreateApp', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps', ], 'input' => [ 'shape' => 'CreateAppRequest', ], 'output' => [ 'shape' => 'CreateAppResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'DependentServiceFailureException', ], ], ], 'CreateBackendEnvironment' => [ 'name' => 'CreateBackendEnvironment', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps/{appId}/backendenvironments', ], 'input' => [ 'shape' => 'CreateBackendEnvironmentRequest', ], 'output' => [ 'shape' => 'CreateBackendEnvironmentResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'CreateBranch' => [ 'name' => 'CreateBranch', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps/{appId}/branches', ], 'input' => [ 'shape' => 'CreateBranchRequest', ], 'output' => [ 'shape' => 'CreateBranchResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'DependentServiceFailureException', ], ], ], 'CreateDeployment' => [ 'name' => 'CreateDeployment', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps/{appId}/branches/{branchName}/deployments', ], 'input' => [ 'shape' => 'CreateDeploymentRequest', ], 'output' => [ 'shape' => 'CreateDeploymentResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'CreateDomainAssociation' => [ 'name' => 'CreateDomainAssociation', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps/{appId}/domains', ], 'input' => [ 'shape' => 'CreateDomainAssociationRequest', ], 'output' => [ 'shape' => 'CreateDomainAssociationResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'DependentServiceFailureException', ], ], ], 'CreateWebhook' => [ 'name' => 'CreateWebhook', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps/{appId}/webhooks', ], 'input' => [ 'shape' => 'CreateWebhookRequest', ], 'output' => [ 'shape' => 'CreateWebhookResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'DependentServiceFailureException', ], ], ], 'DeleteApp' => [ 'name' => 'DeleteApp', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/apps/{appId}', ], 'input' => [ 'shape' => 'DeleteAppRequest', ], 'output' => [ 'shape' => 'DeleteAppResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'DependentServiceFailureException', ], ], ], 'DeleteBackendEnvironment' => [ 'name' => 'DeleteBackendEnvironment', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/apps/{appId}/backendenvironments/{environmentName}', ], 'input' => [ 'shape' => 'DeleteBackendEnvironmentRequest', ], 'output' => [ 'shape' => 'DeleteBackendEnvironmentResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'DependentServiceFailureException', ], ], ], 'DeleteBranch' => [ 'name' => 'DeleteBranch', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/apps/{appId}/branches/{branchName}', ], 'input' => [ 'shape' => 'DeleteBranchRequest', ], 'output' => [ 'shape' => 'DeleteBranchResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'DependentServiceFailureException', ], ], ], 'DeleteDomainAssociation' => [ 'name' => 'DeleteDomainAssociation', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/apps/{appId}/domains/{domainName}', ], 'input' => [ 'shape' => 'DeleteDomainAssociationRequest', ], 'output' => [ 'shape' => 'DeleteDomainAssociationResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'DependentServiceFailureException', ], ], ], 'DeleteJob' => [ 'name' => 'DeleteJob', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/apps/{appId}/branches/{branchName}/jobs/{jobId}', ], 'input' => [ 'shape' => 'DeleteJobRequest', ], 'output' => [ 'shape' => 'DeleteJobResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'DeleteWebhook' => [ 'name' => 'DeleteWebhook', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/webhooks/{webhookId}', ], 'input' => [ 'shape' => 'DeleteWebhookRequest', ], 'output' => [ 'shape' => 'DeleteWebhookResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'GenerateAccessLogs' => [ 'name' => 'GenerateAccessLogs', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps/{appId}/accesslogs', ], 'input' => [ 'shape' => 'GenerateAccessLogsRequest', ], 'output' => [ 'shape' => 'GenerateAccessLogsResult', ], 'errors' => [ [ 'shape' => 'NotFoundException', ], [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], ], ], 'GetApp' => [ 'name' => 'GetApp', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps/{appId}', ], 'input' => [ 'shape' => 'GetAppRequest', ], 'output' => [ 'shape' => 'GetAppResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], ], ], 'GetArtifactUrl' => [ 'name' => 'GetArtifactUrl', 'http' => [ 'method' => 'GET', 'requestUri' => '/artifacts/{artifactId}', ], 'input' => [ 'shape' => 'GetArtifactUrlRequest', ], 'output' => [ 'shape' => 'GetArtifactUrlResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'GetBackendEnvironment' => [ 'name' => 'GetBackendEnvironment', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps/{appId}/backendenvironments/{environmentName}', ], 'input' => [ 'shape' => 'GetBackendEnvironmentRequest', ], 'output' => [ 'shape' => 'GetBackendEnvironmentResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], ], ], 'GetBranch' => [ 'name' => 'GetBranch', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps/{appId}/branches/{branchName}', ], 'input' => [ 'shape' => 'GetBranchRequest', ], 'output' => [ 'shape' => 'GetBranchResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], ], ], 'GetDomainAssociation' => [ 'name' => 'GetDomainAssociation', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps/{appId}/domains/{domainName}', ], 'input' => [ 'shape' => 'GetDomainAssociationRequest', ], 'output' => [ 'shape' => 'GetDomainAssociationResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], ], ], 'GetJob' => [ 'name' => 'GetJob', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps/{appId}/branches/{branchName}/jobs/{jobId}', ], 'input' => [ 'shape' => 'GetJobRequest', ], 'output' => [ 'shape' => 'GetJobResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'GetWebhook' => [ 'name' => 'GetWebhook', 'http' => [ 'method' => 'GET', 'requestUri' => '/webhooks/{webhookId}', ], 'input' => [ 'shape' => 'GetWebhookRequest', ], 'output' => [ 'shape' => 'GetWebhookResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'ListApps' => [ 'name' => 'ListApps', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps', ], 'input' => [ 'shape' => 'ListAppsRequest', ], 'output' => [ 'shape' => 'ListAppsResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], ], ], 'ListArtifacts' => [ 'name' => 'ListArtifacts', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps/{appId}/branches/{branchName}/jobs/{jobId}/artifacts', ], 'input' => [ 'shape' => 'ListArtifactsRequest', ], 'output' => [ 'shape' => 'ListArtifactsResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'ListBackendEnvironments' => [ 'name' => 'ListBackendEnvironments', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps/{appId}/backendenvironments', ], 'input' => [ 'shape' => 'ListBackendEnvironmentsRequest', ], 'output' => [ 'shape' => 'ListBackendEnvironmentsResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], ], ], 'ListBranches' => [ 'name' => 'ListBranches', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps/{appId}/branches', ], 'input' => [ 'shape' => 'ListBranchesRequest', ], 'output' => [ 'shape' => 'ListBranchesResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], ], ], 'ListDomainAssociations' => [ 'name' => 'ListDomainAssociations', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps/{appId}/domains', ], 'input' => [ 'shape' => 'ListDomainAssociationsRequest', ], 'output' => [ 'shape' => 'ListDomainAssociationsResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], ], ], 'ListJobs' => [ 'name' => 'ListJobs', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps/{appId}/branches/{branchName}/jobs', ], 'input' => [ 'shape' => 'ListJobsRequest', ], 'output' => [ 'shape' => 'ListJobsResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'ListTagsForResource' => [ 'name' => 'ListTagsForResource', 'http' => [ 'method' => 'GET', 'requestUri' => '/tags/{resourceArn}', ], 'input' => [ 'shape' => 'ListTagsForResourceRequest', ], 'output' => [ 'shape' => 'ListTagsForResourceResponse', ], 'errors' => [ [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'ListWebhooks' => [ 'name' => 'ListWebhooks', 'http' => [ 'method' => 'GET', 'requestUri' => '/apps/{appId}/webhooks', ], 'input' => [ 'shape' => 'ListWebhooksRequest', ], 'output' => [ 'shape' => 'ListWebhooksResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'StartDeployment' => [ 'name' => 'StartDeployment', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps/{appId}/branches/{branchName}/deployments/start', ], 'input' => [ 'shape' => 'StartDeploymentRequest', ], 'output' => [ 'shape' => 'StartDeploymentResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'StartJob' => [ 'name' => 'StartJob', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps/{appId}/branches/{branchName}/jobs', ], 'input' => [ 'shape' => 'StartJobRequest', ], 'output' => [ 'shape' => 'StartJobResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'StopJob' => [ 'name' => 'StopJob', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/apps/{appId}/branches/{branchName}/jobs/{jobId}/stop', ], 'input' => [ 'shape' => 'StopJobRequest', ], 'output' => [ 'shape' => 'StopJobResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'TagResource' => [ 'name' => 'TagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/tags/{resourceArn}', ], 'input' => [ 'shape' => 'TagResourceRequest', ], 'output' => [ 'shape' => 'TagResourceResponse', ], 'errors' => [ [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'UntagResource' => [ 'name' => 'UntagResource', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}', ], 'input' => [ 'shape' => 'UntagResourceRequest', ], 'output' => [ 'shape' => 'UntagResourceResponse', ], 'errors' => [ [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'BadRequestException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'UpdateApp' => [ 'name' => 'UpdateApp', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps/{appId}', ], 'input' => [ 'shape' => 'UpdateAppRequest', ], 'output' => [ 'shape' => 'UpdateAppResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'InternalFailureException', ], ], ], 'UpdateBranch' => [ 'name' => 'UpdateBranch', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps/{appId}/branches/{branchName}', ], 'input' => [ 'shape' => 'UpdateBranchRequest', ], 'output' => [ 'shape' => 'UpdateBranchResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'DependentServiceFailureException', ], ], ], 'UpdateDomainAssociation' => [ 'name' => 'UpdateDomainAssociation', 'http' => [ 'method' => 'POST', 'requestUri' => '/apps/{appId}/domains/{domainName}', ], 'input' => [ 'shape' => 'UpdateDomainAssociationRequest', ], 'output' => [ 'shape' => 'UpdateDomainAssociationResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'DependentServiceFailureException', ], ], ], 'UpdateWebhook' => [ 'name' => 'UpdateWebhook', 'http' => [ 'method' => 'POST', 'requestUri' => '/webhooks/{webhookId}', ], 'input' => [ 'shape' => 'UpdateWebhookRequest', ], 'output' => [ 'shape' => 'UpdateWebhookResult', ], 'errors' => [ [ 'shape' => 'BadRequestException', ], [ 'shape' => 'UnauthorizedException', ], [ 'shape' => 'NotFoundException', ], [ 'shape' => 'InternalFailureException', ], [ 'shape' => 'DependentServiceFailureException', ], ], ], ], 'shapes' => [ 'AccessToken' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '(?s).+', 'sensitive' => true, ], 'ActiveJobId' => [ 'type' => 'string', 'max' => 1000, ], 'App' => [ 'type' => 'structure', 'required' => [ 'appId', 'appArn', 'name', 'description', 'repository', 'platform', 'createTime', 'updateTime', 'environmentVariables', 'defaultDomain', 'enableBranchAutoBuild', 'enableBasicAuth', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', ], 'appArn' => [ 'shape' => 'AppArn', ], 'name' => [ 'shape' => 'Name', ], 'tags' => [ 'shape' => 'TagMap', ], 'description' => [ 'shape' => 'Description', ], 'repository' => [ 'shape' => 'Repository', ], 'platform' => [ 'shape' => 'Platform', ], 'createTime' => [ 'shape' => 'CreateTime', ], 'updateTime' => [ 'shape' => 'UpdateTime', ], 'iamServiceRoleArn' => [ 'shape' => 'ServiceRoleArn', ], 'environmentVariables' => [ 'shape' => 'EnvironmentVariables', ], 'defaultDomain' => [ 'shape' => 'DefaultDomain', ], 'enableBranchAutoBuild' => [ 'shape' => 'EnableBranchAutoBuild', ], 'enableBranchAutoDeletion' => [ 'shape' => 'EnableBranchAutoDeletion', ], 'enableBasicAuth' => [ 'shape' => 'EnableBasicAuth', ], 'basicAuthCredentials' => [ 'shape' => 'BasicAuthCredentials', ], 'customRules' => [ 'shape' => 'CustomRules', ], 'productionBranch' => [ 'shape' => 'ProductionBranch', ], 'buildSpec' => [ 'shape' => 'BuildSpec', ], 'customHeaders' => [ 'shape' => 'CustomHeaders', ], 'enableAutoBranchCreation' => [ 'shape' => 'EnableAutoBranchCreation', ], 'autoBranchCreationPatterns' => [ 'shape' => 'AutoBranchCreationPatterns', ], 'autoBranchCreationConfig' => [ 'shape' => 'AutoBranchCreationConfig', ], 'repositoryCloneMethod' => [ 'shape' => 'RepositoryCloneMethod', ], 'cacheConfig' => [ 'shape' => 'CacheConfig', ], ], ], 'AppArn' => [ 'type' => 'string', 'max' => 1000, ], 'AppId' => [ 'type' => 'string', 'max' => 20, 'min' => 1, 'pattern' => 'd[a-z0-9]+', ], 'Apps' => [ 'type' => 'list', 'member' => [ 'shape' => 'App', ], ], 'Artifact' => [ 'type' => 'structure', 'required' => [ 'artifactFileName', 'artifactId', ], 'members' => [ 'artifactFileName' => [ 'shape' => 'ArtifactFileName', ], 'artifactId' => [ 'shape' => 'ArtifactId', ], ], ], 'ArtifactFileName' => [ 'type' => 'string', 'max' => 1000, ], 'ArtifactId' => [ 'type' => 'string', 'max' => 255, 'pattern' => '(?s).*', ], 'ArtifactUrl' => [ 'type' => 'string', 'max' => 1000, ], 'Artifacts' => [ 'type' => 'list', 'member' => [ 'shape' => 'Artifact', ], ], 'ArtifactsUrl' => [ 'type' => 'string', 'max' => 1000, ], 'AssociatedResource' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, ], 'AssociatedResources' => [ 'type' => 'list', 'member' => [ 'shape' => 'AssociatedResource', ], ], 'AutoBranchCreationConfig' => [ 'type' => 'structure', 'members' => [ 'stage' => [ 'shape' => 'Stage', ], 'framework' => [ 'shape' => 'Framework', ], 'enableAutoBuild' => [ 'shape' => 'EnableAutoBuild', ], 'environmentVariables' => [ 'shape' => 'EnvironmentVariables', ], 'basicAuthCredentials' => [ 'shape' => 'BasicAuthCredentials', ], 'enableBasicAuth' => [ 'shape' => 'EnableBasicAuth', ], 'enablePerformanceMode' => [ 'shape' => 'EnablePerformanceMode', ], 'buildSpec' => [ 'shape' => 'BuildSpec', ], 'enablePullRequestPreview' => [ 'shape' => 'EnablePullRequestPreview', ], 'pullRequestEnvironmentName' => [ 'shape' => 'PullRequestEnvironmentName', ], ], ], 'AutoBranchCreationPattern' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '(?s).+', ], 'AutoBranchCreationPatterns' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoBranchCreationPattern', ], ], 'AutoSubDomainCreationPattern' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '(?s).+', ], 'AutoSubDomainCreationPatterns' => [ 'type' => 'list', 'member' => [ 'shape' => 'AutoSubDomainCreationPattern', ], ], 'AutoSubDomainIAMRole' => [ 'type' => 'string', 'max' => 1000, 'pattern' => '^$|^arn:aws:iam::\\d{12}:role.+', ], 'Backend' => [ 'type' => 'structure', 'members' => [ 'stackArn' => [ 'shape' => 'StackArn', ], ], ], 'BackendEnvironment' => [ 'type' => 'structure', 'required' => [ 'backendEnvironmentArn', 'environmentName', 'createTime', 'updateTime', ], 'members' => [ 'backendEnvironmentArn' => [ 'shape' => 'BackendEnvironmentArn', ], 'environmentName' => [ 'shape' => 'EnvironmentName', ], 'stackName' => [ 'shape' => 'StackName', ], 'deploymentArtifacts' => [ 'shape' => 'DeploymentArtifacts', ], 'createTime' => [ 'shape' => 'CreateTime', ], 'updateTime' => [ 'shape' => 'UpdateTime', ], ], ], 'BackendEnvironmentArn' => [ 'type' => 'string', 'max' => 1000, 'min' => 0, 'pattern' => '(?s).*', ], 'BackendEnvironments' => [ 'type' => 'list', 'member' => [ 'shape' => 'BackendEnvironment', ], ], 'BadRequestException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'error' => [ 'httpStatusCode' => 400, ], 'exception' => true, ], 'BasicAuthCredentials' => [ 'type' => 'string', 'max' => 2000, 'pattern' => '(?s).*', 'sensitive' => true, ], 'Branch' => [ 'type' => 'structure', 'required' => [ 'branchArn', 'branchName', 'description', 'stage', 'displayName', 'enableNotification', 'createTime', 'updateTime', 'environmentVariables', 'enableAutoBuild', 'customDomains', 'framework', 'activeJobId', 'totalNumberOfJobs', 'enableBasicAuth', 'ttl', 'enablePullRequestPreview', ], 'members' => [ 'branchArn' => [ 'shape' => 'BranchArn', ], 'branchName' => [ 'shape' => 'BranchName', ], 'description' => [ 'shape' => 'Description', ], 'tags' => [ 'shape' => 'TagMap', ], 'stage' => [ 'shape' => 'Stage', ], 'displayName' => [ 'shape' => 'DisplayName', ], 'enableNotification' => [ 'shape' => 'EnableNotification', ], 'createTime' => [ 'shape' => 'CreateTime', ], 'updateTime' => [ 'shape' => 'UpdateTime', ], 'environmentVariables' => [ 'shape' => 'EnvironmentVariables', ], 'enableAutoBuild' => [ 'shape' => 'EnableAutoBuild', ], 'customDomains' => [ 'shape' => 'CustomDomains', ], 'framework' => [ 'shape' => 'Framework', ], 'activeJobId' => [ 'shape' => 'ActiveJobId', ], 'totalNumberOfJobs' => [ 'shape' => 'TotalNumberOfJobs', ], 'enableBasicAuth' => [ 'shape' => 'EnableBasicAuth', ], 'enablePerformanceMode' => [ 'shape' => 'EnablePerformanceMode', ], 'thumbnailUrl' => [ 'shape' => 'ThumbnailUrl', ], 'basicAuthCredentials' => [ 'shape' => 'BasicAuthCredentials', ], 'buildSpec' => [ 'shape' => 'BuildSpec', ], 'ttl' => [ 'shape' => 'TTL', ], 'associatedResources' => [ 'shape' => 'AssociatedResources', ], 'enablePullRequestPreview' => [ 'shape' => 'EnablePullRequestPreview', ], 'pullRequestEnvironmentName' => [ 'shape' => 'PullRequestEnvironmentName', ], 'destinationBranch' => [ 'shape' => 'BranchName', ], 'sourceBranch' => [ 'shape' => 'BranchName', ], 'backendEnvironmentArn' => [ 'shape' => 'BackendEnvironmentArn', ], 'backend' => [ 'shape' => 'Backend', ], ], ], 'BranchArn' => [ 'type' => 'string', 'max' => 1000, 'pattern' => '(?s).*', ], 'BranchName' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '(?s).+', ], 'Branches' => [ 'type' => 'list', 'member' => [ 'shape' => 'Branch', ], 'max' => 255, ], 'BuildSpec' => [ 'type' => 'string', 'max' => 25000, 'min' => 1, 'pattern' => '(?s).+', 'sensitive' => true, ], 'CacheConfig' => [ 'type' => 'structure', 'required' => [ 'type', ], 'members' => [ 'type' => [ 'shape' => 'CacheConfigType', ], ], ], 'CacheConfigType' => [ 'type' => 'string', 'enum' => [ 'AMPLIFY_MANAGED', 'AMPLIFY_MANAGED_NO_COOKIES', ], ], 'Certificate' => [ 'type' => 'structure', 'required' => [ 'type', ], 'members' => [ 'type' => [ 'shape' => 'CertificateType', ], 'customCertificateArn' => [ 'shape' => 'CertificateArn', ], 'certificateVerificationDNSRecord' => [ 'shape' => 'CertificateVerificationDNSRecord', ], ], ], 'CertificateArn' => [ 'type' => 'string', 'max' => 1000, 'min' => 0, 'pattern' => '^arn:aws:acm:[a-z0-9-]+:\\d{12}:certificate\\/.+$', ], 'CertificateSettings' => [ 'type' => 'structure', 'required' => [ 'type', ], 'members' => [ 'type' => [ 'shape' => 'CertificateType', ], 'customCertificateArn' => [ 'shape' => 'CertificateArn', ], ], ], 'CertificateType' => [ 'type' => 'string', 'enum' => [ 'AMPLIFY_MANAGED', 'CUSTOM', ], ], 'CertificateVerificationDNSRecord' => [ 'type' => 'string', 'max' => 1000, ], 'Code' => [ 'type' => 'string', ], 'CommitId' => [ 'type' => 'string', 'max' => 255, 'pattern' => '(?s).*', ], 'CommitMessage' => [ 'type' => 'string', 'max' => 10000, 'pattern' => '(?s).*', ], 'CommitTime' => [ 'type' => 'timestamp', ], 'Condition' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '(?s).*', ], 'Context' => [ 'type' => 'string', ], 'CreateAppRequest' => [ 'type' => 'structure', 'required' => [ 'name', ], 'members' => [ 'name' => [ 'shape' => 'Name', ], 'description' => [ 'shape' => 'Description', ], 'repository' => [ 'shape' => 'Repository', ], 'platform' => [ 'shape' => 'Platform', ], 'iamServiceRoleArn' => [ 'shape' => 'ServiceRoleArn', ], 'oauthToken' => [ 'shape' => 'OauthToken', ], 'accessToken' => [ 'shape' => 'AccessToken', ], 'environmentVariables' => [ 'shape' => 'EnvironmentVariables', ], 'enableBranchAutoBuild' => [ 'shape' => 'EnableBranchAutoBuild', ], 'enableBranchAutoDeletion' => [ 'shape' => 'EnableBranchAutoDeletion', ], 'enableBasicAuth' => [ 'shape' => 'EnableBasicAuth', ], 'basicAuthCredentials' => [ 'shape' => 'BasicAuthCredentials', ], 'customRules' => [ 'shape' => 'CustomRules', ], 'tags' => [ 'shape' => 'TagMap', ], 'buildSpec' => [ 'shape' => 'BuildSpec', ], 'customHeaders' => [ 'shape' => 'CustomHeaders', ], 'enableAutoBranchCreation' => [ 'shape' => 'EnableAutoBranchCreation', ], 'autoBranchCreationPatterns' => [ 'shape' => 'AutoBranchCreationPatterns', ], 'autoBranchCreationConfig' => [ 'shape' => 'AutoBranchCreationConfig', ], 'cacheConfig' => [ 'shape' => 'CacheConfig', ], ], ], 'CreateAppResult' => [ 'type' => 'structure', 'required' => [ 'app', ], 'members' => [ 'app' => [ 'shape' => 'App', ], ], ], 'CreateBackendEnvironmentRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'environmentName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'environmentName' => [ 'shape' => 'EnvironmentName', ], 'stackName' => [ 'shape' => 'StackName', ], 'deploymentArtifacts' => [ 'shape' => 'DeploymentArtifacts', ], ], ], 'CreateBackendEnvironmentResult' => [ 'type' => 'structure', 'required' => [ 'backendEnvironment', ], 'members' => [ 'backendEnvironment' => [ 'shape' => 'BackendEnvironment', ], ], ], 'CreateBranchRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', ], 'description' => [ 'shape' => 'Description', ], 'stage' => [ 'shape' => 'Stage', ], 'framework' => [ 'shape' => 'Framework', ], 'enableNotification' => [ 'shape' => 'EnableNotification', ], 'enableAutoBuild' => [ 'shape' => 'EnableAutoBuild', ], 'environmentVariables' => [ 'shape' => 'EnvironmentVariables', ], 'basicAuthCredentials' => [ 'shape' => 'BasicAuthCredentials', ], 'enableBasicAuth' => [ 'shape' => 'EnableBasicAuth', ], 'enablePerformanceMode' => [ 'shape' => 'EnablePerformanceMode', ], 'tags' => [ 'shape' => 'TagMap', ], 'buildSpec' => [ 'shape' => 'BuildSpec', ], 'ttl' => [ 'shape' => 'TTL', ], 'displayName' => [ 'shape' => 'DisplayName', ], 'enablePullRequestPreview' => [ 'shape' => 'EnablePullRequestPreview', ], 'pullRequestEnvironmentName' => [ 'shape' => 'PullRequestEnvironmentName', ], 'backendEnvironmentArn' => [ 'shape' => 'BackendEnvironmentArn', ], 'backend' => [ 'shape' => 'Backend', ], ], ], 'CreateBranchResult' => [ 'type' => 'structure', 'required' => [ 'branch', ], 'members' => [ 'branch' => [ 'shape' => 'Branch', ], ], ], 'CreateDeploymentRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', 'location' => 'uri', 'locationName' => 'branchName', ], 'fileMap' => [ 'shape' => 'FileMap', ], ], ], 'CreateDeploymentResult' => [ 'type' => 'structure', 'required' => [ 'fileUploadUrls', 'zipUploadUrl', ], 'members' => [ 'jobId' => [ 'shape' => 'JobId', ], 'fileUploadUrls' => [ 'shape' => 'FileUploadUrls', ], 'zipUploadUrl' => [ 'shape' => 'UploadUrl', ], ], ], 'CreateDomainAssociationRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'domainName', 'subDomainSettings', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'domainName' => [ 'shape' => 'DomainName', ], 'enableAutoSubDomain' => [ 'shape' => 'EnableAutoSubDomain', ], 'subDomainSettings' => [ 'shape' => 'SubDomainSettings', ], 'autoSubDomainCreationPatterns' => [ 'shape' => 'AutoSubDomainCreationPatterns', ], 'autoSubDomainIAMRole' => [ 'shape' => 'AutoSubDomainIAMRole', ], 'certificateSettings' => [ 'shape' => 'CertificateSettings', ], ], ], 'CreateDomainAssociationResult' => [ 'type' => 'structure', 'required' => [ 'domainAssociation', ], 'members' => [ 'domainAssociation' => [ 'shape' => 'DomainAssociation', ], ], ], 'CreateTime' => [ 'type' => 'timestamp', ], 'CreateWebhookRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', ], 'description' => [ 'shape' => 'Description', ], ], ], 'CreateWebhookResult' => [ 'type' => 'structure', 'required' => [ 'webhook', ], 'members' => [ 'webhook' => [ 'shape' => 'Webhook', ], ], ], 'CustomDomain' => [ 'type' => 'string', 'max' => 255, ], 'CustomDomains' => [ 'type' => 'list', 'member' => [ 'shape' => 'CustomDomain', ], 'max' => 255, ], 'CustomHeaders' => [ 'type' => 'string', 'max' => 25000, 'min' => 0, 'pattern' => '(?s).*', ], 'CustomRule' => [ 'type' => 'structure', 'required' => [ 'source', 'target', ], 'members' => [ 'source' => [ 'shape' => 'Source', ], 'target' => [ 'shape' => 'Target', ], 'status' => [ 'shape' => 'Status', ], 'condition' => [ 'shape' => 'Condition', ], ], ], 'CustomRules' => [ 'type' => 'list', 'member' => [ 'shape' => 'CustomRule', ], ], 'DNSRecord' => [ 'type' => 'string', 'max' => 1000, ], 'DefaultDomain' => [ 'type' => 'string', 'max' => 1000, 'min' => 1, ], 'DeleteAppRequest' => [ 'type' => 'structure', 'required' => [ 'appId', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], ], ], 'DeleteAppResult' => [ 'type' => 'structure', 'required' => [ 'app', ], 'members' => [ 'app' => [ 'shape' => 'App', ], ], ], 'DeleteBackendEnvironmentRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'environmentName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'environmentName' => [ 'shape' => 'EnvironmentName', 'location' => 'uri', 'locationName' => 'environmentName', ], ], ], 'DeleteBackendEnvironmentResult' => [ 'type' => 'structure', 'required' => [ 'backendEnvironment', ], 'members' => [ 'backendEnvironment' => [ 'shape' => 'BackendEnvironment', ], ], ], 'DeleteBranchRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', 'location' => 'uri', 'locationName' => 'branchName', ], ], ], 'DeleteBranchResult' => [ 'type' => 'structure', 'required' => [ 'branch', ], 'members' => [ 'branch' => [ 'shape' => 'Branch', ], ], ], 'DeleteDomainAssociationRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'domainName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'domainName' => [ 'shape' => 'DomainName', 'location' => 'uri', 'locationName' => 'domainName', ], ], ], 'DeleteDomainAssociationResult' => [ 'type' => 'structure', 'required' => [ 'domainAssociation', ], 'members' => [ 'domainAssociation' => [ 'shape' => 'DomainAssociation', ], ], ], 'DeleteJobRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', 'jobId', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', 'location' => 'uri', 'locationName' => 'branchName', ], 'jobId' => [ 'shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId', ], ], ], 'DeleteJobResult' => [ 'type' => 'structure', 'required' => [ 'jobSummary', ], 'members' => [ 'jobSummary' => [ 'shape' => 'JobSummary', ], ], ], 'DeleteWebhookRequest' => [ 'type' => 'structure', 'required' => [ 'webhookId', ], 'members' => [ 'webhookId' => [ 'shape' => 'WebhookId', 'location' => 'uri', 'locationName' => 'webhookId', ], ], ], 'DeleteWebhookResult' => [ 'type' => 'structure', 'required' => [ 'webhook', ], 'members' => [ 'webhook' => [ 'shape' => 'Webhook', ], ], ], 'DependentServiceFailureException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'error' => [ 'httpStatusCode' => 503, ], 'exception' => true, ], 'DeploymentArtifacts' => [ 'type' => 'string', 'max' => 1000, 'min' => 1, 'pattern' => '(?s).+', ], 'Description' => [ 'type' => 'string', 'max' => 1000, 'pattern' => '(?s).*', ], 'DisplayName' => [ 'type' => 'string', 'max' => 255, 'pattern' => '(?s).*', ], 'DomainAssociation' => [ 'type' => 'structure', 'required' => [ 'domainAssociationArn', 'domainName', 'enableAutoSubDomain', 'domainStatus', 'statusReason', 'subDomains', ], 'members' => [ 'domainAssociationArn' => [ 'shape' => 'DomainAssociationArn', ], 'domainName' => [ 'shape' => 'DomainName', ], 'enableAutoSubDomain' => [ 'shape' => 'EnableAutoSubDomain', ], 'autoSubDomainCreationPatterns' => [ 'shape' => 'AutoSubDomainCreationPatterns', ], 'autoSubDomainIAMRole' => [ 'shape' => 'AutoSubDomainIAMRole', ], 'domainStatus' => [ 'shape' => 'DomainStatus', ], 'updateStatus' => [ 'shape' => 'UpdateStatus', ], 'statusReason' => [ 'shape' => 'StatusReason', ], 'certificateVerificationDNSRecord' => [ 'shape' => 'CertificateVerificationDNSRecord', ], 'subDomains' => [ 'shape' => 'SubDomains', ], 'certificate' => [ 'shape' => 'Certificate', ], ], ], 'DomainAssociationArn' => [ 'type' => 'string', 'max' => 1000, ], 'DomainAssociations' => [ 'type' => 'list', 'member' => [ 'shape' => 'DomainAssociation', ], 'max' => 255, ], 'DomainName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '^(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])(\\.)?$', ], 'DomainPrefix' => [ 'type' => 'string', 'max' => 255, 'pattern' => '(?s).*', ], 'DomainStatus' => [ 'type' => 'string', 'enum' => [ 'PENDING_VERIFICATION', 'IN_PROGRESS', 'AVAILABLE', 'IMPORTING_CUSTOM_CERTIFICATE', 'PENDING_DEPLOYMENT', 'AWAITING_APP_CNAME', 'FAILED', 'CREATING', 'REQUESTING_CERTIFICATE', 'UPDATING', ], ], 'EnableAutoBranchCreation' => [ 'type' => 'boolean', ], 'EnableAutoBuild' => [ 'type' => 'boolean', ], 'EnableAutoSubDomain' => [ 'type' => 'boolean', ], 'EnableBasicAuth' => [ 'type' => 'boolean', ], 'EnableBranchAutoBuild' => [ 'type' => 'boolean', ], 'EnableBranchAutoDeletion' => [ 'type' => 'boolean', ], 'EnableNotification' => [ 'type' => 'boolean', ], 'EnablePerformanceMode' => [ 'type' => 'boolean', ], 'EnablePullRequestPreview' => [ 'type' => 'boolean', ], 'EndTime' => [ 'type' => 'timestamp', ], 'EnvKey' => [ 'type' => 'string', 'max' => 255, 'pattern' => '(?s).*', ], 'EnvValue' => [ 'type' => 'string', 'max' => 5500, 'pattern' => '(?s).*', ], 'EnvironmentName' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '(?s).+', ], 'EnvironmentVariables' => [ 'type' => 'map', 'key' => [ 'shape' => 'EnvKey', ], 'value' => [ 'shape' => 'EnvValue', ], ], 'ErrorMessage' => [ 'type' => 'string', 'max' => 255, ], 'FileMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'FileName', ], 'value' => [ 'shape' => 'MD5Hash', ], ], 'FileName' => [ 'type' => 'string', 'max' => 255, 'pattern' => '(?s).*', ], 'FileUploadUrls' => [ 'type' => 'map', 'key' => [ 'shape' => 'FileName', ], 'value' => [ 'shape' => 'UploadUrl', ], ], 'Framework' => [ 'type' => 'string', 'max' => 255, 'pattern' => '(?s).*', ], 'GenerateAccessLogsRequest' => [ 'type' => 'structure', 'required' => [ 'domainName', 'appId', ], 'members' => [ 'startTime' => [ 'shape' => 'StartTime', ], 'endTime' => [ 'shape' => 'EndTime', ], 'domainName' => [ 'shape' => 'DomainName', ], 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], ], ], 'GenerateAccessLogsResult' => [ 'type' => 'structure', 'members' => [ 'logUrl' => [ 'shape' => 'LogUrl', ], ], ], 'GetAppRequest' => [ 'type' => 'structure', 'required' => [ 'appId', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], ], ], 'GetAppResult' => [ 'type' => 'structure', 'required' => [ 'app', ], 'members' => [ 'app' => [ 'shape' => 'App', ], ], ], 'GetArtifactUrlRequest' => [ 'type' => 'structure', 'required' => [ 'artifactId', ], 'members' => [ 'artifactId' => [ 'shape' => 'ArtifactId', 'location' => 'uri', 'locationName' => 'artifactId', ], ], ], 'GetArtifactUrlResult' => [ 'type' => 'structure', 'required' => [ 'artifactId', 'artifactUrl', ], 'members' => [ 'artifactId' => [ 'shape' => 'ArtifactId', ], 'artifactUrl' => [ 'shape' => 'ArtifactUrl', ], ], ], 'GetBackendEnvironmentRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'environmentName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'environmentName' => [ 'shape' => 'EnvironmentName', 'location' => 'uri', 'locationName' => 'environmentName', ], ], ], 'GetBackendEnvironmentResult' => [ 'type' => 'structure', 'required' => [ 'backendEnvironment', ], 'members' => [ 'backendEnvironment' => [ 'shape' => 'BackendEnvironment', ], ], ], 'GetBranchRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', 'location' => 'uri', 'locationName' => 'branchName', ], ], ], 'GetBranchResult' => [ 'type' => 'structure', 'required' => [ 'branch', ], 'members' => [ 'branch' => [ 'shape' => 'Branch', ], ], ], 'GetDomainAssociationRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'domainName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'domainName' => [ 'shape' => 'DomainName', 'location' => 'uri', 'locationName' => 'domainName', ], ], ], 'GetDomainAssociationResult' => [ 'type' => 'structure', 'required' => [ 'domainAssociation', ], 'members' => [ 'domainAssociation' => [ 'shape' => 'DomainAssociation', ], ], ], 'GetJobRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', 'jobId', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', 'location' => 'uri', 'locationName' => 'branchName', ], 'jobId' => [ 'shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId', ], ], ], 'GetJobResult' => [ 'type' => 'structure', 'required' => [ 'job', ], 'members' => [ 'job' => [ 'shape' => 'Job', ], ], ], 'GetWebhookRequest' => [ 'type' => 'structure', 'required' => [ 'webhookId', ], 'members' => [ 'webhookId' => [ 'shape' => 'WebhookId', 'location' => 'uri', 'locationName' => 'webhookId', ], ], ], 'GetWebhookResult' => [ 'type' => 'structure', 'required' => [ 'webhook', ], 'members' => [ 'webhook' => [ 'shape' => 'Webhook', ], ], ], 'InternalFailureException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'error' => [ 'httpStatusCode' => 500, ], 'exception' => true, 'fault' => true, ], 'Job' => [ 'type' => 'structure', 'required' => [ 'summary', 'steps', ], 'members' => [ 'summary' => [ 'shape' => 'JobSummary', ], 'steps' => [ 'shape' => 'Steps', ], ], ], 'JobArn' => [ 'type' => 'string', 'max' => 1000, ], 'JobId' => [ 'type' => 'string', 'max' => 255, 'pattern' => '[0-9]+', ], 'JobReason' => [ 'type' => 'string', 'max' => 255, 'pattern' => '(?s).*', ], 'JobStatus' => [ 'type' => 'string', 'enum' => [ 'PENDING', 'PROVISIONING', 'RUNNING', 'FAILED', 'SUCCEED', 'CANCELLING', 'CANCELLED', ], ], 'JobSummaries' => [ 'type' => 'list', 'member' => [ 'shape' => 'JobSummary', ], ], 'JobSummary' => [ 'type' => 'structure', 'required' => [ 'jobArn', 'jobId', 'commitId', 'commitMessage', 'commitTime', 'startTime', 'status', 'jobType', ], 'members' => [ 'jobArn' => [ 'shape' => 'JobArn', ], 'jobId' => [ 'shape' => 'JobId', ], 'commitId' => [ 'shape' => 'CommitId', ], 'commitMessage' => [ 'shape' => 'CommitMessage', ], 'commitTime' => [ 'shape' => 'CommitTime', ], 'startTime' => [ 'shape' => 'StartTime', ], 'status' => [ 'shape' => 'JobStatus', ], 'endTime' => [ 'shape' => 'EndTime', ], 'jobType' => [ 'shape' => 'JobType', ], ], ], 'JobType' => [ 'type' => 'string', 'enum' => [ 'RELEASE', 'RETRY', 'MANUAL', 'WEB_HOOK', ], 'max' => 10, ], 'LastDeployTime' => [ 'type' => 'timestamp', ], 'LimitExceededException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'error' => [ 'httpStatusCode' => 429, ], 'exception' => true, ], 'ListAppsRequest' => [ 'type' => 'structure', 'members' => [ 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResultsForListApps', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListAppsResult' => [ 'type' => 'structure', 'required' => [ 'apps', ], 'members' => [ 'apps' => [ 'shape' => 'Apps', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListArtifactsRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', 'jobId', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', 'location' => 'uri', 'locationName' => 'branchName', ], 'jobId' => [ 'shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListArtifactsResult' => [ 'type' => 'structure', 'required' => [ 'artifacts', ], 'members' => [ 'artifacts' => [ 'shape' => 'Artifacts', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListBackendEnvironmentsRequest' => [ 'type' => 'structure', 'required' => [ 'appId', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'environmentName' => [ 'shape' => 'EnvironmentName', 'location' => 'querystring', 'locationName' => 'environmentName', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListBackendEnvironmentsResult' => [ 'type' => 'structure', 'required' => [ 'backendEnvironments', ], 'members' => [ 'backendEnvironments' => [ 'shape' => 'BackendEnvironments', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListBranchesRequest' => [ 'type' => 'structure', 'required' => [ 'appId', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListBranchesResult' => [ 'type' => 'structure', 'required' => [ 'branches', ], 'members' => [ 'branches' => [ 'shape' => 'Branches', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListDomainAssociationsRequest' => [ 'type' => 'structure', 'required' => [ 'appId', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListDomainAssociationsResult' => [ 'type' => 'structure', 'required' => [ 'domainAssociations', ], 'members' => [ 'domainAssociations' => [ 'shape' => 'DomainAssociations', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListJobsRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', 'location' => 'uri', 'locationName' => 'branchName', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListJobsResult' => [ 'type' => 'structure', 'required' => [ 'jobSummaries', ], 'members' => [ 'jobSummaries' => [ 'shape' => 'JobSummaries', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTagsForResourceRequest' => [ 'type' => 'structure', 'required' => [ 'resourceArn', ], 'members' => [ 'resourceArn' => [ 'shape' => 'ResourceArn', 'location' => 'uri', 'locationName' => 'resourceArn', ], ], ], 'ListTagsForResourceResponse' => [ 'type' => 'structure', 'members' => [ 'tags' => [ 'shape' => 'TagMap', ], ], ], 'ListWebhooksRequest' => [ 'type' => 'structure', 'required' => [ 'appId', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListWebhooksResult' => [ 'type' => 'structure', 'required' => [ 'webhooks', ], 'members' => [ 'webhooks' => [ 'shape' => 'Webhooks', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'LogUrl' => [ 'type' => 'string', 'max' => 1000, ], 'MD5Hash' => [ 'type' => 'string', 'max' => 32, 'pattern' => '(?s).*', ], 'MaxResults' => [ 'type' => 'integer', 'max' => 50, 'min' => 0, ], 'MaxResultsForListApps' => [ 'type' => 'integer', 'max' => 100, 'min' => 0, ], 'Name' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '(?s).+', ], 'NextToken' => [ 'type' => 'string', 'max' => 2000, 'pattern' => '(?s).*', ], 'NotFoundException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'error' => [ 'httpStatusCode' => 404, ], 'exception' => true, ], 'OauthToken' => [ 'type' => 'string', 'max' => 1000, 'pattern' => '(?s).*', 'sensitive' => true, ], 'Platform' => [ 'type' => 'string', 'enum' => [ 'WEB', 'WEB_DYNAMIC', 'WEB_COMPUTE', ], ], 'ProductionBranch' => [ 'type' => 'structure', 'members' => [ 'lastDeployTime' => [ 'shape' => 'LastDeployTime', ], 'status' => [ 'shape' => 'Status', ], 'thumbnailUrl' => [ 'shape' => 'ThumbnailUrl', ], 'branchName' => [ 'shape' => 'BranchName', ], ], ], 'PullRequestEnvironmentName' => [ 'type' => 'string', 'max' => 20, 'pattern' => '(?s).*', ], 'Repository' => [ 'type' => 'string', 'max' => 1000, 'pattern' => '(?s).*', ], 'RepositoryCloneMethod' => [ 'type' => 'string', 'enum' => [ 'SSH', 'TOKEN', 'SIGV4', ], ], 'ResourceArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '^arn:aws:amplify:.*', ], 'ResourceNotFoundException' => [ 'type' => 'structure', 'required' => [ 'code', 'message', ], 'members' => [ 'code' => [ 'shape' => 'Code', ], 'message' => [ 'shape' => 'ErrorMessage', ], ], 'error' => [ 'httpStatusCode' => 404, ], 'exception' => true, ], 'Screenshots' => [ 'type' => 'map', 'key' => [ 'shape' => 'ThumbnailName', ], 'value' => [ 'shape' => 'ThumbnailUrl', ], ], 'ServiceRoleArn' => [ 'type' => 'string', 'max' => 1000, 'min' => 0, 'pattern' => '(?s).*', ], 'Source' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '(?s).+', ], 'SourceUrl' => [ 'type' => 'string', 'max' => 3000, 'pattern' => '(?s).*', ], 'StackArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '^arn:aws:cloudformation:[a-z0-9-]+:\\d{12}:stack/.+/.+$', ], 'StackName' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '(?s).+', ], 'Stage' => [ 'type' => 'string', 'enum' => [ 'PRODUCTION', 'BETA', 'DEVELOPMENT', 'EXPERIMENTAL', 'PULL_REQUEST', ], ], 'StartDeploymentRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', 'location' => 'uri', 'locationName' => 'branchName', ], 'jobId' => [ 'shape' => 'JobId', ], 'sourceUrl' => [ 'shape' => 'SourceUrl', ], ], ], 'StartDeploymentResult' => [ 'type' => 'structure', 'required' => [ 'jobSummary', ], 'members' => [ 'jobSummary' => [ 'shape' => 'JobSummary', ], ], ], 'StartJobRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', 'jobType', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', 'location' => 'uri', 'locationName' => 'branchName', ], 'jobId' => [ 'shape' => 'JobId', ], 'jobType' => [ 'shape' => 'JobType', ], 'jobReason' => [ 'shape' => 'JobReason', ], 'commitId' => [ 'shape' => 'CommitId', ], 'commitMessage' => [ 'shape' => 'CommitMessage', ], 'commitTime' => [ 'shape' => 'CommitTime', ], ], ], 'StartJobResult' => [ 'type' => 'structure', 'required' => [ 'jobSummary', ], 'members' => [ 'jobSummary' => [ 'shape' => 'JobSummary', ], ], ], 'StartTime' => [ 'type' => 'timestamp', ], 'Status' => [ 'type' => 'string', 'max' => 7, 'min' => 3, 'pattern' => '.{3,7}', ], 'StatusReason' => [ 'type' => 'string', 'max' => 1000, ], 'Step' => [ 'type' => 'structure', 'required' => [ 'stepName', 'startTime', 'status', 'endTime', ], 'members' => [ 'stepName' => [ 'shape' => 'StepName', ], 'startTime' => [ 'shape' => 'StartTime', ], 'status' => [ 'shape' => 'JobStatus', ], 'endTime' => [ 'shape' => 'EndTime', ], 'logUrl' => [ 'shape' => 'LogUrl', ], 'artifactsUrl' => [ 'shape' => 'ArtifactsUrl', ], 'testArtifactsUrl' => [ 'shape' => 'TestArtifactsUrl', ], 'testConfigUrl' => [ 'shape' => 'TestConfigUrl', ], 'screenshots' => [ 'shape' => 'Screenshots', ], 'statusReason' => [ 'shape' => 'StatusReason', ], 'context' => [ 'shape' => 'Context', ], ], ], 'StepName' => [ 'type' => 'string', 'max' => 255, ], 'Steps' => [ 'type' => 'list', 'member' => [ 'shape' => 'Step', ], ], 'StopJobRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', 'jobId', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', 'location' => 'uri', 'locationName' => 'branchName', ], 'jobId' => [ 'shape' => 'JobId', 'location' => 'uri', 'locationName' => 'jobId', ], ], ], 'StopJobResult' => [ 'type' => 'structure', 'required' => [ 'jobSummary', ], 'members' => [ 'jobSummary' => [ 'shape' => 'JobSummary', ], ], ], 'SubDomain' => [ 'type' => 'structure', 'required' => [ 'subDomainSetting', 'verified', 'dnsRecord', ], 'members' => [ 'subDomainSetting' => [ 'shape' => 'SubDomainSetting', ], 'verified' => [ 'shape' => 'Verified', ], 'dnsRecord' => [ 'shape' => 'DNSRecord', ], ], ], 'SubDomainSetting' => [ 'type' => 'structure', 'required' => [ 'prefix', 'branchName', ], 'members' => [ 'prefix' => [ 'shape' => 'DomainPrefix', ], 'branchName' => [ 'shape' => 'BranchName', ], ], ], 'SubDomainSettings' => [ 'type' => 'list', 'member' => [ 'shape' => 'SubDomainSetting', ], 'max' => 500, ], 'SubDomains' => [ 'type' => 'list', 'member' => [ 'shape' => 'SubDomain', ], 'max' => 500, ], 'TTL' => [ 'type' => 'string', 'max' => 32, 'min' => 0, 'pattern' => '\\d*', ], 'TagKey' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^(?!aws:)[a-zA-Z+-=._:/]+$', ], 'TagKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagKey', ], 'max' => 50, 'min' => 1, ], 'TagMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'TagKey', ], 'value' => [ 'shape' => 'TagValue', ], 'max' => 50, 'min' => 0, ], 'TagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'resourceArn', 'tags', ], 'members' => [ 'resourceArn' => [ 'shape' => 'ResourceArn', 'location' => 'uri', 'locationName' => 'resourceArn', ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'TagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'TagValue' => [ 'type' => 'string', 'max' => 256, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$', ], 'Target' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, 'pattern' => '(?s).+', ], 'TestArtifactsUrl' => [ 'type' => 'string', 'max' => 1000, ], 'TestConfigUrl' => [ 'type' => 'string', 'max' => 1000, ], 'ThumbnailName' => [ 'type' => 'string', 'max' => 256, ], 'ThumbnailUrl' => [ 'type' => 'string', 'max' => 2000, 'min' => 1, ], 'TotalNumberOfJobs' => [ 'type' => 'string', 'max' => 1000, ], 'UnauthorizedException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ErrorMessage', ], ], 'error' => [ 'httpStatusCode' => 401, ], 'exception' => true, ], 'UntagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'resourceArn', 'tagKeys', ], 'members' => [ 'resourceArn' => [ 'shape' => 'ResourceArn', 'location' => 'uri', 'locationName' => 'resourceArn', ], 'tagKeys' => [ 'shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys', ], ], ], 'UntagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateAppRequest' => [ 'type' => 'structure', 'required' => [ 'appId', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'name' => [ 'shape' => 'Name', ], 'description' => [ 'shape' => 'Description', ], 'platform' => [ 'shape' => 'Platform', ], 'iamServiceRoleArn' => [ 'shape' => 'ServiceRoleArn', ], 'environmentVariables' => [ 'shape' => 'EnvironmentVariables', ], 'enableBranchAutoBuild' => [ 'shape' => 'EnableAutoBuild', ], 'enableBranchAutoDeletion' => [ 'shape' => 'EnableBranchAutoDeletion', ], 'enableBasicAuth' => [ 'shape' => 'EnableBasicAuth', ], 'basicAuthCredentials' => [ 'shape' => 'BasicAuthCredentials', ], 'customRules' => [ 'shape' => 'CustomRules', ], 'buildSpec' => [ 'shape' => 'BuildSpec', ], 'customHeaders' => [ 'shape' => 'CustomHeaders', ], 'enableAutoBranchCreation' => [ 'shape' => 'EnableAutoBranchCreation', ], 'autoBranchCreationPatterns' => [ 'shape' => 'AutoBranchCreationPatterns', ], 'autoBranchCreationConfig' => [ 'shape' => 'AutoBranchCreationConfig', ], 'repository' => [ 'shape' => 'Repository', ], 'oauthToken' => [ 'shape' => 'OauthToken', ], 'accessToken' => [ 'shape' => 'AccessToken', ], 'cacheConfig' => [ 'shape' => 'CacheConfig', ], ], ], 'UpdateAppResult' => [ 'type' => 'structure', 'required' => [ 'app', ], 'members' => [ 'app' => [ 'shape' => 'App', ], ], ], 'UpdateBranchRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'branchName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'branchName' => [ 'shape' => 'BranchName', 'location' => 'uri', 'locationName' => 'branchName', ], 'description' => [ 'shape' => 'Description', ], 'framework' => [ 'shape' => 'Framework', ], 'stage' => [ 'shape' => 'Stage', ], 'enableNotification' => [ 'shape' => 'EnableNotification', ], 'enableAutoBuild' => [ 'shape' => 'EnableAutoBuild', ], 'environmentVariables' => [ 'shape' => 'EnvironmentVariables', ], 'basicAuthCredentials' => [ 'shape' => 'BasicAuthCredentials', ], 'enableBasicAuth' => [ 'shape' => 'EnableBasicAuth', ], 'enablePerformanceMode' => [ 'shape' => 'EnablePerformanceMode', ], 'buildSpec' => [ 'shape' => 'BuildSpec', ], 'ttl' => [ 'shape' => 'TTL', ], 'displayName' => [ 'shape' => 'DisplayName', ], 'enablePullRequestPreview' => [ 'shape' => 'EnablePullRequestPreview', ], 'pullRequestEnvironmentName' => [ 'shape' => 'PullRequestEnvironmentName', ], 'backendEnvironmentArn' => [ 'shape' => 'BackendEnvironmentArn', ], 'backend' => [ 'shape' => 'Backend', ], ], ], 'UpdateBranchResult' => [ 'type' => 'structure', 'required' => [ 'branch', ], 'members' => [ 'branch' => [ 'shape' => 'Branch', ], ], ], 'UpdateDomainAssociationRequest' => [ 'type' => 'structure', 'required' => [ 'appId', 'domainName', ], 'members' => [ 'appId' => [ 'shape' => 'AppId', 'location' => 'uri', 'locationName' => 'appId', ], 'domainName' => [ 'shape' => 'DomainName', 'location' => 'uri', 'locationName' => 'domainName', ], 'enableAutoSubDomain' => [ 'shape' => 'EnableAutoSubDomain', ], 'subDomainSettings' => [ 'shape' => 'SubDomainSettings', ], 'autoSubDomainCreationPatterns' => [ 'shape' => 'AutoSubDomainCreationPatterns', ], 'autoSubDomainIAMRole' => [ 'shape' => 'AutoSubDomainIAMRole', ], 'certificateSettings' => [ 'shape' => 'CertificateSettings', ], ], ], 'UpdateDomainAssociationResult' => [ 'type' => 'structure', 'required' => [ 'domainAssociation', ], 'members' => [ 'domainAssociation' => [ 'shape' => 'DomainAssociation', ], ], ], 'UpdateStatus' => [ 'type' => 'string', 'enum' => [ 'REQUESTING_CERTIFICATE', 'PENDING_VERIFICATION', 'IMPORTING_CUSTOM_CERTIFICATE', 'PENDING_DEPLOYMENT', 'AWAITING_APP_CNAME', 'UPDATE_COMPLETE', 'UPDATE_FAILED', ], ], 'UpdateTime' => [ 'type' => 'timestamp', ], 'UpdateWebhookRequest' => [ 'type' => 'structure', 'required' => [ 'webhookId', ], 'members' => [ 'webhookId' => [ 'shape' => 'WebhookId', 'location' => 'uri', 'locationName' => 'webhookId', ], 'branchName' => [ 'shape' => 'BranchName', ], 'description' => [ 'shape' => 'Description', ], ], ], 'UpdateWebhookResult' => [ 'type' => 'structure', 'required' => [ 'webhook', ], 'members' => [ 'webhook' => [ 'shape' => 'Webhook', ], ], ], 'UploadUrl' => [ 'type' => 'string', 'max' => 1000, ], 'Verified' => [ 'type' => 'boolean', ], 'Webhook' => [ 'type' => 'structure', 'required' => [ 'webhookArn', 'webhookId', 'webhookUrl', 'branchName', 'description', 'createTime', 'updateTime', ], 'members' => [ 'webhookArn' => [ 'shape' => 'WebhookArn', ], 'webhookId' => [ 'shape' => 'WebhookId', ], 'webhookUrl' => [ 'shape' => 'WebhookUrl', ], 'branchName' => [ 'shape' => 'BranchName', ], 'description' => [ 'shape' => 'Description', ], 'createTime' => [ 'shape' => 'CreateTime', ], 'updateTime' => [ 'shape' => 'UpdateTime', ], ], ], 'WebhookArn' => [ 'type' => 'string', 'max' => 1000, ], 'WebhookId' => [ 'type' => 'string', 'max' => 255, 'pattern' => '(?s).*', ], 'WebhookUrl' => [ 'type' => 'string', 'max' => 1000, ], 'Webhooks' => [ 'type' => 'list', 'member' => [ 'shape' => 'Webhook', ], ], ],]; diff --git a/src/data/amplify/2017-07-25/docs-2.json b/src/data/amplify/2017-07-25/docs-2.json index 29753d9e85..00f2f0ab98 100644 --- a/src/data/amplify/2017-07-25/docs-2.json +++ b/src/data/amplify/2017-07-25/docs-2.json @@ -312,6 +312,20 @@ "UpdateBranchRequest$buildSpec": "

The build specification (build spec) for the branch.

" } }, + "CacheConfig": { + "base": "

Describes the cache configuration for an Amplify app.

For more information about how Amplify applies an optimal cache configuration for your app based on the type of content that is being served, see Managing cache configuration in the Amplify User guide.

", + "refs": { + "App$cacheConfig": "

The cache configuration for the Amplify app. If you don't specify the cache configuration type, Amplify uses the default AMPLIFY_MANAGED setting.

", + "CreateAppRequest$cacheConfig": "

The cache configuration for the Amplify app.

", + "UpdateAppRequest$cacheConfig": "

The cache configuration for the Amplify app.

" + } + }, + "CacheConfigType": { + "base": null, + "refs": { + "CacheConfig$type": "

The type of cache configuration to use for an Amplify app.

The AMPLIFY_MANAGED cache configuration automatically applies an optimized cache configuration for your app based on its platform, routing rules, and rewrite rules. This is the default setting.

The AMPLIFY_MANAGED_NO_COOKIES cache configuration type is the same as AMPLIFY_MANAGED, except that it excludes all cookies from the cache key.

" + } + }, "Certificate": { "base": "

Describes the current SSL/TLS certificate that is in use for the domain. If you are using CreateDomainAssociation to create a new domain association, Certificate describes the new certificate that you are creating.

", "refs": { @@ -335,7 +349,7 @@ "CertificateType": { "base": null, "refs": { - "Certificate$type": "

The type of SSL/TLS certificate that you want to use.

Specify AMPLIFY_MANAGED to use the default certificate that Amplify provisions for you.

Specify CUSTOM to use your own certificate that you have already added to Certificate Manager in your Amazon Web Services account. Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see Importing certificates into Certificate Manager in the ACM User guide .

", + "Certificate$type": "

The type of SSL/TLS certificate that you want to use.

Specify AMPLIFY_MANAGED to use the default certificate that Amplify provisions for you.

Specify CUSTOM to use your own certificate that you have already added to Certificate Manager in your Amazon Web Services account. Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see Importing certificates into Certificate Manager in the ACM User guide.

", "CertificateSettings$type": "

The certificate type.

Specify AMPLIFY_MANAGED to use the default certificate that Amplify provisions for you.

Specify CUSTOM to use your own certificate that you have already added to Certificate Manager in your Amazon Web Services account. Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see Importing certificates into Certificate Manager in the ACM User guide.

" } }, diff --git a/src/data/amplify/2017-07-25/docs-2.json.php b/src/data/amplify/2017-07-25/docs-2.json.php index 31094140b7..f76bad475b 100644 --- a/src/data/amplify/2017-07-25/docs-2.json.php +++ b/src/data/amplify/2017-07-25/docs-2.json.php @@ -1,3 +1,3 @@ '2.0', 'service' => '

Amplify enables developers to develop and deploy cloud-powered mobile and web apps. Amplify Hosting provides a continuous delivery and hosting service for web applications. For more information, see the Amplify Hosting User Guide. The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation for client app development. For more information, see the Amplify Framework.

', 'operations' => [ 'CreateApp' => '

Creates a new Amplify app.

', 'CreateBackendEnvironment' => '

Creates a new backend environment for an Amplify app.

This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app\'s backend infrastructure using Typescript code.

', 'CreateBranch' => '

Creates a new branch for an Amplify app.

', 'CreateDeployment' => '

Creates a deployment for a manually deployed Amplify app. Manually deployed apps are not connected to a repository.

The maximum duration between the CreateDeployment call and the StartDeployment call cannot exceed 8 hours. If the duration exceeds 8 hours, the StartDeployment call and the associated Job will fail.

', 'CreateDomainAssociation' => '

Creates a new domain association for an Amplify app. This action associates a custom domain with the Amplify app

', 'CreateWebhook' => '

Creates a new webhook on an Amplify app.

', 'DeleteApp' => '

Deletes an existing Amplify app specified by an app ID.

', 'DeleteBackendEnvironment' => '

Deletes a backend environment for an Amplify app.

This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app\'s backend infrastructure using Typescript code.

', 'DeleteBranch' => '

Deletes a branch for an Amplify app.

', 'DeleteDomainAssociation' => '

Deletes a domain association for an Amplify app.

', 'DeleteJob' => '

Deletes a job for a branch of an Amplify app.

', 'DeleteWebhook' => '

Deletes a webhook.

', 'GenerateAccessLogs' => '

Returns the website access logs for a specific time range using a presigned URL.

', 'GetApp' => '

Returns an existing Amplify app specified by an app ID.

', 'GetArtifactUrl' => '

Returns the artifact info that corresponds to an artifact id.

', 'GetBackendEnvironment' => '

Returns a backend environment for an Amplify app.

This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app\'s backend infrastructure using Typescript code.

', 'GetBranch' => '

Returns a branch for an Amplify app.

', 'GetDomainAssociation' => '

Returns the domain information for an Amplify app.

', 'GetJob' => '

Returns a job for a branch of an Amplify app.

', 'GetWebhook' => '

Returns the webhook information that corresponds to a specified webhook ID.

', 'ListApps' => '

Returns a list of the existing Amplify apps.

', 'ListArtifacts' => '

Returns a list of artifacts for a specified app, branch, and job.

', 'ListBackendEnvironments' => '

Lists the backend environments for an Amplify app.

This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app\'s backend infrastructure using Typescript code.

', 'ListBranches' => '

Lists the branches of an Amplify app.

', 'ListDomainAssociations' => '

Returns the domain associations for an Amplify app.

', 'ListJobs' => '

Lists the jobs for a branch of an Amplify app.

', 'ListTagsForResource' => '

Returns a list of tags for a specified Amazon Resource Name (ARN).

', 'ListWebhooks' => '

Returns a list of webhooks for an Amplify app.

', 'StartDeployment' => '

Starts a deployment for a manually deployed app. Manually deployed apps are not connected to a repository.

The maximum duration between the CreateDeployment call and the StartDeployment call cannot exceed 8 hours. If the duration exceeds 8 hours, the StartDeployment call and the associated Job will fail.

', 'StartJob' => '

Starts a new job for a branch of an Amplify app.

', 'StopJob' => '

Stops a job that is in progress for a branch of an Amplify app.

', 'TagResource' => '

Tags the resource with a tag key and value.

', 'UntagResource' => '

Untags a resource with a specified Amazon Resource Name (ARN).

', 'UpdateApp' => '

Updates an existing Amplify app.

', 'UpdateBranch' => '

Updates a branch for an Amplify app.

', 'UpdateDomainAssociation' => '

Creates a new domain association for an Amplify app.

', 'UpdateWebhook' => '

Updates a webhook.

', ], 'shapes' => [ 'AccessToken' => [ 'base' => NULL, 'refs' => [ 'CreateAppRequest$accessToken' => '

The personal access token for a GitHub repository for an Amplify app. The personal access token is used to authorize access to a GitHub repository using the Amplify GitHub App. The token is not stored.

Use accessToken for GitHub repositories only. To authorize access to a repository provider such as Bitbucket or CodeCommit, use oauthToken.

You must specify either accessToken or oauthToken when you create a new app.

Existing Amplify apps deployed from a GitHub repository using OAuth continue to work with CI/CD. However, we strongly recommend that you migrate these apps to use the GitHub App. For more information, see Migrating an existing OAuth app to the Amplify GitHub App in the Amplify User Guide .

', 'UpdateAppRequest$accessToken' => '

The personal access token for a GitHub repository for an Amplify app. The personal access token is used to authorize access to a GitHub repository using the Amplify GitHub App. The token is not stored.

Use accessToken for GitHub repositories only. To authorize access to a repository provider such as Bitbucket or CodeCommit, use oauthToken.

You must specify either accessToken or oauthToken when you update an app.

Existing Amplify apps deployed from a GitHub repository using OAuth continue to work with CI/CD. However, we strongly recommend that you migrate these apps to use the GitHub App. For more information, see Migrating an existing OAuth app to the Amplify GitHub App in the Amplify User Guide .

', ], ], 'ActiveJobId' => [ 'base' => NULL, 'refs' => [ 'Branch$activeJobId' => '

The ID of the active job for a branch of an Amplify app.

', ], ], 'App' => [ 'base' => '

Represents the different branches of a repository for building, deploying, and hosting an Amplify app.

', 'refs' => [ 'Apps$member' => NULL, 'CreateAppResult$app' => NULL, 'DeleteAppResult$app' => NULL, 'GetAppResult$app' => NULL, 'UpdateAppResult$app' => '

Represents the updated Amplify app.

', ], ], 'AppArn' => [ 'base' => NULL, 'refs' => [ 'App$appArn' => '

The Amazon Resource Name (ARN) of the Amplify app.

', ], ], 'AppId' => [ 'base' => NULL, 'refs' => [ 'App$appId' => '

The unique ID of the Amplify app.

', 'CreateBackendEnvironmentRequest$appId' => '

The unique ID for an Amplify app.

', 'CreateBranchRequest$appId' => '

The unique ID for an Amplify app.

', 'CreateDeploymentRequest$appId' => '

The unique ID for an Amplify app.

', 'CreateDomainAssociationRequest$appId' => '

The unique ID for an Amplify app.

', 'CreateWebhookRequest$appId' => '

The unique ID for an Amplify app.

', 'DeleteAppRequest$appId' => '

The unique ID for an Amplify app.

', 'DeleteBackendEnvironmentRequest$appId' => '

The unique ID of an Amplify app.

', 'DeleteBranchRequest$appId' => '

The unique ID for an Amplify app.

', 'DeleteDomainAssociationRequest$appId' => '

The unique id for an Amplify app.

', 'DeleteJobRequest$appId' => '

The unique ID for an Amplify app.

', 'GenerateAccessLogsRequest$appId' => '

The unique ID for an Amplify app.

', 'GetAppRequest$appId' => '

The unique ID for an Amplify app.

', 'GetBackendEnvironmentRequest$appId' => '

The unique id for an Amplify app.

', 'GetBranchRequest$appId' => '

The unique ID for an Amplify app.

', 'GetDomainAssociationRequest$appId' => '

The unique id for an Amplify app.

', 'GetJobRequest$appId' => '

The unique ID for an Amplify app.

', 'ListArtifactsRequest$appId' => '

The unique ID for an Amplify app.

', 'ListBackendEnvironmentsRequest$appId' => '

The unique ID for an Amplify app.

', 'ListBranchesRequest$appId' => '

The unique ID for an Amplify app.

', 'ListDomainAssociationsRequest$appId' => '

The unique ID for an Amplify app.

', 'ListJobsRequest$appId' => '

The unique ID for an Amplify app.

', 'ListWebhooksRequest$appId' => '

The unique ID for an Amplify app.

', 'StartDeploymentRequest$appId' => '

The unique ID for an Amplify app.

', 'StartJobRequest$appId' => '

The unique ID for an Amplify app.

', 'StopJobRequest$appId' => '

The unique ID for an Amplify app.

', 'UpdateAppRequest$appId' => '

The unique ID for an Amplify app.

', 'UpdateBranchRequest$appId' => '

The unique ID for an Amplify app.

', 'UpdateDomainAssociationRequest$appId' => '

The unique ID for an Amplify app.

', ], ], 'Apps' => [ 'base' => NULL, 'refs' => [ 'ListAppsResult$apps' => '

A list of Amplify apps.

', ], ], 'Artifact' => [ 'base' => '

Describes an artifact.

', 'refs' => [ 'Artifacts$member' => NULL, ], ], 'ArtifactFileName' => [ 'base' => NULL, 'refs' => [ 'Artifact$artifactFileName' => '

The file name for the artifact.

', ], ], 'ArtifactId' => [ 'base' => NULL, 'refs' => [ 'Artifact$artifactId' => '

The unique ID for the artifact.

', 'GetArtifactUrlRequest$artifactId' => '

The unique ID for an artifact.

', 'GetArtifactUrlResult$artifactId' => '

The unique ID for an artifact.

', ], ], 'ArtifactUrl' => [ 'base' => NULL, 'refs' => [ 'GetArtifactUrlResult$artifactUrl' => '

The presigned URL for the artifact.

', ], ], 'Artifacts' => [ 'base' => NULL, 'refs' => [ 'ListArtifactsResult$artifacts' => '

A list of artifacts.

', ], ], 'ArtifactsUrl' => [ 'base' => NULL, 'refs' => [ 'Step$artifactsUrl' => '

The URL to the artifact for the execution step.

', ], ], 'AssociatedResource' => [ 'base' => NULL, 'refs' => [ 'AssociatedResources$member' => NULL, ], ], 'AssociatedResources' => [ 'base' => NULL, 'refs' => [ 'Branch$associatedResources' => '

A list of custom resources that are linked to this branch.

', ], ], 'AutoBranchCreationConfig' => [ 'base' => '

Describes the automated branch creation configuration.

', 'refs' => [ 'App$autoBranchCreationConfig' => '

Describes the automated branch creation configuration for the Amplify app.

', 'CreateAppRequest$autoBranchCreationConfig' => '

The automated branch creation configuration for an Amplify app.

', 'UpdateAppRequest$autoBranchCreationConfig' => '

The automated branch creation configuration for an Amplify app.

', ], ], 'AutoBranchCreationPattern' => [ 'base' => NULL, 'refs' => [ 'AutoBranchCreationPatterns$member' => NULL, ], ], 'AutoBranchCreationPatterns' => [ 'base' => NULL, 'refs' => [ 'App$autoBranchCreationPatterns' => '

Describes the automated branch creation glob patterns for the Amplify app.

', 'CreateAppRequest$autoBranchCreationPatterns' => '

The automated branch creation glob patterns for an Amplify app.

', 'UpdateAppRequest$autoBranchCreationPatterns' => '

Describes the automated branch creation glob patterns for an Amplify app.

', ], ], 'AutoSubDomainCreationPattern' => [ 'base' => NULL, 'refs' => [ 'AutoSubDomainCreationPatterns$member' => NULL, ], ], 'AutoSubDomainCreationPatterns' => [ 'base' => NULL, 'refs' => [ 'CreateDomainAssociationRequest$autoSubDomainCreationPatterns' => '

Sets the branch patterns for automatic subdomain creation.

', 'DomainAssociation$autoSubDomainCreationPatterns' => '

Sets branch patterns for automatic subdomain creation.

', 'UpdateDomainAssociationRequest$autoSubDomainCreationPatterns' => '

Sets the branch patterns for automatic subdomain creation.

', ], ], 'AutoSubDomainIAMRole' => [ 'base' => NULL, 'refs' => [ 'CreateDomainAssociationRequest$autoSubDomainIAMRole' => '

The required AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) for automatically creating subdomains.

', 'DomainAssociation$autoSubDomainIAMRole' => '

The required AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) for automatically creating subdomains.

', 'UpdateDomainAssociationRequest$autoSubDomainIAMRole' => '

The required AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) for automatically creating subdomains.

', ], ], 'Backend' => [ 'base' => '

Describes the backend associated with an Amplify Branch.

This property is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app\'s backend infrastructure using Typescript code.

', 'refs' => [ 'Branch$backend' => NULL, 'CreateBranchRequest$backend' => '

The backend for a Branch of an Amplify app. Use for a backend created from an CloudFormation stack.

This field is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app\'s backend infrastructure using Typescript code.

', 'UpdateBranchRequest$backend' => '

The backend for a Branch of an Amplify app. Use for a backend created from an CloudFormation stack.

This field is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app\'s backend infrastructure using Typescript code.

', ], ], 'BackendEnvironment' => [ 'base' => '

Describes the backend environment associated with a Branch of a Gen 1 Amplify app. Amplify Gen 1 applications are created using Amplify Studio or the Amplify command line interface (CLI).

', 'refs' => [ 'BackendEnvironments$member' => NULL, 'CreateBackendEnvironmentResult$backendEnvironment' => '

Describes the backend environment for an Amplify app.

', 'DeleteBackendEnvironmentResult$backendEnvironment' => '

Describes the backend environment for an Amplify app.

', 'GetBackendEnvironmentResult$backendEnvironment' => '

Describes the backend environment for an Amplify app.

', ], ], 'BackendEnvironmentArn' => [ 'base' => NULL, 'refs' => [ 'BackendEnvironment$backendEnvironmentArn' => '

The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.

', 'Branch$backendEnvironmentArn' => '

The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.

This property is available to Amplify Gen 1 apps only. When you deploy an application with Amplify Gen 2, you provision the app\'s backend infrastructure using Typescript code.

', 'CreateBranchRequest$backendEnvironmentArn' => '

The Amazon Resource Name (ARN) for a backend environment that is part of a Gen 1 Amplify app.

This field is available to Amplify Gen 1 apps only where the backend is created using Amplify Studio or the Amplify command line interface (CLI).

', 'UpdateBranchRequest$backendEnvironmentArn' => '

The Amazon Resource Name (ARN) for a backend environment that is part of a Gen 1 Amplify app.

This field is available to Amplify Gen 1 apps only where the backend is created using Amplify Studio or the Amplify command line interface (CLI).

', ], ], 'BackendEnvironments' => [ 'base' => NULL, 'refs' => [ 'ListBackendEnvironmentsResult$backendEnvironments' => '

The list of backend environments for an Amplify app.

', ], ], 'BadRequestException' => [ 'base' => '

A request contains unexpected data.

', 'refs' => [], ], 'BasicAuthCredentials' => [ 'base' => NULL, 'refs' => [ 'App$basicAuthCredentials' => '

The basic authorization credentials for branches for the Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password.

', 'AutoBranchCreationConfig$basicAuthCredentials' => '

The basic authorization credentials for the autocreated branch. You must base64-encode the authorization credentials and provide them in the format user:password.

', 'Branch$basicAuthCredentials' => '

The basic authorization credentials for a branch of an Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password.

', 'CreateAppRequest$basicAuthCredentials' => '

The credentials for basic authorization for an Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password.

', 'CreateBranchRequest$basicAuthCredentials' => '

The basic authorization credentials for the branch. You must base64-encode the authorization credentials and provide them in the format user:password.

', 'UpdateAppRequest$basicAuthCredentials' => '

The basic authorization credentials for an Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password.

', 'UpdateBranchRequest$basicAuthCredentials' => '

The basic authorization credentials for the branch. You must base64-encode the authorization credentials and provide them in the format user:password.

', ], ], 'Branch' => [ 'base' => '

The branch for an Amplify app, which maps to a third-party repository branch.

', 'refs' => [ 'Branches$member' => NULL, 'CreateBranchResult$branch' => '

Describes the branch for an Amplify app, which maps to a third-party repository branch.

', 'DeleteBranchResult$branch' => '

The branch for an Amplify app, which maps to a third-party repository branch.

', 'GetBranchResult$branch' => NULL, 'UpdateBranchResult$branch' => '

The branch for an Amplify app, which maps to a third-party repository branch.

', ], ], 'BranchArn' => [ 'base' => NULL, 'refs' => [ 'Branch$branchArn' => '

The Amazon Resource Name (ARN) for a branch that is part of an Amplify app.

', ], ], 'BranchName' => [ 'base' => NULL, 'refs' => [ 'Branch$branchName' => '

The name for the branch that is part of an Amplify app.

', 'Branch$destinationBranch' => '

The destination branch if the branch is a pull request branch.

', 'Branch$sourceBranch' => '

The source branch if the branch is a pull request branch.

', 'CreateBranchRequest$branchName' => '

The name for the branch.

', 'CreateDeploymentRequest$branchName' => '

The name of the branch to use for the job.

', 'CreateWebhookRequest$branchName' => '

The name for a branch that is part of an Amplify app.

', 'DeleteBranchRequest$branchName' => '

The name of the branch.

', 'DeleteJobRequest$branchName' => '

The name of the branch to use for the job.

', 'GetBranchRequest$branchName' => '

The name of the branch.

', 'GetJobRequest$branchName' => '

The name of the branch to use for the job.

', 'ListArtifactsRequest$branchName' => '

The name of a branch that is part of an Amplify app.

', 'ListJobsRequest$branchName' => '

The name of the branch to use for the request.

', 'ProductionBranch$branchName' => '

The branch name for the production branch.

', 'StartDeploymentRequest$branchName' => '

The name of the branch to use for the job.

', 'StartJobRequest$branchName' => '

The name of the branch to use for the job.

', 'StopJobRequest$branchName' => '

The name of the branch to use for the stop job request.

', 'SubDomainSetting$branchName' => '

The branch name setting for the subdomain.

', 'UpdateBranchRequest$branchName' => '

The name of the branch.

', 'UpdateWebhookRequest$branchName' => '

The name for a branch that is part of an Amplify app.

', 'Webhook$branchName' => '

The name for a branch that is part of an Amplify app.

', ], ], 'Branches' => [ 'base' => NULL, 'refs' => [ 'ListBranchesResult$branches' => '

A list of branches for an Amplify app.

', ], ], 'BuildSpec' => [ 'base' => '

The build specification (build spec) file for an Amplify app build.

', 'refs' => [ 'App$buildSpec' => '

Describes the content of the build specification (build spec) for the Amplify app.

', 'AutoBranchCreationConfig$buildSpec' => '

The build specification (build spec) for the autocreated branch.

', 'Branch$buildSpec' => '

The build specification (build spec) content for the branch of an Amplify app.

', 'CreateAppRequest$buildSpec' => '

The build specification (build spec) for an Amplify app.

', 'CreateBranchRequest$buildSpec' => '

The build specification (build spec) for the branch.

', 'UpdateAppRequest$buildSpec' => '

The build specification (build spec) for an Amplify app.

', 'UpdateBranchRequest$buildSpec' => '

The build specification (build spec) for the branch.

', ], ], 'Certificate' => [ 'base' => '

Describes the current SSL/TLS certificate that is in use for the domain. If you are using CreateDomainAssociation to create a new domain association, Certificate describes the new certificate that you are creating.

', 'refs' => [ 'DomainAssociation$certificate' => '

Describes the SSL/TLS certificate for the domain association. This can be your own custom certificate or the default certificate that Amplify provisions for you.

If you are updating your domain to use a different certificate, certificate points to the new certificate that is being created instead of the current active certificate. Otherwise, certificate points to the current active certificate.

', ], ], 'CertificateArn' => [ 'base' => NULL, 'refs' => [ 'Certificate$customCertificateArn' => '

The Amazon resource name (ARN) for a custom certificate that you have already added to Certificate Manager in your Amazon Web Services account.

This field is required only when the certificate type is CUSTOM.

', 'CertificateSettings$customCertificateArn' => '

The Amazon resource name (ARN) for the custom certificate that you have already added to Certificate Manager in your Amazon Web Services account.

This field is required only when the certificate type is CUSTOM.

', ], ], 'CertificateSettings' => [ 'base' => '

The type of SSL/TLS certificate to use for your custom domain. If a certificate type isn\'t specified, Amplify uses the default AMPLIFY_MANAGED certificate.

', 'refs' => [ 'CreateDomainAssociationRequest$certificateSettings' => '

The type of SSL/TLS certificate to use for your custom domain. If you don\'t specify a certificate type, Amplify uses the default certificate that it provisions and manages for you.

', 'UpdateDomainAssociationRequest$certificateSettings' => '

The type of SSL/TLS certificate to use for your custom domain.

', ], ], 'CertificateType' => [ 'base' => NULL, 'refs' => [ 'Certificate$type' => '

The type of SSL/TLS certificate that you want to use.

Specify AMPLIFY_MANAGED to use the default certificate that Amplify provisions for you.

Specify CUSTOM to use your own certificate that you have already added to Certificate Manager in your Amazon Web Services account. Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see Importing certificates into Certificate Manager in the ACM User guide .

', 'CertificateSettings$type' => '

The certificate type.

Specify AMPLIFY_MANAGED to use the default certificate that Amplify provisions for you.

Specify CUSTOM to use your own certificate that you have already added to Certificate Manager in your Amazon Web Services account. Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see Importing certificates into Certificate Manager in the ACM User guide.

', ], ], 'CertificateVerificationDNSRecord' => [ 'base' => NULL, 'refs' => [ 'Certificate$certificateVerificationDNSRecord' => '

The DNS record for certificate verification.

', 'DomainAssociation$certificateVerificationDNSRecord' => '

The DNS record for certificate verification.

', ], ], 'Code' => [ 'base' => NULL, 'refs' => [ 'ResourceNotFoundException$code' => NULL, ], ], 'CommitId' => [ 'base' => NULL, 'refs' => [ 'JobSummary$commitId' => '

The commit ID from a third-party repository provider for the job.

', 'StartJobRequest$commitId' => '

The commit ID from a third-party repository provider for the job.

', ], ], 'CommitMessage' => [ 'base' => NULL, 'refs' => [ 'JobSummary$commitMessage' => '

The commit message from a third-party repository provider for the job.

', 'StartJobRequest$commitMessage' => '

The commit message from a third-party repository provider for the job.

', ], ], 'CommitTime' => [ 'base' => NULL, 'refs' => [ 'JobSummary$commitTime' => '

The commit date and time for the job.

', 'StartJobRequest$commitTime' => '

The commit date and time for the job.

', ], ], 'Condition' => [ 'base' => NULL, 'refs' => [ 'CustomRule$condition' => '

The condition for a URL rewrite or redirect rule, such as a country code.

', ], ], 'Context' => [ 'base' => NULL, 'refs' => [ 'Step$context' => '

The context for the current step. Includes a build image if the step is build.

', ], ], 'CreateAppRequest' => [ 'base' => '

The request structure used to create apps in Amplify.

', 'refs' => [], ], 'CreateAppResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateBackendEnvironmentRequest' => [ 'base' => '

The request structure for the backend environment create request.

', 'refs' => [], ], 'CreateBackendEnvironmentResult' => [ 'base' => '

The result structure for the create backend environment request.

', 'refs' => [], ], 'CreateBranchRequest' => [ 'base' => '

The request structure for the create branch request.

', 'refs' => [], ], 'CreateBranchResult' => [ 'base' => '

The result structure for create branch request.

', 'refs' => [], ], 'CreateDeploymentRequest' => [ 'base' => '

The request structure for the create a new deployment request.

', 'refs' => [], ], 'CreateDeploymentResult' => [ 'base' => '

The result structure for the create a new deployment request.

', 'refs' => [], ], 'CreateDomainAssociationRequest' => [ 'base' => '

The request structure for the create domain association request.

', 'refs' => [], ], 'CreateDomainAssociationResult' => [ 'base' => '

The result structure for the create domain association request.

', 'refs' => [], ], 'CreateTime' => [ 'base' => NULL, 'refs' => [ 'App$createTime' => '

Creates a date and time for the Amplify app.

', 'BackendEnvironment$createTime' => '

The creation date and time for a backend environment that is part of an Amplify app.

', 'Branch$createTime' => '

The creation date and time for a branch that is part of an Amplify app.

', 'Webhook$createTime' => '

The create date and time for a webhook.

', ], ], 'CreateWebhookRequest' => [ 'base' => '

The request structure for the create webhook request.

', 'refs' => [], ], 'CreateWebhookResult' => [ 'base' => '

The result structure for the create webhook request.

', 'refs' => [], ], 'CustomDomain' => [ 'base' => NULL, 'refs' => [ 'CustomDomains$member' => NULL, ], ], 'CustomDomains' => [ 'base' => NULL, 'refs' => [ 'Branch$customDomains' => '

The custom domains for a branch of an Amplify app.

', ], ], 'CustomHeaders' => [ 'base' => NULL, 'refs' => [ 'App$customHeaders' => '

Describes the custom HTTP headers for the Amplify app.

', 'CreateAppRequest$customHeaders' => '

The custom HTTP headers for an Amplify app.

', 'UpdateAppRequest$customHeaders' => '

The custom HTTP headers for an Amplify app.

', ], ], 'CustomRule' => [ 'base' => '

Describes a custom rewrite or redirect rule.

', 'refs' => [ 'CustomRules$member' => NULL, ], ], 'CustomRules' => [ 'base' => NULL, 'refs' => [ 'App$customRules' => '

Describes the custom redirect and rewrite rules for the Amplify app.

', 'CreateAppRequest$customRules' => '

The custom rewrite and redirect rules for an Amplify app.

', 'UpdateAppRequest$customRules' => '

The custom redirect and rewrite rules for an Amplify app.

', ], ], 'DNSRecord' => [ 'base' => NULL, 'refs' => [ 'SubDomain$dnsRecord' => '

The DNS record for the subdomain.

', ], ], 'DefaultDomain' => [ 'base' => NULL, 'refs' => [ 'App$defaultDomain' => '

The default domain for the Amplify app.

', ], ], 'DeleteAppRequest' => [ 'base' => '

Describes the request structure for the delete app request.

', 'refs' => [], ], 'DeleteAppResult' => [ 'base' => '

The result structure for the delete app request.

', 'refs' => [], ], 'DeleteBackendEnvironmentRequest' => [ 'base' => '

The request structure for the delete backend environment request.

', 'refs' => [], ], 'DeleteBackendEnvironmentResult' => [ 'base' => '

The result structure of the delete backend environment result.

', 'refs' => [], ], 'DeleteBranchRequest' => [ 'base' => '

The request structure for the delete branch request.

', 'refs' => [], ], 'DeleteBranchResult' => [ 'base' => '

The result structure for the delete branch request.

', 'refs' => [], ], 'DeleteDomainAssociationRequest' => [ 'base' => '

The request structure for the delete domain association request.

', 'refs' => [], ], 'DeleteDomainAssociationResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteJobRequest' => [ 'base' => '

The request structure for the delete job request.

', 'refs' => [], ], 'DeleteJobResult' => [ 'base' => '

The result structure for the delete job request.

', 'refs' => [], ], 'DeleteWebhookRequest' => [ 'base' => '

The request structure for the delete webhook request.

', 'refs' => [], ], 'DeleteWebhookResult' => [ 'base' => '

The result structure for the delete webhook request.

', 'refs' => [], ], 'DependentServiceFailureException' => [ 'base' => '

An operation failed because a dependent service threw an exception.

', 'refs' => [], ], 'DeploymentArtifacts' => [ 'base' => NULL, 'refs' => [ 'BackendEnvironment$deploymentArtifacts' => '

The name of deployment artifacts.

', 'CreateBackendEnvironmentRequest$deploymentArtifacts' => '

The name of deployment artifacts.

', ], ], 'Description' => [ 'base' => NULL, 'refs' => [ 'App$description' => '

The description for the Amplify app.

', 'Branch$description' => '

The description for the branch that is part of an Amplify app.

', 'CreateAppRequest$description' => '

The description of the Amplify app.

', 'CreateBranchRequest$description' => '

The description for the branch.

', 'CreateWebhookRequest$description' => '

The description for a webhook.

', 'UpdateAppRequest$description' => '

The description for an Amplify app.

', 'UpdateBranchRequest$description' => '

The description for the branch.

', 'UpdateWebhookRequest$description' => '

The description for a webhook.

', 'Webhook$description' => '

The description for a webhook.

', ], ], 'DisplayName' => [ 'base' => NULL, 'refs' => [ 'Branch$displayName' => '

The display name for the branch. This is used as the default domain prefix.

', 'CreateBranchRequest$displayName' => '

The display name for a branch. This is used as the default domain prefix.

', 'UpdateBranchRequest$displayName' => '

The display name for a branch. This is used as the default domain prefix.

', ], ], 'DomainAssociation' => [ 'base' => '

Describes the association between a custom domain and an Amplify app.

', 'refs' => [ 'CreateDomainAssociationResult$domainAssociation' => '

Describes the structure of a domain association, which associates a custom domain with an Amplify app.

', 'DeleteDomainAssociationResult$domainAssociation' => NULL, 'DomainAssociations$member' => NULL, 'GetDomainAssociationResult$domainAssociation' => '

Describes the structure of a domain association, which associates a custom domain with an Amplify app.

', 'UpdateDomainAssociationResult$domainAssociation' => '

Describes a domain association, which associates a custom domain with an Amplify app.

', ], ], 'DomainAssociationArn' => [ 'base' => NULL, 'refs' => [ 'DomainAssociation$domainAssociationArn' => '

The Amazon Resource Name (ARN) for the domain association.

', ], ], 'DomainAssociations' => [ 'base' => NULL, 'refs' => [ 'ListDomainAssociationsResult$domainAssociations' => '

A list of domain associations.

', ], ], 'DomainName' => [ 'base' => NULL, 'refs' => [ 'CreateDomainAssociationRequest$domainName' => '

The domain name for the domain association.

', 'DeleteDomainAssociationRequest$domainName' => '

The name of the domain.

', 'DomainAssociation$domainName' => '

The name of the domain.

', 'GenerateAccessLogsRequest$domainName' => '

The name of the domain.

', 'GetDomainAssociationRequest$domainName' => '

The name of the domain.

', 'UpdateDomainAssociationRequest$domainName' => '

The name of the domain.

', ], ], 'DomainPrefix' => [ 'base' => NULL, 'refs' => [ 'SubDomainSetting$prefix' => '

The prefix setting for the subdomain.

', ], ], 'DomainStatus' => [ 'base' => NULL, 'refs' => [ 'DomainAssociation$domainStatus' => '

The current status of the domain association.

', ], ], 'EnableAutoBranchCreation' => [ 'base' => NULL, 'refs' => [ 'App$enableAutoBranchCreation' => '

Enables automated branch creation for the Amplify app.

', 'CreateAppRequest$enableAutoBranchCreation' => '

Enables automated branch creation for an Amplify app.

', 'UpdateAppRequest$enableAutoBranchCreation' => '

Enables automated branch creation for an Amplify app.

', ], ], 'EnableAutoBuild' => [ 'base' => NULL, 'refs' => [ 'AutoBranchCreationConfig$enableAutoBuild' => '

Enables auto building for the autocreated branch.

', 'Branch$enableAutoBuild' => '

Enables auto-building on push for a branch of an Amplify app.

', 'CreateBranchRequest$enableAutoBuild' => '

Enables auto building for the branch.

', 'UpdateAppRequest$enableBranchAutoBuild' => '

Enables branch auto-building for an Amplify app.

', 'UpdateBranchRequest$enableAutoBuild' => '

Enables auto building for the branch.

', ], ], 'EnableAutoSubDomain' => [ 'base' => NULL, 'refs' => [ 'CreateDomainAssociationRequest$enableAutoSubDomain' => '

Enables the automated creation of subdomains for branches.

', 'DomainAssociation$enableAutoSubDomain' => '

Enables the automated creation of subdomains for branches.

', 'UpdateDomainAssociationRequest$enableAutoSubDomain' => '

Enables the automated creation of subdomains for branches.

', ], ], 'EnableBasicAuth' => [ 'base' => NULL, 'refs' => [ 'App$enableBasicAuth' => '

Enables basic authorization for the Amplify app\'s branches.

', 'AutoBranchCreationConfig$enableBasicAuth' => '

Enables basic authorization for the autocreated branch.

', 'Branch$enableBasicAuth' => '

Enables basic authorization for a branch of an Amplify app.

', 'CreateAppRequest$enableBasicAuth' => '

Enables basic authorization for an Amplify app. This will apply to all branches that are part of this app.

', 'CreateBranchRequest$enableBasicAuth' => '

Enables basic authorization for the branch.

', 'UpdateAppRequest$enableBasicAuth' => '

Enables basic authorization for an Amplify app.

', 'UpdateBranchRequest$enableBasicAuth' => '

Enables basic authorization for the branch.

', ], ], 'EnableBranchAutoBuild' => [ 'base' => NULL, 'refs' => [ 'App$enableBranchAutoBuild' => '

Enables the auto-building of branches for the Amplify app.

', 'CreateAppRequest$enableBranchAutoBuild' => '

Enables the auto building of branches for an Amplify app.

', ], ], 'EnableBranchAutoDeletion' => [ 'base' => NULL, 'refs' => [ 'App$enableBranchAutoDeletion' => '

Automatically disconnect a branch in the Amplify console when you delete a branch from your Git repository.

', 'CreateAppRequest$enableBranchAutoDeletion' => '

Automatically disconnects a branch in the Amplify console when you delete a branch from your Git repository.

', 'UpdateAppRequest$enableBranchAutoDeletion' => '

Automatically disconnects a branch in the Amplify console when you delete a branch from your Git repository.

', ], ], 'EnableNotification' => [ 'base' => NULL, 'refs' => [ 'Branch$enableNotification' => '

Enables notifications for a branch that is part of an Amplify app.

', 'CreateBranchRequest$enableNotification' => '

Enables notifications for the branch.

', 'UpdateBranchRequest$enableNotification' => '

Enables notifications for the branch.

', ], ], 'EnablePerformanceMode' => [ 'base' => NULL, 'refs' => [ 'AutoBranchCreationConfig$enablePerformanceMode' => '

Enables performance mode for the branch.

Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out.

', 'Branch$enablePerformanceMode' => '

Enables performance mode for the branch.

Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out.

', 'CreateBranchRequest$enablePerformanceMode' => '

Enables performance mode for the branch.

Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out.

', 'UpdateBranchRequest$enablePerformanceMode' => '

Enables performance mode for the branch.

Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out.

', ], ], 'EnablePullRequestPreview' => [ 'base' => NULL, 'refs' => [ 'AutoBranchCreationConfig$enablePullRequestPreview' => '

Enables pull request previews for the autocreated branch.

', 'Branch$enablePullRequestPreview' => '

Enables pull request previews for the branch.

', 'CreateBranchRequest$enablePullRequestPreview' => '

Enables pull request previews for this branch.

', 'UpdateBranchRequest$enablePullRequestPreview' => '

Enables pull request previews for this branch.

', ], ], 'EndTime' => [ 'base' => NULL, 'refs' => [ 'GenerateAccessLogsRequest$endTime' => '

The time at which the logs should end. The time range specified is inclusive of the end time.

', 'JobSummary$endTime' => '

The end date and time for the job.

', 'Step$endTime' => '

The end date and time of the execution step.

', ], ], 'EnvKey' => [ 'base' => NULL, 'refs' => [ 'EnvironmentVariables$key' => NULL, ], ], 'EnvValue' => [ 'base' => NULL, 'refs' => [ 'EnvironmentVariables$value' => NULL, ], ], 'EnvironmentName' => [ 'base' => NULL, 'refs' => [ 'BackendEnvironment$environmentName' => '

The name for a backend environment that is part of an Amplify app.

', 'CreateBackendEnvironmentRequest$environmentName' => '

The name for the backend environment.

', 'DeleteBackendEnvironmentRequest$environmentName' => '

The name of a backend environment of an Amplify app.

', 'GetBackendEnvironmentRequest$environmentName' => '

The name for the backend environment.

', 'ListBackendEnvironmentsRequest$environmentName' => '

The name of the backend environment

', ], ], 'EnvironmentVariables' => [ 'base' => NULL, 'refs' => [ 'App$environmentVariables' => '

The environment variables for the Amplify app.

For a list of the environment variables that are accessible to Amplify by default, see Amplify Environment variables in the Amplify Hosting User Guide.

', 'AutoBranchCreationConfig$environmentVariables' => '

The environment variables for the autocreated branch.

', 'Branch$environmentVariables' => '

The environment variables specific to a branch of an Amplify app.

', 'CreateAppRequest$environmentVariables' => '

The environment variables map for an Amplify app.

For a list of the environment variables that are accessible to Amplify by default, see Amplify Environment variables in the Amplify Hosting User Guide.

', 'CreateBranchRequest$environmentVariables' => '

The environment variables for the branch.

', 'UpdateAppRequest$environmentVariables' => '

The environment variables for an Amplify app.

', 'UpdateBranchRequest$environmentVariables' => '

The environment variables for the branch.

', ], ], 'ErrorMessage' => [ 'base' => NULL, 'refs' => [ 'BadRequestException$message' => NULL, 'DependentServiceFailureException$message' => NULL, 'InternalFailureException$message' => NULL, 'LimitExceededException$message' => NULL, 'NotFoundException$message' => NULL, 'ResourceNotFoundException$message' => NULL, 'UnauthorizedException$message' => NULL, ], ], 'FileMap' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentRequest$fileMap' => '

An optional file map that contains the file name as the key and the file content md5 hash as the value. If this argument is provided, the service will generate a unique upload URL per file. Otherwise, the service will only generate a single upload URL for the zipped files.

', ], ], 'FileName' => [ 'base' => NULL, 'refs' => [ 'FileMap$key' => NULL, 'FileUploadUrls$key' => NULL, ], ], 'FileUploadUrls' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentResult$fileUploadUrls' => '

When the fileMap argument is provided in the request, fileUploadUrls will contain a map of file names to upload URLs.

', ], ], 'Framework' => [ 'base' => NULL, 'refs' => [ 'AutoBranchCreationConfig$framework' => '

The framework for the autocreated branch.

', 'Branch$framework' => '

The framework for a branch of an Amplify app.

', 'CreateBranchRequest$framework' => '

The framework for the branch.

', 'UpdateBranchRequest$framework' => '

The framework for the branch.

', ], ], 'GenerateAccessLogsRequest' => [ 'base' => '

The request structure for the generate access logs request.

', 'refs' => [], ], 'GenerateAccessLogsResult' => [ 'base' => '

The result structure for the generate access logs request.

', 'refs' => [], ], 'GetAppRequest' => [ 'base' => '

The request structure for the get app request.

', 'refs' => [], ], 'GetAppResult' => [ 'base' => NULL, 'refs' => [], ], 'GetArtifactUrlRequest' => [ 'base' => '

Returns the request structure for the get artifact request.

', 'refs' => [], ], 'GetArtifactUrlResult' => [ 'base' => '

Returns the result structure for the get artifact request.

', 'refs' => [], ], 'GetBackendEnvironmentRequest' => [ 'base' => '

The request structure for the get backend environment request.

', 'refs' => [], ], 'GetBackendEnvironmentResult' => [ 'base' => '

The result structure for the get backend environment result.

', 'refs' => [], ], 'GetBranchRequest' => [ 'base' => '

The request structure for the get branch request.

', 'refs' => [], ], 'GetBranchResult' => [ 'base' => NULL, 'refs' => [], ], 'GetDomainAssociationRequest' => [ 'base' => '

The request structure for the get domain association request.

', 'refs' => [], ], 'GetDomainAssociationResult' => [ 'base' => '

The result structure for the get domain association request.

', 'refs' => [], ], 'GetJobRequest' => [ 'base' => '

The request structure for the get job request.

', 'refs' => [], ], 'GetJobResult' => [ 'base' => NULL, 'refs' => [], ], 'GetWebhookRequest' => [ 'base' => '

The request structure for the get webhook request.

', 'refs' => [], ], 'GetWebhookResult' => [ 'base' => '

The result structure for the get webhook request.

', 'refs' => [], ], 'InternalFailureException' => [ 'base' => '

The service failed to perform an operation due to an internal issue.

', 'refs' => [], ], 'Job' => [ 'base' => '

Describes an execution job for an Amplify app.

', 'refs' => [ 'GetJobResult$job' => NULL, ], ], 'JobArn' => [ 'base' => NULL, 'refs' => [ 'JobSummary$jobArn' => '

The Amazon Resource Name (ARN) for the job.

', ], ], 'JobId' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentResult$jobId' => '

The job ID for this deployment. will supply to start deployment api.

', 'DeleteJobRequest$jobId' => '

The unique ID for the job.

', 'GetJobRequest$jobId' => '

The unique ID for the job.

', 'JobSummary$jobId' => '

The unique ID for the job.

', 'ListArtifactsRequest$jobId' => '

The unique ID for a job.

', 'StartDeploymentRequest$jobId' => '

The job ID for this deployment, generated by the create deployment request.

', 'StartJobRequest$jobId' => '

The unique ID for an existing job. This is required if the value of jobType is RETRY.

', 'StopJobRequest$jobId' => '

The unique id for the job.

', ], ], 'JobReason' => [ 'base' => NULL, 'refs' => [ 'StartJobRequest$jobReason' => '

A descriptive reason for starting the job.

', ], ], 'JobStatus' => [ 'base' => NULL, 'refs' => [ 'JobSummary$status' => '

The current status for the job.

', 'Step$status' => '

The status of the execution step.

', ], ], 'JobSummaries' => [ 'base' => NULL, 'refs' => [ 'ListJobsResult$jobSummaries' => '

The result structure for the list job result request.

', ], ], 'JobSummary' => [ 'base' => '

Describes the summary for an execution job for an Amplify app.

', 'refs' => [ 'DeleteJobResult$jobSummary' => NULL, 'Job$summary' => '

Describes the summary for an execution job for an Amplify app.

', 'JobSummaries$member' => NULL, 'StartDeploymentResult$jobSummary' => '

The summary for the job.

', 'StartJobResult$jobSummary' => '

The summary for the job.

', 'StopJobResult$jobSummary' => '

The summary for the job.

', ], ], 'JobType' => [ 'base' => NULL, 'refs' => [ 'JobSummary$jobType' => '

The type for the job. If the value is RELEASE, the job was manually released from its source by using the StartJob API. If the value is RETRY, the job was manually retried using the StartJob API. If the value is WEB_HOOK, the job was automatically triggered by webhooks.

', 'StartJobRequest$jobType' => '

Describes the type for the job. The job type RELEASE starts a new job with the latest change from the specified branch. This value is available only for apps that are connected to a repository.

The job type RETRY retries an existing job. If the job type value is RETRY, the jobId is also required.

', ], ], 'LastDeployTime' => [ 'base' => NULL, 'refs' => [ 'ProductionBranch$lastDeployTime' => '

The last deploy time of the production branch.

', ], ], 'LimitExceededException' => [ 'base' => '

A resource could not be created because service quotas were exceeded.

', 'refs' => [], ], 'ListAppsRequest' => [ 'base' => '

The request structure for the list apps request.

', 'refs' => [], ], 'ListAppsResult' => [ 'base' => '

The result structure for an Amplify app list request.

', 'refs' => [], ], 'ListArtifactsRequest' => [ 'base' => '

Describes the request structure for the list artifacts request.

', 'refs' => [], ], 'ListArtifactsResult' => [ 'base' => '

The result structure for the list artifacts request.

', 'refs' => [], ], 'ListBackendEnvironmentsRequest' => [ 'base' => '

The request structure for the list backend environments request.

', 'refs' => [], ], 'ListBackendEnvironmentsResult' => [ 'base' => '

The result structure for the list backend environments result.

', 'refs' => [], ], 'ListBranchesRequest' => [ 'base' => '

The request structure for the list branches request.

', 'refs' => [], ], 'ListBranchesResult' => [ 'base' => '

The result structure for the list branches request.

', 'refs' => [], ], 'ListDomainAssociationsRequest' => [ 'base' => '

The request structure for the list domain associations request.

', 'refs' => [], ], 'ListDomainAssociationsResult' => [ 'base' => '

The result structure for the list domain association request.

', 'refs' => [], ], 'ListJobsRequest' => [ 'base' => '

The request structure for the list jobs request.

', 'refs' => [], ], 'ListJobsResult' => [ 'base' => '

The maximum number of records to list in a single response.

', 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => '

The request structure to use to list tags for a resource.

', 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => '

The response for the list tags for resource request.

', 'refs' => [], ], 'ListWebhooksRequest' => [ 'base' => '

The request structure for the list webhooks request.

', 'refs' => [], ], 'ListWebhooksResult' => [ 'base' => '

The result structure for the list webhooks request.

', 'refs' => [], ], 'LogUrl' => [ 'base' => NULL, 'refs' => [ 'GenerateAccessLogsResult$logUrl' => '

The pre-signed URL for the requested access logs.

', 'Step$logUrl' => '

The URL to the logs for the execution step.

', ], ], 'MD5Hash' => [ 'base' => NULL, 'refs' => [ 'FileMap$value' => NULL, ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'ListArtifactsRequest$maxResults' => '

The maximum number of records to list in a single response.

', 'ListBackendEnvironmentsRequest$maxResults' => '

The maximum number of records to list in a single response.

', 'ListBranchesRequest$maxResults' => '

The maximum number of records to list in a single response.

', 'ListDomainAssociationsRequest$maxResults' => '

The maximum number of records to list in a single response.

', 'ListJobsRequest$maxResults' => '

The maximum number of records to list in a single response.

', 'ListWebhooksRequest$maxResults' => '

The maximum number of records to list in a single response.

', ], ], 'MaxResultsForListApps' => [ 'base' => NULL, 'refs' => [ 'ListAppsRequest$maxResults' => '

The maximum number of records to list in a single response.

', ], ], 'Name' => [ 'base' => NULL, 'refs' => [ 'App$name' => '

The name for the Amplify app.

', 'CreateAppRequest$name' => '

The name of the Amplify app.

', 'UpdateAppRequest$name' => '

The name for an Amplify app.

', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'ListAppsRequest$nextToken' => '

A pagination token. If non-null, the pagination token is returned in a result. Pass its value in another request to retrieve more entries.

', 'ListAppsResult$nextToken' => '

A pagination token. Set to null to start listing apps from start. If non-null, the pagination token is returned in a result. Pass its value in here to list more projects.

', 'ListArtifactsRequest$nextToken' => '

A pagination token. Set to null to start listing artifacts from start. If a non-null pagination token is returned in a result, pass its value in here to list more artifacts.

', 'ListArtifactsResult$nextToken' => '

A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.

', 'ListBackendEnvironmentsRequest$nextToken' => '

A pagination token. Set to null to start listing backend environments from the start. If a non-null pagination token is returned in a result, pass its value in here to list more backend environments.

', 'ListBackendEnvironmentsResult$nextToken' => '

A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.

', 'ListBranchesRequest$nextToken' => '

A pagination token. Set to null to start listing branches from the start. If a non-null pagination token is returned in a result, pass its value in here to list more branches.

', 'ListBranchesResult$nextToken' => '

A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.

', 'ListDomainAssociationsRequest$nextToken' => '

A pagination token. Set to null to start listing apps from the start. If non-null, a pagination token is returned in a result. Pass its value in here to list more projects.

', 'ListDomainAssociationsResult$nextToken' => '

A pagination token. If non-null, a pagination token is returned in a result. Pass its value in another request to retrieve more entries.

', 'ListJobsRequest$nextToken' => '

A pagination token. Set to null to start listing steps from the start. If a non-null pagination token is returned in a result, pass its value in here to list more steps.

', 'ListJobsResult$nextToken' => '

A pagination token. If non-null the pagination token is returned in a result. Pass its value in another request to retrieve more entries.

', 'ListWebhooksRequest$nextToken' => '

A pagination token. Set to null to start listing webhooks from the start. If non-null,the pagination token is returned in a result. Pass its value in here to list more webhooks.

', 'ListWebhooksResult$nextToken' => '

A pagination token. If non-null, the pagination token is returned in a result. Pass its value in another request to retrieve more entries.

', ], ], 'NotFoundException' => [ 'base' => '

An entity was not found during an operation.

', 'refs' => [], ], 'OauthToken' => [ 'base' => NULL, 'refs' => [ 'CreateAppRequest$oauthToken' => '

The OAuth token for a third-party source control system for an Amplify app. The OAuth token is used to create a webhook and a read-only deploy key using SSH cloning. The OAuth token is not stored.

Use oauthToken for repository providers other than GitHub, such as Bitbucket or CodeCommit. To authorize access to GitHub as your repository provider, use accessToken.

You must specify either oauthToken or accessToken when you create a new app.

Existing Amplify apps deployed from a GitHub repository using OAuth continue to work with CI/CD. However, we strongly recommend that you migrate these apps to use the GitHub App. For more information, see Migrating an existing OAuth app to the Amplify GitHub App in the Amplify User Guide .

', 'UpdateAppRequest$oauthToken' => '

The OAuth token for a third-party source control system for an Amplify app. The OAuth token is used to create a webhook and a read-only deploy key using SSH cloning. The OAuth token is not stored.

Use oauthToken for repository providers other than GitHub, such as Bitbucket or CodeCommit.

To authorize access to GitHub as your repository provider, use accessToken.

You must specify either oauthToken or accessToken when you update an app.

Existing Amplify apps deployed from a GitHub repository using OAuth continue to work with CI/CD. However, we strongly recommend that you migrate these apps to use the GitHub App. For more information, see Migrating an existing OAuth app to the Amplify GitHub App in the Amplify User Guide .

', ], ], 'Platform' => [ 'base' => NULL, 'refs' => [ 'App$platform' => '

The platform for the Amplify app. For a static app, set the platform type to WEB. For a dynamic server-side rendered (SSR) app, set the platform type to WEB_COMPUTE. For an app requiring Amplify Hosting\'s original SSR support only, set the platform type to WEB_DYNAMIC.

', 'CreateAppRequest$platform' => '

The platform for the Amplify app. For a static app, set the platform type to WEB. For a dynamic server-side rendered (SSR) app, set the platform type to WEB_COMPUTE. For an app requiring Amplify Hosting\'s original SSR support only, set the platform type to WEB_DYNAMIC.

', 'UpdateAppRequest$platform' => '

The platform for the Amplify app. For a static app, set the platform type to WEB. For a dynamic server-side rendered (SSR) app, set the platform type to WEB_COMPUTE. For an app requiring Amplify Hosting\'s original SSR support only, set the platform type to WEB_DYNAMIC.

', ], ], 'ProductionBranch' => [ 'base' => '

Describes the information about a production branch for an Amplify app.

', 'refs' => [ 'App$productionBranch' => '

Describes the information about a production branch of the Amplify app.

', ], ], 'PullRequestEnvironmentName' => [ 'base' => NULL, 'refs' => [ 'AutoBranchCreationConfig$pullRequestEnvironmentName' => '

The Amplify environment name for the pull request.

', 'Branch$pullRequestEnvironmentName' => '

The Amplify environment name for the pull request.

', 'CreateBranchRequest$pullRequestEnvironmentName' => '

The Amplify environment name for the pull request.

', 'UpdateBranchRequest$pullRequestEnvironmentName' => '

The Amplify environment name for the pull request.

', ], ], 'Repository' => [ 'base' => NULL, 'refs' => [ 'App$repository' => '

The Git repository for the Amplify app.

', 'CreateAppRequest$repository' => '

The Git repository for the Amplify app.

', 'UpdateAppRequest$repository' => '

The name of the Git repository for an Amplify app.

', ], ], 'RepositoryCloneMethod' => [ 'base' => NULL, 'refs' => [ 'App$repositoryCloneMethod' => '

This is for internal use.

The Amplify service uses this parameter to specify the authentication protocol to use to access the Git repository for an Amplify app. Amplify specifies TOKEN for a GitHub repository, SIGV4 for an Amazon Web Services CodeCommit repository, and SSH for GitLab and Bitbucket repositories.

', ], ], 'ResourceArn' => [ 'base' => NULL, 'refs' => [ 'ListTagsForResourceRequest$resourceArn' => '

The Amazon Resource Name (ARN) to use to list tags.

', 'TagResourceRequest$resourceArn' => '

The Amazon Resource Name (ARN) to use to tag a resource.

', 'UntagResourceRequest$resourceArn' => '

The Amazon Resource Name (ARN) to use to untag a resource.

', ], ], 'ResourceNotFoundException' => [ 'base' => '

An operation failed due to a non-existent resource.

', 'refs' => [], ], 'Screenshots' => [ 'base' => NULL, 'refs' => [ 'Step$screenshots' => '

The list of screenshot URLs for the execution step, if relevant.

', ], ], 'ServiceRoleArn' => [ 'base' => NULL, 'refs' => [ 'App$iamServiceRoleArn' => '

The AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) of the Amplify app.

', 'CreateAppRequest$iamServiceRoleArn' => '

The AWS Identity and Access Management (IAM) service role for an Amplify app.

', 'UpdateAppRequest$iamServiceRoleArn' => '

The AWS Identity and Access Management (IAM) service role for an Amplify app.

', ], ], 'Source' => [ 'base' => NULL, 'refs' => [ 'CustomRule$source' => '

The source pattern for a URL rewrite or redirect rule.

', ], ], 'SourceUrl' => [ 'base' => NULL, 'refs' => [ 'StartDeploymentRequest$sourceUrl' => '

The source URL for this deployment, used when calling start deployment without create deployment. The source URL can be any HTTP GET URL that is publicly accessible and downloads a single .zip file.

', ], ], 'StackArn' => [ 'base' => NULL, 'refs' => [ 'Backend$stackArn' => '

The Amazon Resource Name (ARN) for the CloudFormation stack.

', ], ], 'StackName' => [ 'base' => NULL, 'refs' => [ 'BackendEnvironment$stackName' => '

The AWS CloudFormation stack name of a backend environment.

', 'CreateBackendEnvironmentRequest$stackName' => '

The AWS CloudFormation stack name of a backend environment.

', ], ], 'Stage' => [ 'base' => NULL, 'refs' => [ 'AutoBranchCreationConfig$stage' => '

Describes the current stage for the autocreated branch.

', 'Branch$stage' => '

The current stage for the branch that is part of an Amplify app.

', 'CreateBranchRequest$stage' => '

Describes the current stage for the branch.

', 'UpdateBranchRequest$stage' => '

Describes the current stage for the branch.

', ], ], 'StartDeploymentRequest' => [ 'base' => '

The request structure for the start a deployment request.

', 'refs' => [], ], 'StartDeploymentResult' => [ 'base' => '

The result structure for the start a deployment request.

', 'refs' => [], ], 'StartJobRequest' => [ 'base' => '

The request structure for the start job request.

', 'refs' => [], ], 'StartJobResult' => [ 'base' => '

The result structure for the run job request.

', 'refs' => [], ], 'StartTime' => [ 'base' => NULL, 'refs' => [ 'GenerateAccessLogsRequest$startTime' => '

The time at which the logs should start. The time range specified is inclusive of the start time.

', 'JobSummary$startTime' => '

The start date and time for the job.

', 'Step$startTime' => '

The start date and time of the execution step.

', ], ], 'Status' => [ 'base' => NULL, 'refs' => [ 'CustomRule$status' => '

The status code for a URL rewrite or redirect rule.

200

Represents a 200 rewrite rule.

301

Represents a 301 (moved permanently) redirect rule. This and all future requests should be directed to the target URL.

302

Represents a 302 temporary redirect rule.

404

Represents a 404 redirect rule.

404-200

Represents a 404 rewrite rule.

', 'ProductionBranch$status' => '

The status of the production branch.

', ], ], 'StatusReason' => [ 'base' => NULL, 'refs' => [ 'DomainAssociation$statusReason' => '

Additional information that describes why the domain association is in the current state.

', 'Step$statusReason' => '

The reason for the current step status.

', ], ], 'Step' => [ 'base' => '

Describes an execution step, for an execution job, for an Amplify app.

', 'refs' => [ 'Steps$member' => NULL, ], ], 'StepName' => [ 'base' => NULL, 'refs' => [ 'Step$stepName' => '

The name of the execution step.

', ], ], 'Steps' => [ 'base' => NULL, 'refs' => [ 'Job$steps' => '

The execution steps for an execution job, for an Amplify app.

', ], ], 'StopJobRequest' => [ 'base' => '

The request structure for the stop job request.

', 'refs' => [], ], 'StopJobResult' => [ 'base' => '

The result structure for the stop job request.

', 'refs' => [], ], 'SubDomain' => [ 'base' => '

The subdomain for the domain association.

', 'refs' => [ 'SubDomains$member' => NULL, ], ], 'SubDomainSetting' => [ 'base' => '

Describes the settings for the subdomain.

', 'refs' => [ 'SubDomain$subDomainSetting' => '

Describes the settings for the subdomain.

', 'SubDomainSettings$member' => NULL, ], ], 'SubDomainSettings' => [ 'base' => NULL, 'refs' => [ 'CreateDomainAssociationRequest$subDomainSettings' => '

The setting for the subdomain.

', 'UpdateDomainAssociationRequest$subDomainSettings' => '

Describes the settings for the subdomain.

', ], ], 'SubDomains' => [ 'base' => NULL, 'refs' => [ 'DomainAssociation$subDomains' => '

The subdomains for the domain association.

', ], ], 'TTL' => [ 'base' => '

The content Time to Live (TTL) for the website in seconds.

', 'refs' => [ 'Branch$ttl' => '

The content Time to Live (TTL) for the website in seconds.

', 'CreateBranchRequest$ttl' => '

The content Time To Live (TTL) for the website in seconds.

', 'UpdateBranchRequest$ttl' => '

The content Time to Live (TTL) for the website in seconds.

', ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagKeyList$member' => NULL, 'TagMap$key' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$tagKeys' => '

The tag keys to use to untag a resource.

', ], ], 'TagMap' => [ 'base' => NULL, 'refs' => [ 'App$tags' => '

The tag for the Amplify app.

', 'Branch$tags' => '

The tag for the branch of an Amplify app.

', 'CreateAppRequest$tags' => '

The tag for an Amplify app.

', 'CreateBranchRequest$tags' => '

The tag for the branch.

', 'ListTagsForResourceResponse$tags' => '

A list of tags for the specified The Amazon Resource Name (ARN).

', 'TagResourceRequest$tags' => '

The tags used to tag the resource.

', ], ], 'TagResourceRequest' => [ 'base' => '

The request structure to tag a resource with a tag key and value.

', 'refs' => [], ], 'TagResourceResponse' => [ 'base' => '

The response for the tag resource request.

', 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'TagMap$value' => NULL, ], ], 'Target' => [ 'base' => NULL, 'refs' => [ 'CustomRule$target' => '

The target pattern for a URL rewrite or redirect rule.

', ], ], 'TestArtifactsUrl' => [ 'base' => NULL, 'refs' => [ 'Step$testArtifactsUrl' => '

The URL to the test artifact for the execution step.

', ], ], 'TestConfigUrl' => [ 'base' => NULL, 'refs' => [ 'Step$testConfigUrl' => '

The URL to the test configuration for the execution step.

', ], ], 'ThumbnailName' => [ 'base' => NULL, 'refs' => [ 'Screenshots$key' => NULL, ], ], 'ThumbnailUrl' => [ 'base' => NULL, 'refs' => [ 'Branch$thumbnailUrl' => '

The thumbnail URL for the branch of an Amplify app.

', 'ProductionBranch$thumbnailUrl' => '

The thumbnail URL for the production branch.

', 'Screenshots$value' => NULL, ], ], 'TotalNumberOfJobs' => [ 'base' => NULL, 'refs' => [ 'Branch$totalNumberOfJobs' => '

The total number of jobs that are part of an Amplify app.

', ], ], 'UnauthorizedException' => [ 'base' => '

An operation failed due to a lack of access.

', 'refs' => [], ], 'UntagResourceRequest' => [ 'base' => '

The request structure for the untag resource request.

', 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => '

The response for the untag resource request.

', 'refs' => [], ], 'UpdateAppRequest' => [ 'base' => '

The request structure for the update app request.

', 'refs' => [], ], 'UpdateAppResult' => [ 'base' => '

The result structure for an Amplify app update request.

', 'refs' => [], ], 'UpdateBranchRequest' => [ 'base' => '

The request structure for the update branch request.

', 'refs' => [], ], 'UpdateBranchResult' => [ 'base' => '

The result structure for the update branch request.

', 'refs' => [], ], 'UpdateDomainAssociationRequest' => [ 'base' => '

The request structure for the update domain association request.

', 'refs' => [], ], 'UpdateDomainAssociationResult' => [ 'base' => '

The result structure for the update domain association request.

', 'refs' => [], ], 'UpdateStatus' => [ 'base' => NULL, 'refs' => [ 'DomainAssociation$updateStatus' => '

The status of the domain update operation that is currently in progress. The following list describes the valid update states.

REQUESTING_CERTIFICATE

The certificate is in the process of being updated.

PENDING_VERIFICATION

Indicates that an Amplify managed certificate is in the process of being verified. This occurs during the creation of a custom domain or when a custom domain is updated to use a managed certificate.

IMPORTING_CUSTOM_CERTIFICATE

Indicates that an Amplify custom certificate is in the process of being imported. This occurs during the creation of a custom domain or when a custom domain is updated to use a custom certificate.

PENDING_DEPLOYMENT

Indicates that the subdomain or certificate changes are being propagated.

AWAITING_APP_CNAME

Amplify is waiting for CNAME records corresponding to subdomains to be propagated. If your custom domain is on Route 53, Amplify handles this for you automatically. For more information about custom domains, see Setting up custom domains in the Amplify Hosting User Guide.

UPDATE_COMPLETE

The certificate has been associated with a domain.

UPDATE_FAILED

The certificate has failed to be provisioned or associated, and there is no existing active certificate to roll back to.

', ], ], 'UpdateTime' => [ 'base' => NULL, 'refs' => [ 'App$updateTime' => '

Updates the date and time for the Amplify app.

', 'BackendEnvironment$updateTime' => '

The last updated date and time for a backend environment that is part of an Amplify app.

', 'Branch$updateTime' => '

The last updated date and time for a branch that is part of an Amplify app.

', 'Webhook$updateTime' => '

Updates the date and time for a webhook.

', ], ], 'UpdateWebhookRequest' => [ 'base' => '

The request structure for the update webhook request.

', 'refs' => [], ], 'UpdateWebhookResult' => [ 'base' => '

The result structure for the update webhook request.

', 'refs' => [], ], 'UploadUrl' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentResult$zipUploadUrl' => '

When the fileMap argument is not provided in the request, this zipUploadUrl is returned.

', 'FileUploadUrls$value' => NULL, ], ], 'Verified' => [ 'base' => NULL, 'refs' => [ 'SubDomain$verified' => '

The verified status of the subdomain

', ], ], 'Webhook' => [ 'base' => '

Describes a webhook that connects repository events to an Amplify app.

', 'refs' => [ 'CreateWebhookResult$webhook' => '

Describes a webhook that connects repository events to an Amplify app.

', 'DeleteWebhookResult$webhook' => '

Describes a webhook that connects repository events to an Amplify app.

', 'GetWebhookResult$webhook' => '

Describes the structure of a webhook.

', 'UpdateWebhookResult$webhook' => '

Describes a webhook that connects repository events to an Amplify app.

', 'Webhooks$member' => NULL, ], ], 'WebhookArn' => [ 'base' => NULL, 'refs' => [ 'Webhook$webhookArn' => '

The Amazon Resource Name (ARN) for the webhook.

', ], ], 'WebhookId' => [ 'base' => NULL, 'refs' => [ 'DeleteWebhookRequest$webhookId' => '

The unique ID for a webhook.

', 'GetWebhookRequest$webhookId' => '

The unique ID for a webhook.

', 'UpdateWebhookRequest$webhookId' => '

The unique ID for a webhook.

', 'Webhook$webhookId' => '

The ID of the webhook.

', ], ], 'WebhookUrl' => [ 'base' => NULL, 'refs' => [ 'Webhook$webhookUrl' => '

The URL of the webhook.

', ], ], 'Webhooks' => [ 'base' => NULL, 'refs' => [ 'ListWebhooksResult$webhooks' => '

A list of webhooks.

', ], ], ],]; +return [ 'version' => '2.0', 'service' => '

Amplify enables developers to develop and deploy cloud-powered mobile and web apps. Amplify Hosting provides a continuous delivery and hosting service for web applications. For more information, see the Amplify Hosting User Guide. The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation for client app development. For more information, see the Amplify Framework.

', 'operations' => [ 'CreateApp' => '

Creates a new Amplify app.

', 'CreateBackendEnvironment' => '

Creates a new backend environment for an Amplify app.

This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app\'s backend infrastructure using Typescript code.

', 'CreateBranch' => '

Creates a new branch for an Amplify app.

', 'CreateDeployment' => '

Creates a deployment for a manually deployed Amplify app. Manually deployed apps are not connected to a repository.

The maximum duration between the CreateDeployment call and the StartDeployment call cannot exceed 8 hours. If the duration exceeds 8 hours, the StartDeployment call and the associated Job will fail.

', 'CreateDomainAssociation' => '

Creates a new domain association for an Amplify app. This action associates a custom domain with the Amplify app

', 'CreateWebhook' => '

Creates a new webhook on an Amplify app.

', 'DeleteApp' => '

Deletes an existing Amplify app specified by an app ID.

', 'DeleteBackendEnvironment' => '

Deletes a backend environment for an Amplify app.

This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app\'s backend infrastructure using Typescript code.

', 'DeleteBranch' => '

Deletes a branch for an Amplify app.

', 'DeleteDomainAssociation' => '

Deletes a domain association for an Amplify app.

', 'DeleteJob' => '

Deletes a job for a branch of an Amplify app.

', 'DeleteWebhook' => '

Deletes a webhook.

', 'GenerateAccessLogs' => '

Returns the website access logs for a specific time range using a presigned URL.

', 'GetApp' => '

Returns an existing Amplify app specified by an app ID.

', 'GetArtifactUrl' => '

Returns the artifact info that corresponds to an artifact id.

', 'GetBackendEnvironment' => '

Returns a backend environment for an Amplify app.

This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app\'s backend infrastructure using Typescript code.

', 'GetBranch' => '

Returns a branch for an Amplify app.

', 'GetDomainAssociation' => '

Returns the domain information for an Amplify app.

', 'GetJob' => '

Returns a job for a branch of an Amplify app.

', 'GetWebhook' => '

Returns the webhook information that corresponds to a specified webhook ID.

', 'ListApps' => '

Returns a list of the existing Amplify apps.

', 'ListArtifacts' => '

Returns a list of artifacts for a specified app, branch, and job.

', 'ListBackendEnvironments' => '

Lists the backend environments for an Amplify app.

This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app\'s backend infrastructure using Typescript code.

', 'ListBranches' => '

Lists the branches of an Amplify app.

', 'ListDomainAssociations' => '

Returns the domain associations for an Amplify app.

', 'ListJobs' => '

Lists the jobs for a branch of an Amplify app.

', 'ListTagsForResource' => '

Returns a list of tags for a specified Amazon Resource Name (ARN).

', 'ListWebhooks' => '

Returns a list of webhooks for an Amplify app.

', 'StartDeployment' => '

Starts a deployment for a manually deployed app. Manually deployed apps are not connected to a repository.

The maximum duration between the CreateDeployment call and the StartDeployment call cannot exceed 8 hours. If the duration exceeds 8 hours, the StartDeployment call and the associated Job will fail.

', 'StartJob' => '

Starts a new job for a branch of an Amplify app.

', 'StopJob' => '

Stops a job that is in progress for a branch of an Amplify app.

', 'TagResource' => '

Tags the resource with a tag key and value.

', 'UntagResource' => '

Untags a resource with a specified Amazon Resource Name (ARN).

', 'UpdateApp' => '

Updates an existing Amplify app.

', 'UpdateBranch' => '

Updates a branch for an Amplify app.

', 'UpdateDomainAssociation' => '

Creates a new domain association for an Amplify app.

', 'UpdateWebhook' => '

Updates a webhook.

', ], 'shapes' => [ 'AccessToken' => [ 'base' => NULL, 'refs' => [ 'CreateAppRequest$accessToken' => '

The personal access token for a GitHub repository for an Amplify app. The personal access token is used to authorize access to a GitHub repository using the Amplify GitHub App. The token is not stored.

Use accessToken for GitHub repositories only. To authorize access to a repository provider such as Bitbucket or CodeCommit, use oauthToken.

You must specify either accessToken or oauthToken when you create a new app.

Existing Amplify apps deployed from a GitHub repository using OAuth continue to work with CI/CD. However, we strongly recommend that you migrate these apps to use the GitHub App. For more information, see Migrating an existing OAuth app to the Amplify GitHub App in the Amplify User Guide .

', 'UpdateAppRequest$accessToken' => '

The personal access token for a GitHub repository for an Amplify app. The personal access token is used to authorize access to a GitHub repository using the Amplify GitHub App. The token is not stored.

Use accessToken for GitHub repositories only. To authorize access to a repository provider such as Bitbucket or CodeCommit, use oauthToken.

You must specify either accessToken or oauthToken when you update an app.

Existing Amplify apps deployed from a GitHub repository using OAuth continue to work with CI/CD. However, we strongly recommend that you migrate these apps to use the GitHub App. For more information, see Migrating an existing OAuth app to the Amplify GitHub App in the Amplify User Guide .

', ], ], 'ActiveJobId' => [ 'base' => NULL, 'refs' => [ 'Branch$activeJobId' => '

The ID of the active job for a branch of an Amplify app.

', ], ], 'App' => [ 'base' => '

Represents the different branches of a repository for building, deploying, and hosting an Amplify app.

', 'refs' => [ 'Apps$member' => NULL, 'CreateAppResult$app' => NULL, 'DeleteAppResult$app' => NULL, 'GetAppResult$app' => NULL, 'UpdateAppResult$app' => '

Represents the updated Amplify app.

', ], ], 'AppArn' => [ 'base' => NULL, 'refs' => [ 'App$appArn' => '

The Amazon Resource Name (ARN) of the Amplify app.

', ], ], 'AppId' => [ 'base' => NULL, 'refs' => [ 'App$appId' => '

The unique ID of the Amplify app.

', 'CreateBackendEnvironmentRequest$appId' => '

The unique ID for an Amplify app.

', 'CreateBranchRequest$appId' => '

The unique ID for an Amplify app.

', 'CreateDeploymentRequest$appId' => '

The unique ID for an Amplify app.

', 'CreateDomainAssociationRequest$appId' => '

The unique ID for an Amplify app.

', 'CreateWebhookRequest$appId' => '

The unique ID for an Amplify app.

', 'DeleteAppRequest$appId' => '

The unique ID for an Amplify app.

', 'DeleteBackendEnvironmentRequest$appId' => '

The unique ID of an Amplify app.

', 'DeleteBranchRequest$appId' => '

The unique ID for an Amplify app.

', 'DeleteDomainAssociationRequest$appId' => '

The unique id for an Amplify app.

', 'DeleteJobRequest$appId' => '

The unique ID for an Amplify app.

', 'GenerateAccessLogsRequest$appId' => '

The unique ID for an Amplify app.

', 'GetAppRequest$appId' => '

The unique ID for an Amplify app.

', 'GetBackendEnvironmentRequest$appId' => '

The unique id for an Amplify app.

', 'GetBranchRequest$appId' => '

The unique ID for an Amplify app.

', 'GetDomainAssociationRequest$appId' => '

The unique id for an Amplify app.

', 'GetJobRequest$appId' => '

The unique ID for an Amplify app.

', 'ListArtifactsRequest$appId' => '

The unique ID for an Amplify app.

', 'ListBackendEnvironmentsRequest$appId' => '

The unique ID for an Amplify app.

', 'ListBranchesRequest$appId' => '

The unique ID for an Amplify app.

', 'ListDomainAssociationsRequest$appId' => '

The unique ID for an Amplify app.

', 'ListJobsRequest$appId' => '

The unique ID for an Amplify app.

', 'ListWebhooksRequest$appId' => '

The unique ID for an Amplify app.

', 'StartDeploymentRequest$appId' => '

The unique ID for an Amplify app.

', 'StartJobRequest$appId' => '

The unique ID for an Amplify app.

', 'StopJobRequest$appId' => '

The unique ID for an Amplify app.

', 'UpdateAppRequest$appId' => '

The unique ID for an Amplify app.

', 'UpdateBranchRequest$appId' => '

The unique ID for an Amplify app.

', 'UpdateDomainAssociationRequest$appId' => '

The unique ID for an Amplify app.

', ], ], 'Apps' => [ 'base' => NULL, 'refs' => [ 'ListAppsResult$apps' => '

A list of Amplify apps.

', ], ], 'Artifact' => [ 'base' => '

Describes an artifact.

', 'refs' => [ 'Artifacts$member' => NULL, ], ], 'ArtifactFileName' => [ 'base' => NULL, 'refs' => [ 'Artifact$artifactFileName' => '

The file name for the artifact.

', ], ], 'ArtifactId' => [ 'base' => NULL, 'refs' => [ 'Artifact$artifactId' => '

The unique ID for the artifact.

', 'GetArtifactUrlRequest$artifactId' => '

The unique ID for an artifact.

', 'GetArtifactUrlResult$artifactId' => '

The unique ID for an artifact.

', ], ], 'ArtifactUrl' => [ 'base' => NULL, 'refs' => [ 'GetArtifactUrlResult$artifactUrl' => '

The presigned URL for the artifact.

', ], ], 'Artifacts' => [ 'base' => NULL, 'refs' => [ 'ListArtifactsResult$artifacts' => '

A list of artifacts.

', ], ], 'ArtifactsUrl' => [ 'base' => NULL, 'refs' => [ 'Step$artifactsUrl' => '

The URL to the artifact for the execution step.

', ], ], 'AssociatedResource' => [ 'base' => NULL, 'refs' => [ 'AssociatedResources$member' => NULL, ], ], 'AssociatedResources' => [ 'base' => NULL, 'refs' => [ 'Branch$associatedResources' => '

A list of custom resources that are linked to this branch.

', ], ], 'AutoBranchCreationConfig' => [ 'base' => '

Describes the automated branch creation configuration.

', 'refs' => [ 'App$autoBranchCreationConfig' => '

Describes the automated branch creation configuration for the Amplify app.

', 'CreateAppRequest$autoBranchCreationConfig' => '

The automated branch creation configuration for an Amplify app.

', 'UpdateAppRequest$autoBranchCreationConfig' => '

The automated branch creation configuration for an Amplify app.

', ], ], 'AutoBranchCreationPattern' => [ 'base' => NULL, 'refs' => [ 'AutoBranchCreationPatterns$member' => NULL, ], ], 'AutoBranchCreationPatterns' => [ 'base' => NULL, 'refs' => [ 'App$autoBranchCreationPatterns' => '

Describes the automated branch creation glob patterns for the Amplify app.

', 'CreateAppRequest$autoBranchCreationPatterns' => '

The automated branch creation glob patterns for an Amplify app.

', 'UpdateAppRequest$autoBranchCreationPatterns' => '

Describes the automated branch creation glob patterns for an Amplify app.

', ], ], 'AutoSubDomainCreationPattern' => [ 'base' => NULL, 'refs' => [ 'AutoSubDomainCreationPatterns$member' => NULL, ], ], 'AutoSubDomainCreationPatterns' => [ 'base' => NULL, 'refs' => [ 'CreateDomainAssociationRequest$autoSubDomainCreationPatterns' => '

Sets the branch patterns for automatic subdomain creation.

', 'DomainAssociation$autoSubDomainCreationPatterns' => '

Sets branch patterns for automatic subdomain creation.

', 'UpdateDomainAssociationRequest$autoSubDomainCreationPatterns' => '

Sets the branch patterns for automatic subdomain creation.

', ], ], 'AutoSubDomainIAMRole' => [ 'base' => NULL, 'refs' => [ 'CreateDomainAssociationRequest$autoSubDomainIAMRole' => '

The required AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) for automatically creating subdomains.

', 'DomainAssociation$autoSubDomainIAMRole' => '

The required AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) for automatically creating subdomains.

', 'UpdateDomainAssociationRequest$autoSubDomainIAMRole' => '

The required AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) for automatically creating subdomains.

', ], ], 'Backend' => [ 'base' => '

Describes the backend associated with an Amplify Branch.

This property is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app\'s backend infrastructure using Typescript code.

', 'refs' => [ 'Branch$backend' => NULL, 'CreateBranchRequest$backend' => '

The backend for a Branch of an Amplify app. Use for a backend created from an CloudFormation stack.

This field is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app\'s backend infrastructure using Typescript code.

', 'UpdateBranchRequest$backend' => '

The backend for a Branch of an Amplify app. Use for a backend created from an CloudFormation stack.

This field is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app\'s backend infrastructure using Typescript code.

', ], ], 'BackendEnvironment' => [ 'base' => '

Describes the backend environment associated with a Branch of a Gen 1 Amplify app. Amplify Gen 1 applications are created using Amplify Studio or the Amplify command line interface (CLI).

', 'refs' => [ 'BackendEnvironments$member' => NULL, 'CreateBackendEnvironmentResult$backendEnvironment' => '

Describes the backend environment for an Amplify app.

', 'DeleteBackendEnvironmentResult$backendEnvironment' => '

Describes the backend environment for an Amplify app.

', 'GetBackendEnvironmentResult$backendEnvironment' => '

Describes the backend environment for an Amplify app.

', ], ], 'BackendEnvironmentArn' => [ 'base' => NULL, 'refs' => [ 'BackendEnvironment$backendEnvironmentArn' => '

The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.

', 'Branch$backendEnvironmentArn' => '

The Amazon Resource Name (ARN) for a backend environment that is part of an Amplify app.

This property is available to Amplify Gen 1 apps only. When you deploy an application with Amplify Gen 2, you provision the app\'s backend infrastructure using Typescript code.

', 'CreateBranchRequest$backendEnvironmentArn' => '

The Amazon Resource Name (ARN) for a backend environment that is part of a Gen 1 Amplify app.

This field is available to Amplify Gen 1 apps only where the backend is created using Amplify Studio or the Amplify command line interface (CLI).

', 'UpdateBranchRequest$backendEnvironmentArn' => '

The Amazon Resource Name (ARN) for a backend environment that is part of a Gen 1 Amplify app.

This field is available to Amplify Gen 1 apps only where the backend is created using Amplify Studio or the Amplify command line interface (CLI).

', ], ], 'BackendEnvironments' => [ 'base' => NULL, 'refs' => [ 'ListBackendEnvironmentsResult$backendEnvironments' => '

The list of backend environments for an Amplify app.

', ], ], 'BadRequestException' => [ 'base' => '

A request contains unexpected data.

', 'refs' => [], ], 'BasicAuthCredentials' => [ 'base' => NULL, 'refs' => [ 'App$basicAuthCredentials' => '

The basic authorization credentials for branches for the Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password.

', 'AutoBranchCreationConfig$basicAuthCredentials' => '

The basic authorization credentials for the autocreated branch. You must base64-encode the authorization credentials and provide them in the format user:password.

', 'Branch$basicAuthCredentials' => '

The basic authorization credentials for a branch of an Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password.

', 'CreateAppRequest$basicAuthCredentials' => '

The credentials for basic authorization for an Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password.

', 'CreateBranchRequest$basicAuthCredentials' => '

The basic authorization credentials for the branch. You must base64-encode the authorization credentials and provide them in the format user:password.

', 'UpdateAppRequest$basicAuthCredentials' => '

The basic authorization credentials for an Amplify app. You must base64-encode the authorization credentials and provide them in the format user:password.

', 'UpdateBranchRequest$basicAuthCredentials' => '

The basic authorization credentials for the branch. You must base64-encode the authorization credentials and provide them in the format user:password.

', ], ], 'Branch' => [ 'base' => '

The branch for an Amplify app, which maps to a third-party repository branch.

', 'refs' => [ 'Branches$member' => NULL, 'CreateBranchResult$branch' => '

Describes the branch for an Amplify app, which maps to a third-party repository branch.

', 'DeleteBranchResult$branch' => '

The branch for an Amplify app, which maps to a third-party repository branch.

', 'GetBranchResult$branch' => NULL, 'UpdateBranchResult$branch' => '

The branch for an Amplify app, which maps to a third-party repository branch.

', ], ], 'BranchArn' => [ 'base' => NULL, 'refs' => [ 'Branch$branchArn' => '

The Amazon Resource Name (ARN) for a branch that is part of an Amplify app.

', ], ], 'BranchName' => [ 'base' => NULL, 'refs' => [ 'Branch$branchName' => '

The name for the branch that is part of an Amplify app.

', 'Branch$destinationBranch' => '

The destination branch if the branch is a pull request branch.

', 'Branch$sourceBranch' => '

The source branch if the branch is a pull request branch.

', 'CreateBranchRequest$branchName' => '

The name for the branch.

', 'CreateDeploymentRequest$branchName' => '

The name of the branch to use for the job.

', 'CreateWebhookRequest$branchName' => '

The name for a branch that is part of an Amplify app.

', 'DeleteBranchRequest$branchName' => '

The name of the branch.

', 'DeleteJobRequest$branchName' => '

The name of the branch to use for the job.

', 'GetBranchRequest$branchName' => '

The name of the branch.

', 'GetJobRequest$branchName' => '

The name of the branch to use for the job.

', 'ListArtifactsRequest$branchName' => '

The name of a branch that is part of an Amplify app.

', 'ListJobsRequest$branchName' => '

The name of the branch to use for the request.

', 'ProductionBranch$branchName' => '

The branch name for the production branch.

', 'StartDeploymentRequest$branchName' => '

The name of the branch to use for the job.

', 'StartJobRequest$branchName' => '

The name of the branch to use for the job.

', 'StopJobRequest$branchName' => '

The name of the branch to use for the stop job request.

', 'SubDomainSetting$branchName' => '

The branch name setting for the subdomain.

', 'UpdateBranchRequest$branchName' => '

The name of the branch.

', 'UpdateWebhookRequest$branchName' => '

The name for a branch that is part of an Amplify app.

', 'Webhook$branchName' => '

The name for a branch that is part of an Amplify app.

', ], ], 'Branches' => [ 'base' => NULL, 'refs' => [ 'ListBranchesResult$branches' => '

A list of branches for an Amplify app.

', ], ], 'BuildSpec' => [ 'base' => '

The build specification (build spec) file for an Amplify app build.

', 'refs' => [ 'App$buildSpec' => '

Describes the content of the build specification (build spec) for the Amplify app.

', 'AutoBranchCreationConfig$buildSpec' => '

The build specification (build spec) for the autocreated branch.

', 'Branch$buildSpec' => '

The build specification (build spec) content for the branch of an Amplify app.

', 'CreateAppRequest$buildSpec' => '

The build specification (build spec) for an Amplify app.

', 'CreateBranchRequest$buildSpec' => '

The build specification (build spec) for the branch.

', 'UpdateAppRequest$buildSpec' => '

The build specification (build spec) for an Amplify app.

', 'UpdateBranchRequest$buildSpec' => '

The build specification (build spec) for the branch.

', ], ], 'CacheConfig' => [ 'base' => '

Describes the cache configuration for an Amplify app.

For more information about how Amplify applies an optimal cache configuration for your app based on the type of content that is being served, see Managing cache configuration in the Amplify User guide.

', 'refs' => [ 'App$cacheConfig' => '

The cache configuration for the Amplify app. If you don\'t specify the cache configuration type, Amplify uses the default AMPLIFY_MANAGED setting.

', 'CreateAppRequest$cacheConfig' => '

The cache configuration for the Amplify app.

', 'UpdateAppRequest$cacheConfig' => '

The cache configuration for the Amplify app.

', ], ], 'CacheConfigType' => [ 'base' => NULL, 'refs' => [ 'CacheConfig$type' => '

The type of cache configuration to use for an Amplify app.

The AMPLIFY_MANAGED cache configuration automatically applies an optimized cache configuration for your app based on its platform, routing rules, and rewrite rules. This is the default setting.

The AMPLIFY_MANAGED_NO_COOKIES cache configuration type is the same as AMPLIFY_MANAGED, except that it excludes all cookies from the cache key.

', ], ], 'Certificate' => [ 'base' => '

Describes the current SSL/TLS certificate that is in use for the domain. If you are using CreateDomainAssociation to create a new domain association, Certificate describes the new certificate that you are creating.

', 'refs' => [ 'DomainAssociation$certificate' => '

Describes the SSL/TLS certificate for the domain association. This can be your own custom certificate or the default certificate that Amplify provisions for you.

If you are updating your domain to use a different certificate, certificate points to the new certificate that is being created instead of the current active certificate. Otherwise, certificate points to the current active certificate.

', ], ], 'CertificateArn' => [ 'base' => NULL, 'refs' => [ 'Certificate$customCertificateArn' => '

The Amazon resource name (ARN) for a custom certificate that you have already added to Certificate Manager in your Amazon Web Services account.

This field is required only when the certificate type is CUSTOM.

', 'CertificateSettings$customCertificateArn' => '

The Amazon resource name (ARN) for the custom certificate that you have already added to Certificate Manager in your Amazon Web Services account.

This field is required only when the certificate type is CUSTOM.

', ], ], 'CertificateSettings' => [ 'base' => '

The type of SSL/TLS certificate to use for your custom domain. If a certificate type isn\'t specified, Amplify uses the default AMPLIFY_MANAGED certificate.

', 'refs' => [ 'CreateDomainAssociationRequest$certificateSettings' => '

The type of SSL/TLS certificate to use for your custom domain. If you don\'t specify a certificate type, Amplify uses the default certificate that it provisions and manages for you.

', 'UpdateDomainAssociationRequest$certificateSettings' => '

The type of SSL/TLS certificate to use for your custom domain.

', ], ], 'CertificateType' => [ 'base' => NULL, 'refs' => [ 'Certificate$type' => '

The type of SSL/TLS certificate that you want to use.

Specify AMPLIFY_MANAGED to use the default certificate that Amplify provisions for you.

Specify CUSTOM to use your own certificate that you have already added to Certificate Manager in your Amazon Web Services account. Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see Importing certificates into Certificate Manager in the ACM User guide.

', 'CertificateSettings$type' => '

The certificate type.

Specify AMPLIFY_MANAGED to use the default certificate that Amplify provisions for you.

Specify CUSTOM to use your own certificate that you have already added to Certificate Manager in your Amazon Web Services account. Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see Importing certificates into Certificate Manager in the ACM User guide.

', ], ], 'CertificateVerificationDNSRecord' => [ 'base' => NULL, 'refs' => [ 'Certificate$certificateVerificationDNSRecord' => '

The DNS record for certificate verification.

', 'DomainAssociation$certificateVerificationDNSRecord' => '

The DNS record for certificate verification.

', ], ], 'Code' => [ 'base' => NULL, 'refs' => [ 'ResourceNotFoundException$code' => NULL, ], ], 'CommitId' => [ 'base' => NULL, 'refs' => [ 'JobSummary$commitId' => '

The commit ID from a third-party repository provider for the job.

', 'StartJobRequest$commitId' => '

The commit ID from a third-party repository provider for the job.

', ], ], 'CommitMessage' => [ 'base' => NULL, 'refs' => [ 'JobSummary$commitMessage' => '

The commit message from a third-party repository provider for the job.

', 'StartJobRequest$commitMessage' => '

The commit message from a third-party repository provider for the job.

', ], ], 'CommitTime' => [ 'base' => NULL, 'refs' => [ 'JobSummary$commitTime' => '

The commit date and time for the job.

', 'StartJobRequest$commitTime' => '

The commit date and time for the job.

', ], ], 'Condition' => [ 'base' => NULL, 'refs' => [ 'CustomRule$condition' => '

The condition for a URL rewrite or redirect rule, such as a country code.

', ], ], 'Context' => [ 'base' => NULL, 'refs' => [ 'Step$context' => '

The context for the current step. Includes a build image if the step is build.

', ], ], 'CreateAppRequest' => [ 'base' => '

The request structure used to create apps in Amplify.

', 'refs' => [], ], 'CreateAppResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateBackendEnvironmentRequest' => [ 'base' => '

The request structure for the backend environment create request.

', 'refs' => [], ], 'CreateBackendEnvironmentResult' => [ 'base' => '

The result structure for the create backend environment request.

', 'refs' => [], ], 'CreateBranchRequest' => [ 'base' => '

The request structure for the create branch request.

', 'refs' => [], ], 'CreateBranchResult' => [ 'base' => '

The result structure for create branch request.

', 'refs' => [], ], 'CreateDeploymentRequest' => [ 'base' => '

The request structure for the create a new deployment request.

', 'refs' => [], ], 'CreateDeploymentResult' => [ 'base' => '

The result structure for the create a new deployment request.

', 'refs' => [], ], 'CreateDomainAssociationRequest' => [ 'base' => '

The request structure for the create domain association request.

', 'refs' => [], ], 'CreateDomainAssociationResult' => [ 'base' => '

The result structure for the create domain association request.

', 'refs' => [], ], 'CreateTime' => [ 'base' => NULL, 'refs' => [ 'App$createTime' => '

Creates a date and time for the Amplify app.

', 'BackendEnvironment$createTime' => '

The creation date and time for a backend environment that is part of an Amplify app.

', 'Branch$createTime' => '

The creation date and time for a branch that is part of an Amplify app.

', 'Webhook$createTime' => '

The create date and time for a webhook.

', ], ], 'CreateWebhookRequest' => [ 'base' => '

The request structure for the create webhook request.

', 'refs' => [], ], 'CreateWebhookResult' => [ 'base' => '

The result structure for the create webhook request.

', 'refs' => [], ], 'CustomDomain' => [ 'base' => NULL, 'refs' => [ 'CustomDomains$member' => NULL, ], ], 'CustomDomains' => [ 'base' => NULL, 'refs' => [ 'Branch$customDomains' => '

The custom domains for a branch of an Amplify app.

', ], ], 'CustomHeaders' => [ 'base' => NULL, 'refs' => [ 'App$customHeaders' => '

Describes the custom HTTP headers for the Amplify app.

', 'CreateAppRequest$customHeaders' => '

The custom HTTP headers for an Amplify app.

', 'UpdateAppRequest$customHeaders' => '

The custom HTTP headers for an Amplify app.

', ], ], 'CustomRule' => [ 'base' => '

Describes a custom rewrite or redirect rule.

', 'refs' => [ 'CustomRules$member' => NULL, ], ], 'CustomRules' => [ 'base' => NULL, 'refs' => [ 'App$customRules' => '

Describes the custom redirect and rewrite rules for the Amplify app.

', 'CreateAppRequest$customRules' => '

The custom rewrite and redirect rules for an Amplify app.

', 'UpdateAppRequest$customRules' => '

The custom redirect and rewrite rules for an Amplify app.

', ], ], 'DNSRecord' => [ 'base' => NULL, 'refs' => [ 'SubDomain$dnsRecord' => '

The DNS record for the subdomain.

', ], ], 'DefaultDomain' => [ 'base' => NULL, 'refs' => [ 'App$defaultDomain' => '

The default domain for the Amplify app.

', ], ], 'DeleteAppRequest' => [ 'base' => '

Describes the request structure for the delete app request.

', 'refs' => [], ], 'DeleteAppResult' => [ 'base' => '

The result structure for the delete app request.

', 'refs' => [], ], 'DeleteBackendEnvironmentRequest' => [ 'base' => '

The request structure for the delete backend environment request.

', 'refs' => [], ], 'DeleteBackendEnvironmentResult' => [ 'base' => '

The result structure of the delete backend environment result.

', 'refs' => [], ], 'DeleteBranchRequest' => [ 'base' => '

The request structure for the delete branch request.

', 'refs' => [], ], 'DeleteBranchResult' => [ 'base' => '

The result structure for the delete branch request.

', 'refs' => [], ], 'DeleteDomainAssociationRequest' => [ 'base' => '

The request structure for the delete domain association request.

', 'refs' => [], ], 'DeleteDomainAssociationResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteJobRequest' => [ 'base' => '

The request structure for the delete job request.

', 'refs' => [], ], 'DeleteJobResult' => [ 'base' => '

The result structure for the delete job request.

', 'refs' => [], ], 'DeleteWebhookRequest' => [ 'base' => '

The request structure for the delete webhook request.

', 'refs' => [], ], 'DeleteWebhookResult' => [ 'base' => '

The result structure for the delete webhook request.

', 'refs' => [], ], 'DependentServiceFailureException' => [ 'base' => '

An operation failed because a dependent service threw an exception.

', 'refs' => [], ], 'DeploymentArtifacts' => [ 'base' => NULL, 'refs' => [ 'BackendEnvironment$deploymentArtifacts' => '

The name of deployment artifacts.

', 'CreateBackendEnvironmentRequest$deploymentArtifacts' => '

The name of deployment artifacts.

', ], ], 'Description' => [ 'base' => NULL, 'refs' => [ 'App$description' => '

The description for the Amplify app.

', 'Branch$description' => '

The description for the branch that is part of an Amplify app.

', 'CreateAppRequest$description' => '

The description of the Amplify app.

', 'CreateBranchRequest$description' => '

The description for the branch.

', 'CreateWebhookRequest$description' => '

The description for a webhook.

', 'UpdateAppRequest$description' => '

The description for an Amplify app.

', 'UpdateBranchRequest$description' => '

The description for the branch.

', 'UpdateWebhookRequest$description' => '

The description for a webhook.

', 'Webhook$description' => '

The description for a webhook.

', ], ], 'DisplayName' => [ 'base' => NULL, 'refs' => [ 'Branch$displayName' => '

The display name for the branch. This is used as the default domain prefix.

', 'CreateBranchRequest$displayName' => '

The display name for a branch. This is used as the default domain prefix.

', 'UpdateBranchRequest$displayName' => '

The display name for a branch. This is used as the default domain prefix.

', ], ], 'DomainAssociation' => [ 'base' => '

Describes the association between a custom domain and an Amplify app.

', 'refs' => [ 'CreateDomainAssociationResult$domainAssociation' => '

Describes the structure of a domain association, which associates a custom domain with an Amplify app.

', 'DeleteDomainAssociationResult$domainAssociation' => NULL, 'DomainAssociations$member' => NULL, 'GetDomainAssociationResult$domainAssociation' => '

Describes the structure of a domain association, which associates a custom domain with an Amplify app.

', 'UpdateDomainAssociationResult$domainAssociation' => '

Describes a domain association, which associates a custom domain with an Amplify app.

', ], ], 'DomainAssociationArn' => [ 'base' => NULL, 'refs' => [ 'DomainAssociation$domainAssociationArn' => '

The Amazon Resource Name (ARN) for the domain association.

', ], ], 'DomainAssociations' => [ 'base' => NULL, 'refs' => [ 'ListDomainAssociationsResult$domainAssociations' => '

A list of domain associations.

', ], ], 'DomainName' => [ 'base' => NULL, 'refs' => [ 'CreateDomainAssociationRequest$domainName' => '

The domain name for the domain association.

', 'DeleteDomainAssociationRequest$domainName' => '

The name of the domain.

', 'DomainAssociation$domainName' => '

The name of the domain.

', 'GenerateAccessLogsRequest$domainName' => '

The name of the domain.

', 'GetDomainAssociationRequest$domainName' => '

The name of the domain.

', 'UpdateDomainAssociationRequest$domainName' => '

The name of the domain.

', ], ], 'DomainPrefix' => [ 'base' => NULL, 'refs' => [ 'SubDomainSetting$prefix' => '

The prefix setting for the subdomain.

', ], ], 'DomainStatus' => [ 'base' => NULL, 'refs' => [ 'DomainAssociation$domainStatus' => '

The current status of the domain association.

', ], ], 'EnableAutoBranchCreation' => [ 'base' => NULL, 'refs' => [ 'App$enableAutoBranchCreation' => '

Enables automated branch creation for the Amplify app.

', 'CreateAppRequest$enableAutoBranchCreation' => '

Enables automated branch creation for an Amplify app.

', 'UpdateAppRequest$enableAutoBranchCreation' => '

Enables automated branch creation for an Amplify app.

', ], ], 'EnableAutoBuild' => [ 'base' => NULL, 'refs' => [ 'AutoBranchCreationConfig$enableAutoBuild' => '

Enables auto building for the autocreated branch.

', 'Branch$enableAutoBuild' => '

Enables auto-building on push for a branch of an Amplify app.

', 'CreateBranchRequest$enableAutoBuild' => '

Enables auto building for the branch.

', 'UpdateAppRequest$enableBranchAutoBuild' => '

Enables branch auto-building for an Amplify app.

', 'UpdateBranchRequest$enableAutoBuild' => '

Enables auto building for the branch.

', ], ], 'EnableAutoSubDomain' => [ 'base' => NULL, 'refs' => [ 'CreateDomainAssociationRequest$enableAutoSubDomain' => '

Enables the automated creation of subdomains for branches.

', 'DomainAssociation$enableAutoSubDomain' => '

Enables the automated creation of subdomains for branches.

', 'UpdateDomainAssociationRequest$enableAutoSubDomain' => '

Enables the automated creation of subdomains for branches.

', ], ], 'EnableBasicAuth' => [ 'base' => NULL, 'refs' => [ 'App$enableBasicAuth' => '

Enables basic authorization for the Amplify app\'s branches.

', 'AutoBranchCreationConfig$enableBasicAuth' => '

Enables basic authorization for the autocreated branch.

', 'Branch$enableBasicAuth' => '

Enables basic authorization for a branch of an Amplify app.

', 'CreateAppRequest$enableBasicAuth' => '

Enables basic authorization for an Amplify app. This will apply to all branches that are part of this app.

', 'CreateBranchRequest$enableBasicAuth' => '

Enables basic authorization for the branch.

', 'UpdateAppRequest$enableBasicAuth' => '

Enables basic authorization for an Amplify app.

', 'UpdateBranchRequest$enableBasicAuth' => '

Enables basic authorization for the branch.

', ], ], 'EnableBranchAutoBuild' => [ 'base' => NULL, 'refs' => [ 'App$enableBranchAutoBuild' => '

Enables the auto-building of branches for the Amplify app.

', 'CreateAppRequest$enableBranchAutoBuild' => '

Enables the auto building of branches for an Amplify app.

', ], ], 'EnableBranchAutoDeletion' => [ 'base' => NULL, 'refs' => [ 'App$enableBranchAutoDeletion' => '

Automatically disconnect a branch in the Amplify console when you delete a branch from your Git repository.

', 'CreateAppRequest$enableBranchAutoDeletion' => '

Automatically disconnects a branch in the Amplify console when you delete a branch from your Git repository.

', 'UpdateAppRequest$enableBranchAutoDeletion' => '

Automatically disconnects a branch in the Amplify console when you delete a branch from your Git repository.

', ], ], 'EnableNotification' => [ 'base' => NULL, 'refs' => [ 'Branch$enableNotification' => '

Enables notifications for a branch that is part of an Amplify app.

', 'CreateBranchRequest$enableNotification' => '

Enables notifications for the branch.

', 'UpdateBranchRequest$enableNotification' => '

Enables notifications for the branch.

', ], ], 'EnablePerformanceMode' => [ 'base' => NULL, 'refs' => [ 'AutoBranchCreationConfig$enablePerformanceMode' => '

Enables performance mode for the branch.

Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out.

', 'Branch$enablePerformanceMode' => '

Enables performance mode for the branch.

Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out.

', 'CreateBranchRequest$enablePerformanceMode' => '

Enables performance mode for the branch.

Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out.

', 'UpdateBranchRequest$enablePerformanceMode' => '

Enables performance mode for the branch.

Performance mode optimizes for faster hosting performance by keeping content cached at the edge for a longer interval. When performance mode is enabled, hosting configuration or code changes can take up to 10 minutes to roll out.

', ], ], 'EnablePullRequestPreview' => [ 'base' => NULL, 'refs' => [ 'AutoBranchCreationConfig$enablePullRequestPreview' => '

Enables pull request previews for the autocreated branch.

', 'Branch$enablePullRequestPreview' => '

Enables pull request previews for the branch.

', 'CreateBranchRequest$enablePullRequestPreview' => '

Enables pull request previews for this branch.

', 'UpdateBranchRequest$enablePullRequestPreview' => '

Enables pull request previews for this branch.

', ], ], 'EndTime' => [ 'base' => NULL, 'refs' => [ 'GenerateAccessLogsRequest$endTime' => '

The time at which the logs should end. The time range specified is inclusive of the end time.

', 'JobSummary$endTime' => '

The end date and time for the job.

', 'Step$endTime' => '

The end date and time of the execution step.

', ], ], 'EnvKey' => [ 'base' => NULL, 'refs' => [ 'EnvironmentVariables$key' => NULL, ], ], 'EnvValue' => [ 'base' => NULL, 'refs' => [ 'EnvironmentVariables$value' => NULL, ], ], 'EnvironmentName' => [ 'base' => NULL, 'refs' => [ 'BackendEnvironment$environmentName' => '

The name for a backend environment that is part of an Amplify app.

', 'CreateBackendEnvironmentRequest$environmentName' => '

The name for the backend environment.

', 'DeleteBackendEnvironmentRequest$environmentName' => '

The name of a backend environment of an Amplify app.

', 'GetBackendEnvironmentRequest$environmentName' => '

The name for the backend environment.

', 'ListBackendEnvironmentsRequest$environmentName' => '

The name of the backend environment

', ], ], 'EnvironmentVariables' => [ 'base' => NULL, 'refs' => [ 'App$environmentVariables' => '

The environment variables for the Amplify app.

For a list of the environment variables that are accessible to Amplify by default, see Amplify Environment variables in the Amplify Hosting User Guide.

', 'AutoBranchCreationConfig$environmentVariables' => '

The environment variables for the autocreated branch.

', 'Branch$environmentVariables' => '

The environment variables specific to a branch of an Amplify app.

', 'CreateAppRequest$environmentVariables' => '

The environment variables map for an Amplify app.

For a list of the environment variables that are accessible to Amplify by default, see Amplify Environment variables in the Amplify Hosting User Guide.

', 'CreateBranchRequest$environmentVariables' => '

The environment variables for the branch.

', 'UpdateAppRequest$environmentVariables' => '

The environment variables for an Amplify app.

', 'UpdateBranchRequest$environmentVariables' => '

The environment variables for the branch.

', ], ], 'ErrorMessage' => [ 'base' => NULL, 'refs' => [ 'BadRequestException$message' => NULL, 'DependentServiceFailureException$message' => NULL, 'InternalFailureException$message' => NULL, 'LimitExceededException$message' => NULL, 'NotFoundException$message' => NULL, 'ResourceNotFoundException$message' => NULL, 'UnauthorizedException$message' => NULL, ], ], 'FileMap' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentRequest$fileMap' => '

An optional file map that contains the file name as the key and the file content md5 hash as the value. If this argument is provided, the service will generate a unique upload URL per file. Otherwise, the service will only generate a single upload URL for the zipped files.

', ], ], 'FileName' => [ 'base' => NULL, 'refs' => [ 'FileMap$key' => NULL, 'FileUploadUrls$key' => NULL, ], ], 'FileUploadUrls' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentResult$fileUploadUrls' => '

When the fileMap argument is provided in the request, fileUploadUrls will contain a map of file names to upload URLs.

', ], ], 'Framework' => [ 'base' => NULL, 'refs' => [ 'AutoBranchCreationConfig$framework' => '

The framework for the autocreated branch.

', 'Branch$framework' => '

The framework for a branch of an Amplify app.

', 'CreateBranchRequest$framework' => '

The framework for the branch.

', 'UpdateBranchRequest$framework' => '

The framework for the branch.

', ], ], 'GenerateAccessLogsRequest' => [ 'base' => '

The request structure for the generate access logs request.

', 'refs' => [], ], 'GenerateAccessLogsResult' => [ 'base' => '

The result structure for the generate access logs request.

', 'refs' => [], ], 'GetAppRequest' => [ 'base' => '

The request structure for the get app request.

', 'refs' => [], ], 'GetAppResult' => [ 'base' => NULL, 'refs' => [], ], 'GetArtifactUrlRequest' => [ 'base' => '

Returns the request structure for the get artifact request.

', 'refs' => [], ], 'GetArtifactUrlResult' => [ 'base' => '

Returns the result structure for the get artifact request.

', 'refs' => [], ], 'GetBackendEnvironmentRequest' => [ 'base' => '

The request structure for the get backend environment request.

', 'refs' => [], ], 'GetBackendEnvironmentResult' => [ 'base' => '

The result structure for the get backend environment result.

', 'refs' => [], ], 'GetBranchRequest' => [ 'base' => '

The request structure for the get branch request.

', 'refs' => [], ], 'GetBranchResult' => [ 'base' => NULL, 'refs' => [], ], 'GetDomainAssociationRequest' => [ 'base' => '

The request structure for the get domain association request.

', 'refs' => [], ], 'GetDomainAssociationResult' => [ 'base' => '

The result structure for the get domain association request.

', 'refs' => [], ], 'GetJobRequest' => [ 'base' => '

The request structure for the get job request.

', 'refs' => [], ], 'GetJobResult' => [ 'base' => NULL, 'refs' => [], ], 'GetWebhookRequest' => [ 'base' => '

The request structure for the get webhook request.

', 'refs' => [], ], 'GetWebhookResult' => [ 'base' => '

The result structure for the get webhook request.

', 'refs' => [], ], 'InternalFailureException' => [ 'base' => '

The service failed to perform an operation due to an internal issue.

', 'refs' => [], ], 'Job' => [ 'base' => '

Describes an execution job for an Amplify app.

', 'refs' => [ 'GetJobResult$job' => NULL, ], ], 'JobArn' => [ 'base' => NULL, 'refs' => [ 'JobSummary$jobArn' => '

The Amazon Resource Name (ARN) for the job.

', ], ], 'JobId' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentResult$jobId' => '

The job ID for this deployment. will supply to start deployment api.

', 'DeleteJobRequest$jobId' => '

The unique ID for the job.

', 'GetJobRequest$jobId' => '

The unique ID for the job.

', 'JobSummary$jobId' => '

The unique ID for the job.

', 'ListArtifactsRequest$jobId' => '

The unique ID for a job.

', 'StartDeploymentRequest$jobId' => '

The job ID for this deployment, generated by the create deployment request.

', 'StartJobRequest$jobId' => '

The unique ID for an existing job. This is required if the value of jobType is RETRY.

', 'StopJobRequest$jobId' => '

The unique id for the job.

', ], ], 'JobReason' => [ 'base' => NULL, 'refs' => [ 'StartJobRequest$jobReason' => '

A descriptive reason for starting the job.

', ], ], 'JobStatus' => [ 'base' => NULL, 'refs' => [ 'JobSummary$status' => '

The current status for the job.

', 'Step$status' => '

The status of the execution step.

', ], ], 'JobSummaries' => [ 'base' => NULL, 'refs' => [ 'ListJobsResult$jobSummaries' => '

The result structure for the list job result request.

', ], ], 'JobSummary' => [ 'base' => '

Describes the summary for an execution job for an Amplify app.

', 'refs' => [ 'DeleteJobResult$jobSummary' => NULL, 'Job$summary' => '

Describes the summary for an execution job for an Amplify app.

', 'JobSummaries$member' => NULL, 'StartDeploymentResult$jobSummary' => '

The summary for the job.

', 'StartJobResult$jobSummary' => '

The summary for the job.

', 'StopJobResult$jobSummary' => '

The summary for the job.

', ], ], 'JobType' => [ 'base' => NULL, 'refs' => [ 'JobSummary$jobType' => '

The type for the job. If the value is RELEASE, the job was manually released from its source by using the StartJob API. If the value is RETRY, the job was manually retried using the StartJob API. If the value is WEB_HOOK, the job was automatically triggered by webhooks.

', 'StartJobRequest$jobType' => '

Describes the type for the job. The job type RELEASE starts a new job with the latest change from the specified branch. This value is available only for apps that are connected to a repository.

The job type RETRY retries an existing job. If the job type value is RETRY, the jobId is also required.

', ], ], 'LastDeployTime' => [ 'base' => NULL, 'refs' => [ 'ProductionBranch$lastDeployTime' => '

The last deploy time of the production branch.

', ], ], 'LimitExceededException' => [ 'base' => '

A resource could not be created because service quotas were exceeded.

', 'refs' => [], ], 'ListAppsRequest' => [ 'base' => '

The request structure for the list apps request.

', 'refs' => [], ], 'ListAppsResult' => [ 'base' => '

The result structure for an Amplify app list request.

', 'refs' => [], ], 'ListArtifactsRequest' => [ 'base' => '

Describes the request structure for the list artifacts request.

', 'refs' => [], ], 'ListArtifactsResult' => [ 'base' => '

The result structure for the list artifacts request.

', 'refs' => [], ], 'ListBackendEnvironmentsRequest' => [ 'base' => '

The request structure for the list backend environments request.

', 'refs' => [], ], 'ListBackendEnvironmentsResult' => [ 'base' => '

The result structure for the list backend environments result.

', 'refs' => [], ], 'ListBranchesRequest' => [ 'base' => '

The request structure for the list branches request.

', 'refs' => [], ], 'ListBranchesResult' => [ 'base' => '

The result structure for the list branches request.

', 'refs' => [], ], 'ListDomainAssociationsRequest' => [ 'base' => '

The request structure for the list domain associations request.

', 'refs' => [], ], 'ListDomainAssociationsResult' => [ 'base' => '

The result structure for the list domain association request.

', 'refs' => [], ], 'ListJobsRequest' => [ 'base' => '

The request structure for the list jobs request.

', 'refs' => [], ], 'ListJobsResult' => [ 'base' => '

The maximum number of records to list in a single response.

', 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => '

The request structure to use to list tags for a resource.

', 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => '

The response for the list tags for resource request.

', 'refs' => [], ], 'ListWebhooksRequest' => [ 'base' => '

The request structure for the list webhooks request.

', 'refs' => [], ], 'ListWebhooksResult' => [ 'base' => '

The result structure for the list webhooks request.

', 'refs' => [], ], 'LogUrl' => [ 'base' => NULL, 'refs' => [ 'GenerateAccessLogsResult$logUrl' => '

The pre-signed URL for the requested access logs.

', 'Step$logUrl' => '

The URL to the logs for the execution step.

', ], ], 'MD5Hash' => [ 'base' => NULL, 'refs' => [ 'FileMap$value' => NULL, ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'ListArtifactsRequest$maxResults' => '

The maximum number of records to list in a single response.

', 'ListBackendEnvironmentsRequest$maxResults' => '

The maximum number of records to list in a single response.

', 'ListBranchesRequest$maxResults' => '

The maximum number of records to list in a single response.

', 'ListDomainAssociationsRequest$maxResults' => '

The maximum number of records to list in a single response.

', 'ListJobsRequest$maxResults' => '

The maximum number of records to list in a single response.

', 'ListWebhooksRequest$maxResults' => '

The maximum number of records to list in a single response.

', ], ], 'MaxResultsForListApps' => [ 'base' => NULL, 'refs' => [ 'ListAppsRequest$maxResults' => '

The maximum number of records to list in a single response.

', ], ], 'Name' => [ 'base' => NULL, 'refs' => [ 'App$name' => '

The name for the Amplify app.

', 'CreateAppRequest$name' => '

The name of the Amplify app.

', 'UpdateAppRequest$name' => '

The name for an Amplify app.

', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'ListAppsRequest$nextToken' => '

A pagination token. If non-null, the pagination token is returned in a result. Pass its value in another request to retrieve more entries.

', 'ListAppsResult$nextToken' => '

A pagination token. Set to null to start listing apps from start. If non-null, the pagination token is returned in a result. Pass its value in here to list more projects.

', 'ListArtifactsRequest$nextToken' => '

A pagination token. Set to null to start listing artifacts from start. If a non-null pagination token is returned in a result, pass its value in here to list more artifacts.

', 'ListArtifactsResult$nextToken' => '

A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.

', 'ListBackendEnvironmentsRequest$nextToken' => '

A pagination token. Set to null to start listing backend environments from the start. If a non-null pagination token is returned in a result, pass its value in here to list more backend environments.

', 'ListBackendEnvironmentsResult$nextToken' => '

A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.

', 'ListBranchesRequest$nextToken' => '

A pagination token. Set to null to start listing branches from the start. If a non-null pagination token is returned in a result, pass its value in here to list more branches.

', 'ListBranchesResult$nextToken' => '

A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries.

', 'ListDomainAssociationsRequest$nextToken' => '

A pagination token. Set to null to start listing apps from the start. If non-null, a pagination token is returned in a result. Pass its value in here to list more projects.

', 'ListDomainAssociationsResult$nextToken' => '

A pagination token. If non-null, a pagination token is returned in a result. Pass its value in another request to retrieve more entries.

', 'ListJobsRequest$nextToken' => '

A pagination token. Set to null to start listing steps from the start. If a non-null pagination token is returned in a result, pass its value in here to list more steps.

', 'ListJobsResult$nextToken' => '

A pagination token. If non-null the pagination token is returned in a result. Pass its value in another request to retrieve more entries.

', 'ListWebhooksRequest$nextToken' => '

A pagination token. Set to null to start listing webhooks from the start. If non-null,the pagination token is returned in a result. Pass its value in here to list more webhooks.

', 'ListWebhooksResult$nextToken' => '

A pagination token. If non-null, the pagination token is returned in a result. Pass its value in another request to retrieve more entries.

', ], ], 'NotFoundException' => [ 'base' => '

An entity was not found during an operation.

', 'refs' => [], ], 'OauthToken' => [ 'base' => NULL, 'refs' => [ 'CreateAppRequest$oauthToken' => '

The OAuth token for a third-party source control system for an Amplify app. The OAuth token is used to create a webhook and a read-only deploy key using SSH cloning. The OAuth token is not stored.

Use oauthToken for repository providers other than GitHub, such as Bitbucket or CodeCommit. To authorize access to GitHub as your repository provider, use accessToken.

You must specify either oauthToken or accessToken when you create a new app.

Existing Amplify apps deployed from a GitHub repository using OAuth continue to work with CI/CD. However, we strongly recommend that you migrate these apps to use the GitHub App. For more information, see Migrating an existing OAuth app to the Amplify GitHub App in the Amplify User Guide .

', 'UpdateAppRequest$oauthToken' => '

The OAuth token for a third-party source control system for an Amplify app. The OAuth token is used to create a webhook and a read-only deploy key using SSH cloning. The OAuth token is not stored.

Use oauthToken for repository providers other than GitHub, such as Bitbucket or CodeCommit.

To authorize access to GitHub as your repository provider, use accessToken.

You must specify either oauthToken or accessToken when you update an app.

Existing Amplify apps deployed from a GitHub repository using OAuth continue to work with CI/CD. However, we strongly recommend that you migrate these apps to use the GitHub App. For more information, see Migrating an existing OAuth app to the Amplify GitHub App in the Amplify User Guide .

', ], ], 'Platform' => [ 'base' => NULL, 'refs' => [ 'App$platform' => '

The platform for the Amplify app. For a static app, set the platform type to WEB. For a dynamic server-side rendered (SSR) app, set the platform type to WEB_COMPUTE. For an app requiring Amplify Hosting\'s original SSR support only, set the platform type to WEB_DYNAMIC.

', 'CreateAppRequest$platform' => '

The platform for the Amplify app. For a static app, set the platform type to WEB. For a dynamic server-side rendered (SSR) app, set the platform type to WEB_COMPUTE. For an app requiring Amplify Hosting\'s original SSR support only, set the platform type to WEB_DYNAMIC.

', 'UpdateAppRequest$platform' => '

The platform for the Amplify app. For a static app, set the platform type to WEB. For a dynamic server-side rendered (SSR) app, set the platform type to WEB_COMPUTE. For an app requiring Amplify Hosting\'s original SSR support only, set the platform type to WEB_DYNAMIC.

', ], ], 'ProductionBranch' => [ 'base' => '

Describes the information about a production branch for an Amplify app.

', 'refs' => [ 'App$productionBranch' => '

Describes the information about a production branch of the Amplify app.

', ], ], 'PullRequestEnvironmentName' => [ 'base' => NULL, 'refs' => [ 'AutoBranchCreationConfig$pullRequestEnvironmentName' => '

The Amplify environment name for the pull request.

', 'Branch$pullRequestEnvironmentName' => '

The Amplify environment name for the pull request.

', 'CreateBranchRequest$pullRequestEnvironmentName' => '

The Amplify environment name for the pull request.

', 'UpdateBranchRequest$pullRequestEnvironmentName' => '

The Amplify environment name for the pull request.

', ], ], 'Repository' => [ 'base' => NULL, 'refs' => [ 'App$repository' => '

The Git repository for the Amplify app.

', 'CreateAppRequest$repository' => '

The Git repository for the Amplify app.

', 'UpdateAppRequest$repository' => '

The name of the Git repository for an Amplify app.

', ], ], 'RepositoryCloneMethod' => [ 'base' => NULL, 'refs' => [ 'App$repositoryCloneMethod' => '

This is for internal use.

The Amplify service uses this parameter to specify the authentication protocol to use to access the Git repository for an Amplify app. Amplify specifies TOKEN for a GitHub repository, SIGV4 for an Amazon Web Services CodeCommit repository, and SSH for GitLab and Bitbucket repositories.

', ], ], 'ResourceArn' => [ 'base' => NULL, 'refs' => [ 'ListTagsForResourceRequest$resourceArn' => '

The Amazon Resource Name (ARN) to use to list tags.

', 'TagResourceRequest$resourceArn' => '

The Amazon Resource Name (ARN) to use to tag a resource.

', 'UntagResourceRequest$resourceArn' => '

The Amazon Resource Name (ARN) to use to untag a resource.

', ], ], 'ResourceNotFoundException' => [ 'base' => '

An operation failed due to a non-existent resource.

', 'refs' => [], ], 'Screenshots' => [ 'base' => NULL, 'refs' => [ 'Step$screenshots' => '

The list of screenshot URLs for the execution step, if relevant.

', ], ], 'ServiceRoleArn' => [ 'base' => NULL, 'refs' => [ 'App$iamServiceRoleArn' => '

The AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) of the Amplify app.

', 'CreateAppRequest$iamServiceRoleArn' => '

The AWS Identity and Access Management (IAM) service role for an Amplify app.

', 'UpdateAppRequest$iamServiceRoleArn' => '

The AWS Identity and Access Management (IAM) service role for an Amplify app.

', ], ], 'Source' => [ 'base' => NULL, 'refs' => [ 'CustomRule$source' => '

The source pattern for a URL rewrite or redirect rule.

', ], ], 'SourceUrl' => [ 'base' => NULL, 'refs' => [ 'StartDeploymentRequest$sourceUrl' => '

The source URL for this deployment, used when calling start deployment without create deployment. The source URL can be any HTTP GET URL that is publicly accessible and downloads a single .zip file.

', ], ], 'StackArn' => [ 'base' => NULL, 'refs' => [ 'Backend$stackArn' => '

The Amazon Resource Name (ARN) for the CloudFormation stack.

', ], ], 'StackName' => [ 'base' => NULL, 'refs' => [ 'BackendEnvironment$stackName' => '

The AWS CloudFormation stack name of a backend environment.

', 'CreateBackendEnvironmentRequest$stackName' => '

The AWS CloudFormation stack name of a backend environment.

', ], ], 'Stage' => [ 'base' => NULL, 'refs' => [ 'AutoBranchCreationConfig$stage' => '

Describes the current stage for the autocreated branch.

', 'Branch$stage' => '

The current stage for the branch that is part of an Amplify app.

', 'CreateBranchRequest$stage' => '

Describes the current stage for the branch.

', 'UpdateBranchRequest$stage' => '

Describes the current stage for the branch.

', ], ], 'StartDeploymentRequest' => [ 'base' => '

The request structure for the start a deployment request.

', 'refs' => [], ], 'StartDeploymentResult' => [ 'base' => '

The result structure for the start a deployment request.

', 'refs' => [], ], 'StartJobRequest' => [ 'base' => '

The request structure for the start job request.

', 'refs' => [], ], 'StartJobResult' => [ 'base' => '

The result structure for the run job request.

', 'refs' => [], ], 'StartTime' => [ 'base' => NULL, 'refs' => [ 'GenerateAccessLogsRequest$startTime' => '

The time at which the logs should start. The time range specified is inclusive of the start time.

', 'JobSummary$startTime' => '

The start date and time for the job.

', 'Step$startTime' => '

The start date and time of the execution step.

', ], ], 'Status' => [ 'base' => NULL, 'refs' => [ 'CustomRule$status' => '

The status code for a URL rewrite or redirect rule.

200

Represents a 200 rewrite rule.

301

Represents a 301 (moved permanently) redirect rule. This and all future requests should be directed to the target URL.

302

Represents a 302 temporary redirect rule.

404

Represents a 404 redirect rule.

404-200

Represents a 404 rewrite rule.

', 'ProductionBranch$status' => '

The status of the production branch.

', ], ], 'StatusReason' => [ 'base' => NULL, 'refs' => [ 'DomainAssociation$statusReason' => '

Additional information that describes why the domain association is in the current state.

', 'Step$statusReason' => '

The reason for the current step status.

', ], ], 'Step' => [ 'base' => '

Describes an execution step, for an execution job, for an Amplify app.

', 'refs' => [ 'Steps$member' => NULL, ], ], 'StepName' => [ 'base' => NULL, 'refs' => [ 'Step$stepName' => '

The name of the execution step.

', ], ], 'Steps' => [ 'base' => NULL, 'refs' => [ 'Job$steps' => '

The execution steps for an execution job, for an Amplify app.

', ], ], 'StopJobRequest' => [ 'base' => '

The request structure for the stop job request.

', 'refs' => [], ], 'StopJobResult' => [ 'base' => '

The result structure for the stop job request.

', 'refs' => [], ], 'SubDomain' => [ 'base' => '

The subdomain for the domain association.

', 'refs' => [ 'SubDomains$member' => NULL, ], ], 'SubDomainSetting' => [ 'base' => '

Describes the settings for the subdomain.

', 'refs' => [ 'SubDomain$subDomainSetting' => '

Describes the settings for the subdomain.

', 'SubDomainSettings$member' => NULL, ], ], 'SubDomainSettings' => [ 'base' => NULL, 'refs' => [ 'CreateDomainAssociationRequest$subDomainSettings' => '

The setting for the subdomain.

', 'UpdateDomainAssociationRequest$subDomainSettings' => '

Describes the settings for the subdomain.

', ], ], 'SubDomains' => [ 'base' => NULL, 'refs' => [ 'DomainAssociation$subDomains' => '

The subdomains for the domain association.

', ], ], 'TTL' => [ 'base' => '

The content Time to Live (TTL) for the website in seconds.

', 'refs' => [ 'Branch$ttl' => '

The content Time to Live (TTL) for the website in seconds.

', 'CreateBranchRequest$ttl' => '

The content Time To Live (TTL) for the website in seconds.

', 'UpdateBranchRequest$ttl' => '

The content Time to Live (TTL) for the website in seconds.

', ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagKeyList$member' => NULL, 'TagMap$key' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$tagKeys' => '

The tag keys to use to untag a resource.

', ], ], 'TagMap' => [ 'base' => NULL, 'refs' => [ 'App$tags' => '

The tag for the Amplify app.

', 'Branch$tags' => '

The tag for the branch of an Amplify app.

', 'CreateAppRequest$tags' => '

The tag for an Amplify app.

', 'CreateBranchRequest$tags' => '

The tag for the branch.

', 'ListTagsForResourceResponse$tags' => '

A list of tags for the specified The Amazon Resource Name (ARN).

', 'TagResourceRequest$tags' => '

The tags used to tag the resource.

', ], ], 'TagResourceRequest' => [ 'base' => '

The request structure to tag a resource with a tag key and value.

', 'refs' => [], ], 'TagResourceResponse' => [ 'base' => '

The response for the tag resource request.

', 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'TagMap$value' => NULL, ], ], 'Target' => [ 'base' => NULL, 'refs' => [ 'CustomRule$target' => '

The target pattern for a URL rewrite or redirect rule.

', ], ], 'TestArtifactsUrl' => [ 'base' => NULL, 'refs' => [ 'Step$testArtifactsUrl' => '

The URL to the test artifact for the execution step.

', ], ], 'TestConfigUrl' => [ 'base' => NULL, 'refs' => [ 'Step$testConfigUrl' => '

The URL to the test configuration for the execution step.

', ], ], 'ThumbnailName' => [ 'base' => NULL, 'refs' => [ 'Screenshots$key' => NULL, ], ], 'ThumbnailUrl' => [ 'base' => NULL, 'refs' => [ 'Branch$thumbnailUrl' => '

The thumbnail URL for the branch of an Amplify app.

', 'ProductionBranch$thumbnailUrl' => '

The thumbnail URL for the production branch.

', 'Screenshots$value' => NULL, ], ], 'TotalNumberOfJobs' => [ 'base' => NULL, 'refs' => [ 'Branch$totalNumberOfJobs' => '

The total number of jobs that are part of an Amplify app.

', ], ], 'UnauthorizedException' => [ 'base' => '

An operation failed due to a lack of access.

', 'refs' => [], ], 'UntagResourceRequest' => [ 'base' => '

The request structure for the untag resource request.

', 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => '

The response for the untag resource request.

', 'refs' => [], ], 'UpdateAppRequest' => [ 'base' => '

The request structure for the update app request.

', 'refs' => [], ], 'UpdateAppResult' => [ 'base' => '

The result structure for an Amplify app update request.

', 'refs' => [], ], 'UpdateBranchRequest' => [ 'base' => '

The request structure for the update branch request.

', 'refs' => [], ], 'UpdateBranchResult' => [ 'base' => '

The result structure for the update branch request.

', 'refs' => [], ], 'UpdateDomainAssociationRequest' => [ 'base' => '

The request structure for the update domain association request.

', 'refs' => [], ], 'UpdateDomainAssociationResult' => [ 'base' => '

The result structure for the update domain association request.

', 'refs' => [], ], 'UpdateStatus' => [ 'base' => NULL, 'refs' => [ 'DomainAssociation$updateStatus' => '

The status of the domain update operation that is currently in progress. The following list describes the valid update states.

REQUESTING_CERTIFICATE

The certificate is in the process of being updated.

PENDING_VERIFICATION

Indicates that an Amplify managed certificate is in the process of being verified. This occurs during the creation of a custom domain or when a custom domain is updated to use a managed certificate.

IMPORTING_CUSTOM_CERTIFICATE

Indicates that an Amplify custom certificate is in the process of being imported. This occurs during the creation of a custom domain or when a custom domain is updated to use a custom certificate.

PENDING_DEPLOYMENT

Indicates that the subdomain or certificate changes are being propagated.

AWAITING_APP_CNAME

Amplify is waiting for CNAME records corresponding to subdomains to be propagated. If your custom domain is on Route 53, Amplify handles this for you automatically. For more information about custom domains, see Setting up custom domains in the Amplify Hosting User Guide.

UPDATE_COMPLETE

The certificate has been associated with a domain.

UPDATE_FAILED

The certificate has failed to be provisioned or associated, and there is no existing active certificate to roll back to.

', ], ], 'UpdateTime' => [ 'base' => NULL, 'refs' => [ 'App$updateTime' => '

Updates the date and time for the Amplify app.

', 'BackendEnvironment$updateTime' => '

The last updated date and time for a backend environment that is part of an Amplify app.

', 'Branch$updateTime' => '

The last updated date and time for a branch that is part of an Amplify app.

', 'Webhook$updateTime' => '

Updates the date and time for a webhook.

', ], ], 'UpdateWebhookRequest' => [ 'base' => '

The request structure for the update webhook request.

', 'refs' => [], ], 'UpdateWebhookResult' => [ 'base' => '

The result structure for the update webhook request.

', 'refs' => [], ], 'UploadUrl' => [ 'base' => NULL, 'refs' => [ 'CreateDeploymentResult$zipUploadUrl' => '

When the fileMap argument is not provided in the request, this zipUploadUrl is returned.

', 'FileUploadUrls$value' => NULL, ], ], 'Verified' => [ 'base' => NULL, 'refs' => [ 'SubDomain$verified' => '

The verified status of the subdomain

', ], ], 'Webhook' => [ 'base' => '

Describes a webhook that connects repository events to an Amplify app.

', 'refs' => [ 'CreateWebhookResult$webhook' => '

Describes a webhook that connects repository events to an Amplify app.

', 'DeleteWebhookResult$webhook' => '

Describes a webhook that connects repository events to an Amplify app.

', 'GetWebhookResult$webhook' => '

Describes the structure of a webhook.

', 'UpdateWebhookResult$webhook' => '

Describes a webhook that connects repository events to an Amplify app.

', 'Webhooks$member' => NULL, ], ], 'WebhookArn' => [ 'base' => NULL, 'refs' => [ 'Webhook$webhookArn' => '

The Amazon Resource Name (ARN) for the webhook.

', ], ], 'WebhookId' => [ 'base' => NULL, 'refs' => [ 'DeleteWebhookRequest$webhookId' => '

The unique ID for a webhook.

', 'GetWebhookRequest$webhookId' => '

The unique ID for a webhook.

', 'UpdateWebhookRequest$webhookId' => '

The unique ID for a webhook.

', 'Webhook$webhookId' => '

The ID of the webhook.

', ], ], 'WebhookUrl' => [ 'base' => NULL, 'refs' => [ 'Webhook$webhookUrl' => '

The URL of the webhook.

', ], ], 'Webhooks' => [ 'base' => NULL, 'refs' => [ 'ListWebhooksResult$webhooks' => '

A list of webhooks.

', ], ], ],]; diff --git a/src/data/appstream/2016-12-01/api-2.json b/src/data/appstream/2016-12-01/api-2.json index 36de9ade00..e2c561df1c 100644 --- a/src/data/appstream/2016-12-01/api-2.json +++ b/src/data/appstream/2016-12-01/api-2.json @@ -311,6 +311,23 @@ {"shape":"InvalidParameterCombinationException"} ] }, + "CreateThemeForStack":{ + "name":"CreateThemeForStack", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"CreateThemeForStackRequest"}, + "output":{"shape":"CreateThemeForStackResult"}, + "errors":[ + {"shape":"ConcurrentModificationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"ResourceAlreadyExistsException"}, + {"shape":"LimitExceededException"}, + {"shape":"InvalidAccountStatusException"}, + {"shape":"OperationNotPermittedException"} + ] + }, "CreateUpdatedImage":{ "name":"CreateUpdatedImage", "http":{ @@ -503,6 +520,20 @@ {"shape":"ConcurrentModificationException"} ] }, + "DeleteThemeForStack":{ + "name":"DeleteThemeForStack", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DeleteThemeForStackRequest"}, + "output":{"shape":"DeleteThemeForStackResult"}, + "errors":[ + {"shape":"ConcurrentModificationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"OperationNotPermittedException"} + ] + }, "DeleteUsageReportSubscription":{ "name":"DeleteUsageReportSubscription", "http":{ @@ -692,6 +723,19 @@ {"shape":"ResourceNotFoundException"} ] }, + "DescribeThemeForStack":{ + "name":"DescribeThemeForStack", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"DescribeThemeForStackRequest"}, + "output":{"shape":"DescribeThemeForStackResult"}, + "errors":[ + {"shape":"ResourceNotFoundException"}, + {"shape":"OperationNotPermittedException"} + ] + }, "DescribeUsageReportSubscriptions":{ "name":"DescribeUsageReportSubscriptions", "http":{ @@ -1110,6 +1154,23 @@ {"shape":"OperationNotPermittedException"}, {"shape":"ConcurrentModificationException"} ] + }, + "UpdateThemeForStack":{ + "name":"UpdateThemeForStack", + "http":{ + "method":"POST", + "requestUri":"/" + }, + "input":{"shape":"UpdateThemeForStackRequest"}, + "output":{"shape":"UpdateThemeForStackResult"}, + "errors":[ + {"shape":"ConcurrentModificationException"}, + {"shape":"ResourceNotFoundException"}, + {"shape":"LimitExceededException"}, + {"shape":"InvalidAccountStatusException"}, + {"shape":"InvalidParameterCombinationException"}, + {"shape":"OperationNotPermittedException"} + ] } }, "shapes":{ @@ -1799,6 +1860,30 @@ "Expires":{"shape":"Timestamp"} } }, + "CreateThemeForStackRequest":{ + "type":"structure", + "required":[ + "StackName", + "TitleText", + "ThemeStyling", + "OrganizationLogoS3Location", + "FaviconS3Location" + ], + "members":{ + "StackName":{"shape":"Name"}, + "FooterLinks":{"shape":"ThemeFooterLinks"}, + "TitleText":{"shape":"ThemeTitleText"}, + "ThemeStyling":{"shape":"ThemeStyling"}, + "OrganizationLogoS3Location":{"shape":"S3Location"}, + "FaviconS3Location":{"shape":"S3Location"} + } + }, + "CreateThemeForStackResult":{ + "type":"structure", + "members":{ + "Theme":{"shape":"Theme"} + } + }, "CreateUpdatedImageRequest":{ "type":"structure", "required":[ @@ -1982,6 +2067,18 @@ "members":{ } }, + "DeleteThemeForStackRequest":{ + "type":"structure", + "required":["StackName"], + "members":{ + "StackName":{"shape":"Name"} + } + }, + "DeleteThemeForStackResult":{ + "type":"structure", + "members":{ + } + }, "DeleteUsageReportSubscriptionRequest":{ "type":"structure", "members":{ @@ -2224,6 +2321,19 @@ "NextToken":{"shape":"String"} } }, + "DescribeThemeForStackRequest":{ + "type":"structure", + "required":["StackName"], + "members":{ + "StackName":{"shape":"Name"} + } + }, + "DescribeThemeForStackResult":{ + "type":"structure", + "members":{ + "Theme":{"shape":"Theme"} + } + }, "DescribeUsageReportSubscriptionsRequest":{ "type":"structure", "members":{ @@ -2398,6 +2508,13 @@ "member":{"shape":"Domain"}, "max":50 }, + "DynamicAppProvidersEnabled":{ + "type":"string", + "enum":[ + "ENABLED", + "DISABLED" + ] + }, "EmbedHostDomain":{ "type":"string", "max":128, @@ -2656,7 +2773,11 @@ "PublicBaseImageReleasedDate":{"shape":"Timestamp"}, "AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"}, "ImagePermissions":{"shape":"ImagePermissions"}, - "ImageErrors":{"shape":"ResourceErrors"} + "ImageErrors":{"shape":"ResourceErrors"}, + "LatestAppstreamAgentVersion":{"shape":"LatestAppstreamAgentVersion"}, + "SupportedInstanceFamilies":{"shape":"StringList"}, + "DynamicAppProvidersEnabled":{"shape":"DynamicAppProvidersEnabled"}, + "ImageSharedWithOthers":{"shape":"ImageSharedWithOthers"} } }, "ImageBuilder":{ @@ -2680,7 +2801,8 @@ "NetworkAccessConfiguration":{"shape":"NetworkAccessConfiguration"}, "ImageBuilderErrors":{"shape":"ResourceErrors"}, "AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"}, - "AccessEndpoints":{"shape":"AccessEndpointList"} + "AccessEndpoints":{"shape":"AccessEndpointList"}, + "LatestAppstreamAgentVersion":{"shape":"LatestAppstreamAgentVersion"} } }, "ImageBuilderList":{ @@ -2728,6 +2850,13 @@ "allowImageBuilder":{"shape":"BooleanObject"} } }, + "ImageSharedWithOthers":{ + "type":"string", + "enum":[ + "TRUE", + "FALSE" + ] + }, "ImageState":{ "type":"string", "enum":[ @@ -2795,6 +2924,13 @@ "type":"list", "member":{"shape":"LastReportGenerationExecutionError"} }, + "LatestAppstreamAgentVersion":{ + "type":"string", + "enum":[ + "TRUE", + "FALSE" + ] + }, "LimitExceededException":{ "type":"structure", "members":{ @@ -3351,6 +3487,71 @@ "max":50, "min":1 }, + "Theme":{ + "type":"structure", + "members":{ + "StackName":{"shape":"Name"}, + "State":{"shape":"ThemeState"}, + "ThemeTitleText":{"shape":"ThemeTitleText"}, + "ThemeStyling":{"shape":"ThemeStyling"}, + "ThemeFooterLinks":{"shape":"ThemeFooterLinks"}, + "ThemeOrganizationLogoURL":{"shape":"String"}, + "ThemeFaviconURL":{"shape":"String"}, + "CreatedTime":{"shape":"Timestamp"} + } + }, + "ThemeAttribute":{ + "type":"string", + "enum":["FOOTER_LINKS"] + }, + "ThemeAttributes":{ + "type":"list", + "member":{"shape":"ThemeAttribute"} + }, + "ThemeFooterLink":{ + "type":"structure", + "members":{ + "DisplayName":{"shape":"ThemeFooterLinkDisplayName"}, + "FooterLinkURL":{"shape":"ThemeFooterLinkURL"} + } + }, + "ThemeFooterLinkDisplayName":{ + "type":"string", + "max":300, + "min":1, + "pattern":"^[-@./#&+\\w\\s]*$" + }, + "ThemeFooterLinkURL":{ + "type":"string", + "max":1000, + "min":1 + }, + "ThemeFooterLinks":{ + "type":"list", + "member":{"shape":"ThemeFooterLink"} + }, + "ThemeState":{ + "type":"string", + "enum":[ + "ENABLED", + "DISABLED" + ] + }, + "ThemeStyling":{ + "type":"string", + "enum":[ + "LIGHT_BLUE", + "BLUE", + "PINK", + "RED" + ] + }, + "ThemeTitleText":{ + "type":"string", + "max":300, + "min":1, + "pattern":"^[-@./#&+\\w\\s]*$" + }, "Timestamp":{"type":"timestamp"}, "UntagResourceRequest":{ "type":"structure", @@ -3529,6 +3730,26 @@ "Stack":{"shape":"Stack"} } }, + "UpdateThemeForStackRequest":{ + "type":"structure", + "required":["StackName"], + "members":{ + "StackName":{"shape":"Name"}, + "FooterLinks":{"shape":"ThemeFooterLinks"}, + "TitleText":{"shape":"ThemeTitleText"}, + "ThemeStyling":{"shape":"ThemeStyling"}, + "OrganizationLogoS3Location":{"shape":"S3Location"}, + "FaviconS3Location":{"shape":"S3Location"}, + "State":{"shape":"ThemeState"}, + "AttributesToDelete":{"shape":"ThemeAttributes"} + } + }, + "UpdateThemeForStackResult":{ + "type":"structure", + "members":{ + "Theme":{"shape":"Theme"} + } + }, "UsageReportExecutionErrorCode":{ "type":"string", "enum":[ diff --git a/src/data/appstream/2016-12-01/api-2.json.php b/src/data/appstream/2016-12-01/api-2.json.php index 8b6da13c24..4283a4648b 100644 --- a/src/data/appstream/2016-12-01/api-2.json.php +++ b/src/data/appstream/2016-12-01/api-2.json.php @@ -1,3 +1,3 @@ '2.0', 'metadata' => [ 'apiVersion' => '2016-12-01', 'endpointPrefix' => 'appstream2', 'jsonVersion' => '1.1', 'protocol' => 'json', 'protocols' => [ 'json', ], 'serviceFullName' => 'Amazon AppStream', 'serviceId' => 'AppStream', 'signatureVersion' => 'v4', 'signingName' => 'appstream', 'targetPrefix' => 'PhotonAdminProxyService', 'uid' => 'appstream-2016-12-01', 'auth' => [ 'aws.auth#sigv4', ], ], 'operations' => [ 'AssociateAppBlockBuilderAppBlock' => [ 'name' => 'AssociateAppBlockBuilderAppBlock', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'AssociateAppBlockBuilderAppBlockRequest', ], 'output' => [ 'shape' => 'AssociateAppBlockBuilderAppBlockResult', ], 'errors' => [ [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'AssociateApplicationFleet' => [ 'name' => 'AssociateApplicationFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'AssociateApplicationFleetRequest', ], 'output' => [ 'shape' => 'AssociateApplicationFleetResult', ], 'errors' => [ [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'AssociateApplicationToEntitlement' => [ 'name' => 'AssociateApplicationToEntitlement', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'AssociateApplicationToEntitlementRequest', ], 'output' => [ 'shape' => 'AssociateApplicationToEntitlementResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'EntitlementNotFoundException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'AssociateFleet' => [ 'name' => 'AssociateFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'AssociateFleetRequest', ], 'output' => [ 'shape' => 'AssociateFleetResult', ], 'errors' => [ [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'IncompatibleImageException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'BatchAssociateUserStack' => [ 'name' => 'BatchAssociateUserStack', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchAssociateUserStackRequest', ], 'output' => [ 'shape' => 'BatchAssociateUserStackResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'InvalidParameterCombinationException', ], ], ], 'BatchDisassociateUserStack' => [ 'name' => 'BatchDisassociateUserStack', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchDisassociateUserStackRequest', ], 'output' => [ 'shape' => 'BatchDisassociateUserStackResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'InvalidParameterCombinationException', ], ], ], 'CopyImage' => [ 'name' => 'CopyImage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CopyImageRequest', ], 'output' => [ 'shape' => 'CopyImageResponse', ], 'errors' => [ [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'IncompatibleImageException', ], ], ], 'CreateAppBlock' => [ 'name' => 'CreateAppBlock', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateAppBlockRequest', ], 'output' => [ 'shape' => 'CreateAppBlockResult', ], 'errors' => [ [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceAlreadyExistsException', ], ], ], 'CreateAppBlockBuilder' => [ 'name' => 'CreateAppBlockBuilder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateAppBlockBuilderRequest', ], 'output' => [ 'shape' => 'CreateAppBlockBuilderResult', ], 'errors' => [ [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'RequestLimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InvalidParameterCombinationException', ], ], ], 'CreateAppBlockBuilderStreamingURL' => [ 'name' => 'CreateAppBlockBuilderStreamingURL', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateAppBlockBuilderStreamingURLRequest', ], 'output' => [ 'shape' => 'CreateAppBlockBuilderStreamingURLResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'CreateApplication' => [ 'name' => 'CreateApplication', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateApplicationRequest', ], 'output' => [ 'shape' => 'CreateApplicationResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'CreateDirectoryConfig' => [ 'name' => 'CreateDirectoryConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateDirectoryConfigRequest', ], 'output' => [ 'shape' => 'CreateDirectoryConfigResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'InvalidRoleException', ], ], ], 'CreateEntitlement' => [ 'name' => 'CreateEntitlement', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateEntitlementRequest', ], 'output' => [ 'shape' => 'CreateEntitlementResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'EntitlementAlreadyExistsException', ], ], ], 'CreateFleet' => [ 'name' => 'CreateFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateFleetRequest', ], 'output' => [ 'shape' => 'CreateFleetResult', ], 'errors' => [ [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'RequestLimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'IncompatibleImageException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'CreateImageBuilder' => [ 'name' => 'CreateImageBuilder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateImageBuilderRequest', ], 'output' => [ 'shape' => 'CreateImageBuilderResult', ], 'errors' => [ [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'RequestLimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'IncompatibleImageException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'CreateImageBuilderStreamingURL' => [ 'name' => 'CreateImageBuilderStreamingURL', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateImageBuilderStreamingURLRequest', ], 'output' => [ 'shape' => 'CreateImageBuilderStreamingURLResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'CreateStack' => [ 'name' => 'CreateStack', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateStackRequest', ], 'output' => [ 'shape' => 'CreateStackResult', ], 'errors' => [ [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'CreateStreamingURL' => [ 'name' => 'CreateStreamingURL', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateStreamingURLRequest', ], 'output' => [ 'shape' => 'CreateStreamingURLResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'InvalidParameterCombinationException', ], ], ], 'CreateUpdatedImage' => [ 'name' => 'CreateUpdatedImage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateUpdatedImageRequest', ], 'output' => [ 'shape' => 'CreateUpdatedImageResult', ], 'errors' => [ [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'IncompatibleImageException', ], ], ], 'CreateUsageReportSubscription' => [ 'name' => 'CreateUsageReportSubscription', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateUsageReportSubscriptionRequest', ], 'output' => [ 'shape' => 'CreateUsageReportSubscriptionResult', ], 'errors' => [ [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'CreateUser' => [ 'name' => 'CreateUser', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateUserRequest', ], 'output' => [ 'shape' => 'CreateUserResult', ], 'errors' => [ [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'DeleteAppBlock' => [ 'name' => 'DeleteAppBlock', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteAppBlockRequest', ], 'output' => [ 'shape' => 'DeleteAppBlockResult', ], 'errors' => [ [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DeleteAppBlockBuilder' => [ 'name' => 'DeleteAppBlockBuilder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteAppBlockBuilderRequest', ], 'output' => [ 'shape' => 'DeleteAppBlockBuilderResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DeleteApplication' => [ 'name' => 'DeleteApplication', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteApplicationRequest', ], 'output' => [ 'shape' => 'DeleteApplicationResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteDirectoryConfig' => [ 'name' => 'DeleteDirectoryConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteDirectoryConfigRequest', ], 'output' => [ 'shape' => 'DeleteDirectoryConfigResult', ], 'errors' => [ [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DeleteEntitlement' => [ 'name' => 'DeleteEntitlement', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteEntitlementRequest', ], 'output' => [ 'shape' => 'DeleteEntitlementResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'EntitlementNotFoundException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteFleet' => [ 'name' => 'DeleteFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteFleetRequest', ], 'output' => [ 'shape' => 'DeleteFleetResult', ], 'errors' => [ [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteImage' => [ 'name' => 'DeleteImage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteImageRequest', ], 'output' => [ 'shape' => 'DeleteImageResult', ], 'errors' => [ [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteImageBuilder' => [ 'name' => 'DeleteImageBuilder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteImageBuilderRequest', ], 'output' => [ 'shape' => 'DeleteImageBuilderResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteImagePermissions' => [ 'name' => 'DeleteImagePermissions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteImagePermissionsRequest', ], 'output' => [ 'shape' => 'DeleteImagePermissionsResult', ], 'errors' => [ [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DeleteStack' => [ 'name' => 'DeleteStack', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteStackRequest', ], 'output' => [ 'shape' => 'DeleteStackResult', ], 'errors' => [ [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteUsageReportSubscription' => [ 'name' => 'DeleteUsageReportSubscription', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteUsageReportSubscriptionRequest', ], 'output' => [ 'shape' => 'DeleteUsageReportSubscriptionResult', ], 'errors' => [ [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DeleteUser' => [ 'name' => 'DeleteUser', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteUserRequest', ], 'output' => [ 'shape' => 'DeleteUserResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DescribeAppBlockBuilderAppBlockAssociations' => [ 'name' => 'DescribeAppBlockBuilderAppBlockAssociations', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeAppBlockBuilderAppBlockAssociationsRequest', ], 'output' => [ 'shape' => 'DescribeAppBlockBuilderAppBlockAssociationsResult', ], 'errors' => [ [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'DescribeAppBlockBuilders' => [ 'name' => 'DescribeAppBlockBuilders', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeAppBlockBuildersRequest', ], 'output' => [ 'shape' => 'DescribeAppBlockBuildersResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DescribeAppBlocks' => [ 'name' => 'DescribeAppBlocks', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeAppBlocksRequest', ], 'output' => [ 'shape' => 'DescribeAppBlocksResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DescribeApplicationFleetAssociations' => [ 'name' => 'DescribeApplicationFleetAssociations', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeApplicationFleetAssociationsRequest', ], 'output' => [ 'shape' => 'DescribeApplicationFleetAssociationsResult', ], 'errors' => [ [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'DescribeApplications' => [ 'name' => 'DescribeApplications', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeApplicationsRequest', ], 'output' => [ 'shape' => 'DescribeApplicationsResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DescribeDirectoryConfigs' => [ 'name' => 'DescribeDirectoryConfigs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeDirectoryConfigsRequest', ], 'output' => [ 'shape' => 'DescribeDirectoryConfigsResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DescribeEntitlements' => [ 'name' => 'DescribeEntitlements', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeEntitlementsRequest', ], 'output' => [ 'shape' => 'DescribeEntitlementsResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'EntitlementNotFoundException', ], ], ], 'DescribeFleets' => [ 'name' => 'DescribeFleets', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeFleetsRequest', ], 'output' => [ 'shape' => 'DescribeFleetsResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DescribeImageBuilders' => [ 'name' => 'DescribeImageBuilders', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeImageBuildersRequest', ], 'output' => [ 'shape' => 'DescribeImageBuildersResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DescribeImagePermissions' => [ 'name' => 'DescribeImagePermissions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeImagePermissionsRequest', ], 'output' => [ 'shape' => 'DescribeImagePermissionsResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DescribeImages' => [ 'name' => 'DescribeImages', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeImagesRequest', ], 'output' => [ 'shape' => 'DescribeImagesResult', ], 'errors' => [ [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DescribeSessions' => [ 'name' => 'DescribeSessions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeSessionsRequest', ], 'output' => [ 'shape' => 'DescribeSessionsResult', ], 'errors' => [ [ 'shape' => 'InvalidParameterCombinationException', ], ], ], 'DescribeStacks' => [ 'name' => 'DescribeStacks', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeStacksRequest', ], 'output' => [ 'shape' => 'DescribeStacksResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DescribeUsageReportSubscriptions' => [ 'name' => 'DescribeUsageReportSubscriptions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeUsageReportSubscriptionsRequest', ], 'output' => [ 'shape' => 'DescribeUsageReportSubscriptionsResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InvalidAccountStatusException', ], ], ], 'DescribeUserStackAssociations' => [ 'name' => 'DescribeUserStackAssociations', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeUserStackAssociationsRequest', ], 'output' => [ 'shape' => 'DescribeUserStackAssociationsResult', ], 'errors' => [ [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'DescribeUsers' => [ 'name' => 'DescribeUsers', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeUsersRequest', ], 'output' => [ 'shape' => 'DescribeUsersResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'DisableUser' => [ 'name' => 'DisableUser', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DisableUserRequest', ], 'output' => [ 'shape' => 'DisableUserResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DisassociateAppBlockBuilderAppBlock' => [ 'name' => 'DisassociateAppBlockBuilderAppBlock', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DisassociateAppBlockBuilderAppBlockRequest', ], 'output' => [ 'shape' => 'DisassociateAppBlockBuilderAppBlockResult', ], 'errors' => [ [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DisassociateApplicationFleet' => [ 'name' => 'DisassociateApplicationFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DisassociateApplicationFleetRequest', ], 'output' => [ 'shape' => 'DisassociateApplicationFleetResult', ], 'errors' => [ [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'DisassociateApplicationFromEntitlement' => [ 'name' => 'DisassociateApplicationFromEntitlement', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DisassociateApplicationFromEntitlementRequest', ], 'output' => [ 'shape' => 'DisassociateApplicationFromEntitlementResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'EntitlementNotFoundException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'DisassociateFleet' => [ 'name' => 'DisassociateFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DisassociateFleetRequest', ], 'output' => [ 'shape' => 'DisassociateFleetResult', ], 'errors' => [ [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'EnableUser' => [ 'name' => 'EnableUser', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'EnableUserRequest', ], 'output' => [ 'shape' => 'EnableUserResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InvalidAccountStatusException', ], ], ], 'ExpireSession' => [ 'name' => 'ExpireSession', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ExpireSessionRequest', ], 'output' => [ 'shape' => 'ExpireSessionResult', ], ], 'ListAssociatedFleets' => [ 'name' => 'ListAssociatedFleets', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListAssociatedFleetsRequest', ], 'output' => [ 'shape' => 'ListAssociatedFleetsResult', ], ], 'ListAssociatedStacks' => [ 'name' => 'ListAssociatedStacks', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListAssociatedStacksRequest', ], 'output' => [ 'shape' => 'ListAssociatedStacksResult', ], ], 'ListEntitledApplications' => [ 'name' => 'ListEntitledApplications', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListEntitledApplicationsRequest', ], 'output' => [ 'shape' => 'ListEntitledApplicationsResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'EntitlementNotFoundException', ], ], ], 'ListTagsForResource' => [ 'name' => 'ListTagsForResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTagsForResourceRequest', ], 'output' => [ 'shape' => 'ListTagsForResourceResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], ], ], 'StartAppBlockBuilder' => [ 'name' => 'StartAppBlockBuilder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartAppBlockBuilderRequest', ], 'output' => [ 'shape' => 'StartAppBlockBuilderResult', ], 'errors' => [ [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'RequestLimitExceededException', ], [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'StartFleet' => [ 'name' => 'StartFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartFleetRequest', ], 'output' => [ 'shape' => 'StartFleetResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'RequestLimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'InvalidRoleException', ], ], ], 'StartImageBuilder' => [ 'name' => 'StartImageBuilder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartImageBuilderRequest', ], 'output' => [ 'shape' => 'StartImageBuilderResult', ], 'errors' => [ [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'IncompatibleImageException', ], ], ], 'StopAppBlockBuilder' => [ 'name' => 'StopAppBlockBuilder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopAppBlockBuilderRequest', ], 'output' => [ 'shape' => 'StopAppBlockBuilderResult', ], 'errors' => [ [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'StopFleet' => [ 'name' => 'StopFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopFleetRequest', ], 'output' => [ 'shape' => 'StopFleetResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'StopImageBuilder' => [ 'name' => 'StopImageBuilder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopImageBuilderRequest', ], 'output' => [ 'shape' => 'StopImageBuilderResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'TagResource' => [ 'name' => 'TagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'TagResourceRequest', ], 'output' => [ 'shape' => 'TagResourceResponse', ], 'errors' => [ [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'UntagResource' => [ 'name' => 'UntagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UntagResourceRequest', ], 'output' => [ 'shape' => 'UntagResourceResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], ], ], 'UpdateAppBlockBuilder' => [ 'name' => 'UpdateAppBlockBuilder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateAppBlockBuilderRequest', ], 'output' => [ 'shape' => 'UpdateAppBlockBuilderResult', ], 'errors' => [ [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'RequestLimitExceededException', ], [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'UpdateApplication' => [ 'name' => 'UpdateApplication', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateApplicationRequest', ], 'output' => [ 'shape' => 'UpdateApplicationResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'UpdateDirectoryConfig' => [ 'name' => 'UpdateDirectoryConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateDirectoryConfigRequest', ], 'output' => [ 'shape' => 'UpdateDirectoryConfigResult', ], 'errors' => [ [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'InvalidRoleException', ], ], ], 'UpdateEntitlement' => [ 'name' => 'UpdateEntitlement', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateEntitlementRequest', ], 'output' => [ 'shape' => 'UpdateEntitlementResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'EntitlementNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'UpdateFleet' => [ 'name' => 'UpdateFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateFleetRequest', ], 'output' => [ 'shape' => 'UpdateFleetResult', ], 'errors' => [ [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'RequestLimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'IncompatibleImageException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'UpdateImagePermissions' => [ 'name' => 'UpdateImagePermissions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateImagePermissionsRequest', ], 'output' => [ 'shape' => 'UpdateImagePermissionsResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'UpdateStack' => [ 'name' => 'UpdateStack', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateStackRequest', ], 'output' => [ 'shape' => 'UpdateStackResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'IncompatibleImageException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], ], 'shapes' => [ 'AccessEndpoint' => [ 'type' => 'structure', 'required' => [ 'EndpointType', ], 'members' => [ 'EndpointType' => [ 'shape' => 'AccessEndpointType', ], 'VpceId' => [ 'shape' => 'String', ], ], ], 'AccessEndpointList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AccessEndpoint', ], 'max' => 4, 'min' => 1, ], 'AccessEndpointType' => [ 'type' => 'string', 'enum' => [ 'STREAMING', ], ], 'AccountName' => [ 'type' => 'string', 'min' => 1, 'sensitive' => true, ], 'AccountPassword' => [ 'type' => 'string', 'max' => 127, 'min' => 1, 'sensitive' => true, ], 'Action' => [ 'type' => 'string', 'enum' => [ 'CLIPBOARD_COPY_FROM_LOCAL_DEVICE', 'CLIPBOARD_COPY_TO_LOCAL_DEVICE', 'FILE_UPLOAD', 'FILE_DOWNLOAD', 'PRINTING_TO_LOCAL_DEVICE', 'DOMAIN_PASSWORD_SIGNIN', 'DOMAIN_SMART_CARD_SIGNIN', ], ], 'AppBlock' => [ 'type' => 'structure', 'required' => [ 'Name', 'Arn', ], 'members' => [ 'Name' => [ 'shape' => 'String', ], 'Arn' => [ 'shape' => 'Arn', ], 'Description' => [ 'shape' => 'String', ], 'DisplayName' => [ 'shape' => 'String', ], 'SourceS3Location' => [ 'shape' => 'S3Location', ], 'SetupScriptDetails' => [ 'shape' => 'ScriptDetails', ], 'CreatedTime' => [ 'shape' => 'Timestamp', ], 'PostSetupScriptDetails' => [ 'shape' => 'ScriptDetails', ], 'PackagingType' => [ 'shape' => 'PackagingType', ], 'State' => [ 'shape' => 'AppBlockState', ], 'AppBlockErrors' => [ 'shape' => 'ErrorDetailsList', ], ], ], 'AppBlockBuilder' => [ 'type' => 'structure', 'required' => [ 'Arn', 'Name', 'Platform', 'InstanceType', 'VpcConfig', 'State', ], 'members' => [ 'Arn' => [ 'shape' => 'Arn', ], 'Name' => [ 'shape' => 'String', ], 'DisplayName' => [ 'shape' => 'String', ], 'Description' => [ 'shape' => 'String', ], 'Platform' => [ 'shape' => 'AppBlockBuilderPlatformType', ], 'InstanceType' => [ 'shape' => 'String', ], 'EnableDefaultInternetAccess' => [ 'shape' => 'BooleanObject', ], 'IamRoleArn' => [ 'shape' => 'Arn', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'State' => [ 'shape' => 'AppBlockBuilderState', ], 'CreatedTime' => [ 'shape' => 'Timestamp', ], 'AppBlockBuilderErrors' => [ 'shape' => 'ResourceErrors', ], 'StateChangeReason' => [ 'shape' => 'AppBlockBuilderStateChangeReason', ], 'AccessEndpoints' => [ 'shape' => 'AccessEndpointList', ], ], ], 'AppBlockBuilderAppBlockAssociation' => [ 'type' => 'structure', 'required' => [ 'AppBlockArn', 'AppBlockBuilderName', ], 'members' => [ 'AppBlockArn' => [ 'shape' => 'Arn', ], 'AppBlockBuilderName' => [ 'shape' => 'Name', ], ], ], 'AppBlockBuilderAppBlockAssociationsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AppBlockBuilderAppBlockAssociation', ], 'max' => 25, 'min' => 1, ], 'AppBlockBuilderAttribute' => [ 'type' => 'string', 'enum' => [ 'IAM_ROLE_ARN', 'ACCESS_ENDPOINTS', 'VPC_CONFIGURATION_SECURITY_GROUP_IDS', ], ], 'AppBlockBuilderAttributes' => [ 'type' => 'list', 'member' => [ 'shape' => 'AppBlockBuilderAttribute', ], ], 'AppBlockBuilderList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AppBlockBuilder', ], ], 'AppBlockBuilderPlatformType' => [ 'type' => 'string', 'enum' => [ 'WINDOWS_SERVER_2019', ], ], 'AppBlockBuilderState' => [ 'type' => 'string', 'enum' => [ 'STARTING', 'RUNNING', 'STOPPING', 'STOPPED', ], ], 'AppBlockBuilderStateChangeReason' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'AppBlockBuilderStateChangeReasonCode', ], 'Message' => [ 'shape' => 'String', ], ], ], 'AppBlockBuilderStateChangeReasonCode' => [ 'type' => 'string', 'enum' => [ 'INTERNAL_ERROR', ], ], 'AppBlockState' => [ 'type' => 'string', 'enum' => [ 'INACTIVE', 'ACTIVE', ], ], 'AppBlocks' => [ 'type' => 'list', 'member' => [ 'shape' => 'AppBlock', ], ], 'AppVisibility' => [ 'type' => 'string', 'enum' => [ 'ALL', 'ASSOCIATED', ], ], 'Application' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'String', ], 'DisplayName' => [ 'shape' => 'String', ], 'IconURL' => [ 'shape' => 'String', ], 'LaunchPath' => [ 'shape' => 'String', ], 'LaunchParameters' => [ 'shape' => 'String', ], 'Enabled' => [ 'shape' => 'Boolean', ], 'Metadata' => [ 'shape' => 'Metadata', ], 'WorkingDirectory' => [ 'shape' => 'String', ], 'Description' => [ 'shape' => 'String', ], 'Arn' => [ 'shape' => 'Arn', ], 'AppBlockArn' => [ 'shape' => 'Arn', ], 'IconS3Location' => [ 'shape' => 'S3Location', ], 'Platforms' => [ 'shape' => 'Platforms', ], 'InstanceFamilies' => [ 'shape' => 'StringList', ], 'CreatedTime' => [ 'shape' => 'Timestamp', ], ], ], 'ApplicationAttribute' => [ 'type' => 'string', 'enum' => [ 'LAUNCH_PARAMETERS', 'WORKING_DIRECTORY', ], ], 'ApplicationAttributes' => [ 'type' => 'list', 'member' => [ 'shape' => 'ApplicationAttribute', ], 'max' => 2, ], 'ApplicationFleetAssociation' => [ 'type' => 'structure', 'required' => [ 'FleetName', 'ApplicationArn', ], 'members' => [ 'FleetName' => [ 'shape' => 'String', ], 'ApplicationArn' => [ 'shape' => 'Arn', ], ], ], 'ApplicationFleetAssociationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ApplicationFleetAssociation', ], 'max' => 25, 'min' => 1, ], 'ApplicationSettings' => [ 'type' => 'structure', 'required' => [ 'Enabled', ], 'members' => [ 'Enabled' => [ 'shape' => 'Boolean', ], 'SettingsGroup' => [ 'shape' => 'SettingsGroup', ], ], ], 'ApplicationSettingsResponse' => [ 'type' => 'structure', 'members' => [ 'Enabled' => [ 'shape' => 'Boolean', ], 'SettingsGroup' => [ 'shape' => 'SettingsGroup', ], 'S3BucketName' => [ 'shape' => 'String', ], ], ], 'Applications' => [ 'type' => 'list', 'member' => [ 'shape' => 'Application', ], ], 'AppstreamAgentVersion' => [ 'type' => 'string', 'max' => 100, 'min' => 1, ], 'Arn' => [ 'type' => 'string', 'pattern' => '^arn:aws(?:\\-cn|\\-iso\\-b|\\-iso|\\-us\\-gov)?:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.\\\\-]{0,1023}$', ], 'ArnList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Arn', ], ], 'AssociateAppBlockBuilderAppBlockRequest' => [ 'type' => 'structure', 'required' => [ 'AppBlockArn', 'AppBlockBuilderName', ], 'members' => [ 'AppBlockArn' => [ 'shape' => 'Arn', ], 'AppBlockBuilderName' => [ 'shape' => 'Name', ], ], ], 'AssociateAppBlockBuilderAppBlockResult' => [ 'type' => 'structure', 'members' => [ 'AppBlockBuilderAppBlockAssociation' => [ 'shape' => 'AppBlockBuilderAppBlockAssociation', ], ], ], 'AssociateApplicationFleetRequest' => [ 'type' => 'structure', 'required' => [ 'FleetName', 'ApplicationArn', ], 'members' => [ 'FleetName' => [ 'shape' => 'Name', ], 'ApplicationArn' => [ 'shape' => 'Arn', ], ], ], 'AssociateApplicationFleetResult' => [ 'type' => 'structure', 'members' => [ 'ApplicationFleetAssociation' => [ 'shape' => 'ApplicationFleetAssociation', ], ], ], 'AssociateApplicationToEntitlementRequest' => [ 'type' => 'structure', 'required' => [ 'StackName', 'EntitlementName', 'ApplicationIdentifier', ], 'members' => [ 'StackName' => [ 'shape' => 'Name', ], 'EntitlementName' => [ 'shape' => 'Name', ], 'ApplicationIdentifier' => [ 'shape' => 'String', ], ], ], 'AssociateApplicationToEntitlementResult' => [ 'type' => 'structure', 'members' => [], ], 'AssociateFleetRequest' => [ 'type' => 'structure', 'required' => [ 'FleetName', 'StackName', ], 'members' => [ 'FleetName' => [ 'shape' => 'String', ], 'StackName' => [ 'shape' => 'String', ], ], ], 'AssociateFleetResult' => [ 'type' => 'structure', 'members' => [], ], 'AuthenticationType' => [ 'type' => 'string', 'enum' => [ 'API', 'SAML', 'USERPOOL', 'AWS_AD', ], ], 'AwsAccountId' => [ 'type' => 'string', 'pattern' => '^\\d+$', ], 'AwsAccountIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AwsAccountId', ], 'max' => 5, 'min' => 1, ], 'BatchAssociateUserStackRequest' => [ 'type' => 'structure', 'required' => [ 'UserStackAssociations', ], 'members' => [ 'UserStackAssociations' => [ 'shape' => 'UserStackAssociationList', ], ], ], 'BatchAssociateUserStackResult' => [ 'type' => 'structure', 'members' => [ 'errors' => [ 'shape' => 'UserStackAssociationErrorList', ], ], ], 'BatchDisassociateUserStackRequest' => [ 'type' => 'structure', 'required' => [ 'UserStackAssociations', ], 'members' => [ 'UserStackAssociations' => [ 'shape' => 'UserStackAssociationList', ], ], ], 'BatchDisassociateUserStackResult' => [ 'type' => 'structure', 'members' => [ 'errors' => [ 'shape' => 'UserStackAssociationErrorList', ], ], ], 'Boolean' => [ 'type' => 'boolean', ], 'BooleanObject' => [ 'type' => 'boolean', ], 'CertificateBasedAuthProperties' => [ 'type' => 'structure', 'members' => [ 'Status' => [ 'shape' => 'CertificateBasedAuthStatus', ], 'CertificateAuthorityArn' => [ 'shape' => 'Arn', ], ], ], 'CertificateBasedAuthStatus' => [ 'type' => 'string', 'enum' => [ 'DISABLED', 'ENABLED', 'ENABLED_NO_DIRECTORY_LOGIN_FALLBACK', ], ], 'ComputeCapacity' => [ 'type' => 'structure', 'members' => [ 'DesiredInstances' => [ 'shape' => 'Integer', ], 'DesiredSessions' => [ 'shape' => 'Integer', ], ], ], 'ComputeCapacityStatus' => [ 'type' => 'structure', 'required' => [ 'Desired', ], 'members' => [ 'Desired' => [ 'shape' => 'Integer', ], 'Running' => [ 'shape' => 'Integer', ], 'InUse' => [ 'shape' => 'Integer', ], 'Available' => [ 'shape' => 'Integer', ], 'DesiredUserSessions' => [ 'shape' => 'Integer', ], 'AvailableUserSessions' => [ 'shape' => 'Integer', ], 'ActiveUserSessions' => [ 'shape' => 'Integer', ], 'ActualUserSessions' => [ 'shape' => 'Integer', ], ], ], 'ConcurrentModificationException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'CopyImageRequest' => [ 'type' => 'structure', 'required' => [ 'SourceImageName', 'DestinationImageName', 'DestinationRegion', ], 'members' => [ 'SourceImageName' => [ 'shape' => 'Name', ], 'DestinationImageName' => [ 'shape' => 'Name', ], 'DestinationRegion' => [ 'shape' => 'RegionName', ], 'DestinationImageDescription' => [ 'shape' => 'Description', ], ], ], 'CopyImageResponse' => [ 'type' => 'structure', 'members' => [ 'DestinationImageName' => [ 'shape' => 'Name', ], ], ], 'CreateAppBlockBuilderRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'Platform', 'InstanceType', 'VpcConfig', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'Description' => [ 'shape' => 'Description', ], 'DisplayName' => [ 'shape' => 'DisplayName', ], 'Tags' => [ 'shape' => 'Tags', ], 'Platform' => [ 'shape' => 'AppBlockBuilderPlatformType', ], 'InstanceType' => [ 'shape' => 'String', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'EnableDefaultInternetAccess' => [ 'shape' => 'BooleanObject', ], 'IamRoleArn' => [ 'shape' => 'Arn', ], 'AccessEndpoints' => [ 'shape' => 'AccessEndpointList', ], ], ], 'CreateAppBlockBuilderResult' => [ 'type' => 'structure', 'members' => [ 'AppBlockBuilder' => [ 'shape' => 'AppBlockBuilder', ], ], ], 'CreateAppBlockBuilderStreamingURLRequest' => [ 'type' => 'structure', 'required' => [ 'AppBlockBuilderName', ], 'members' => [ 'AppBlockBuilderName' => [ 'shape' => 'Name', ], 'Validity' => [ 'shape' => 'Long', ], ], ], 'CreateAppBlockBuilderStreamingURLResult' => [ 'type' => 'structure', 'members' => [ 'StreamingURL' => [ 'shape' => 'String', ], 'Expires' => [ 'shape' => 'Timestamp', ], ], ], 'CreateAppBlockRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'SourceS3Location', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'Description' => [ 'shape' => 'Description', ], 'DisplayName' => [ 'shape' => 'DisplayName', ], 'SourceS3Location' => [ 'shape' => 'S3Location', ], 'SetupScriptDetails' => [ 'shape' => 'ScriptDetails', ], 'Tags' => [ 'shape' => 'Tags', ], 'PostSetupScriptDetails' => [ 'shape' => 'ScriptDetails', ], 'PackagingType' => [ 'shape' => 'PackagingType', ], ], ], 'CreateAppBlockResult' => [ 'type' => 'structure', 'members' => [ 'AppBlock' => [ 'shape' => 'AppBlock', ], ], ], 'CreateApplicationRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'IconS3Location', 'LaunchPath', 'Platforms', 'InstanceFamilies', 'AppBlockArn', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'DisplayName' => [ 'shape' => 'DisplayName', ], 'Description' => [ 'shape' => 'Description', ], 'IconS3Location' => [ 'shape' => 'S3Location', ], 'LaunchPath' => [ 'shape' => 'String', ], 'WorkingDirectory' => [ 'shape' => 'String', ], 'LaunchParameters' => [ 'shape' => 'String', ], 'Platforms' => [ 'shape' => 'Platforms', ], 'InstanceFamilies' => [ 'shape' => 'StringList', ], 'AppBlockArn' => [ 'shape' => 'Arn', ], 'Tags' => [ 'shape' => 'Tags', ], ], ], 'CreateApplicationResult' => [ 'type' => 'structure', 'members' => [ 'Application' => [ 'shape' => 'Application', ], ], ], 'CreateDirectoryConfigRequest' => [ 'type' => 'structure', 'required' => [ 'DirectoryName', 'OrganizationalUnitDistinguishedNames', ], 'members' => [ 'DirectoryName' => [ 'shape' => 'DirectoryName', ], 'OrganizationalUnitDistinguishedNames' => [ 'shape' => 'OrganizationalUnitDistinguishedNamesList', ], 'ServiceAccountCredentials' => [ 'shape' => 'ServiceAccountCredentials', ], 'CertificateBasedAuthProperties' => [ 'shape' => 'CertificateBasedAuthProperties', ], ], ], 'CreateDirectoryConfigResult' => [ 'type' => 'structure', 'members' => [ 'DirectoryConfig' => [ 'shape' => 'DirectoryConfig', ], ], ], 'CreateEntitlementRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'StackName', 'AppVisibility', 'Attributes', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'StackName' => [ 'shape' => 'Name', ], 'Description' => [ 'shape' => 'Description', ], 'AppVisibility' => [ 'shape' => 'AppVisibility', ], 'Attributes' => [ 'shape' => 'EntitlementAttributeList', ], ], ], 'CreateEntitlementResult' => [ 'type' => 'structure', 'members' => [ 'Entitlement' => [ 'shape' => 'Entitlement', ], ], ], 'CreateFleetRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'InstanceType', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'ImageName' => [ 'shape' => 'Name', ], 'ImageArn' => [ 'shape' => 'Arn', ], 'InstanceType' => [ 'shape' => 'String', ], 'FleetType' => [ 'shape' => 'FleetType', ], 'ComputeCapacity' => [ 'shape' => 'ComputeCapacity', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'MaxUserDurationInSeconds' => [ 'shape' => 'Integer', ], 'DisconnectTimeoutInSeconds' => [ 'shape' => 'Integer', ], 'Description' => [ 'shape' => 'Description', ], 'DisplayName' => [ 'shape' => 'DisplayName', ], 'EnableDefaultInternetAccess' => [ 'shape' => 'BooleanObject', ], 'DomainJoinInfo' => [ 'shape' => 'DomainJoinInfo', ], 'Tags' => [ 'shape' => 'Tags', ], 'IdleDisconnectTimeoutInSeconds' => [ 'shape' => 'Integer', ], 'IamRoleArn' => [ 'shape' => 'Arn', ], 'StreamView' => [ 'shape' => 'StreamView', ], 'Platform' => [ 'shape' => 'PlatformType', ], 'MaxConcurrentSessions' => [ 'shape' => 'Integer', ], 'UsbDeviceFilterStrings' => [ 'shape' => 'UsbDeviceFilterStrings', ], 'SessionScriptS3Location' => [ 'shape' => 'S3Location', ], 'MaxSessionsPerInstance' => [ 'shape' => 'Integer', ], ], ], 'CreateFleetResult' => [ 'type' => 'structure', 'members' => [ 'Fleet' => [ 'shape' => 'Fleet', ], ], ], 'CreateImageBuilderRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'InstanceType', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'ImageName' => [ 'shape' => 'String', ], 'ImageArn' => [ 'shape' => 'Arn', ], 'InstanceType' => [ 'shape' => 'String', ], 'Description' => [ 'shape' => 'Description', ], 'DisplayName' => [ 'shape' => 'DisplayName', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'IamRoleArn' => [ 'shape' => 'Arn', ], 'EnableDefaultInternetAccess' => [ 'shape' => 'BooleanObject', ], 'DomainJoinInfo' => [ 'shape' => 'DomainJoinInfo', ], 'AppstreamAgentVersion' => [ 'shape' => 'AppstreamAgentVersion', ], 'Tags' => [ 'shape' => 'Tags', ], 'AccessEndpoints' => [ 'shape' => 'AccessEndpointList', ], ], ], 'CreateImageBuilderResult' => [ 'type' => 'structure', 'members' => [ 'ImageBuilder' => [ 'shape' => 'ImageBuilder', ], ], ], 'CreateImageBuilderStreamingURLRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'String', ], 'Validity' => [ 'shape' => 'Long', ], ], ], 'CreateImageBuilderStreamingURLResult' => [ 'type' => 'structure', 'members' => [ 'StreamingURL' => [ 'shape' => 'String', ], 'Expires' => [ 'shape' => 'Timestamp', ], ], ], 'CreateStackRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'Description' => [ 'shape' => 'Description', ], 'DisplayName' => [ 'shape' => 'DisplayName', ], 'StorageConnectors' => [ 'shape' => 'StorageConnectorList', ], 'RedirectURL' => [ 'shape' => 'RedirectURL', ], 'FeedbackURL' => [ 'shape' => 'FeedbackURL', ], 'UserSettings' => [ 'shape' => 'UserSettingList', ], 'ApplicationSettings' => [ 'shape' => 'ApplicationSettings', ], 'Tags' => [ 'shape' => 'Tags', ], 'AccessEndpoints' => [ 'shape' => 'AccessEndpointList', ], 'EmbedHostDomains' => [ 'shape' => 'EmbedHostDomains', ], 'StreamingExperienceSettings' => [ 'shape' => 'StreamingExperienceSettings', ], ], ], 'CreateStackResult' => [ 'type' => 'structure', 'members' => [ 'Stack' => [ 'shape' => 'Stack', ], ], ], 'CreateStreamingURLRequest' => [ 'type' => 'structure', 'required' => [ 'StackName', 'FleetName', 'UserId', ], 'members' => [ 'StackName' => [ 'shape' => 'String', ], 'FleetName' => [ 'shape' => 'String', ], 'UserId' => [ 'shape' => 'StreamingUrlUserId', ], 'ApplicationId' => [ 'shape' => 'String', ], 'Validity' => [ 'shape' => 'Long', ], 'SessionContext' => [ 'shape' => 'String', ], ], ], 'CreateStreamingURLResult' => [ 'type' => 'structure', 'members' => [ 'StreamingURL' => [ 'shape' => 'String', ], 'Expires' => [ 'shape' => 'Timestamp', ], ], ], 'CreateUpdatedImageRequest' => [ 'type' => 'structure', 'required' => [ 'existingImageName', 'newImageName', ], 'members' => [ 'existingImageName' => [ 'shape' => 'Name', ], 'newImageName' => [ 'shape' => 'Name', ], 'newImageDescription' => [ 'shape' => 'Description', ], 'newImageDisplayName' => [ 'shape' => 'DisplayName', ], 'newImageTags' => [ 'shape' => 'Tags', ], 'dryRun' => [ 'shape' => 'Boolean', ], ], ], 'CreateUpdatedImageResult' => [ 'type' => 'structure', 'members' => [ 'image' => [ 'shape' => 'Image', ], 'canUpdateImage' => [ 'shape' => 'Boolean', ], ], ], 'CreateUsageReportSubscriptionRequest' => [ 'type' => 'structure', 'members' => [], ], 'CreateUsageReportSubscriptionResult' => [ 'type' => 'structure', 'members' => [ 'S3BucketName' => [ 'shape' => 'String', ], 'Schedule' => [ 'shape' => 'UsageReportSchedule', ], ], ], 'CreateUserRequest' => [ 'type' => 'structure', 'required' => [ 'UserName', 'AuthenticationType', ], 'members' => [ 'UserName' => [ 'shape' => 'Username', ], 'MessageAction' => [ 'shape' => 'MessageAction', ], 'FirstName' => [ 'shape' => 'UserAttributeValue', ], 'LastName' => [ 'shape' => 'UserAttributeValue', ], 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], ], ], 'CreateUserResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteAppBlockBuilderRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], ], ], 'DeleteAppBlockBuilderResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteAppBlockRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], ], ], 'DeleteAppBlockResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteApplicationRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], ], ], 'DeleteApplicationResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteDirectoryConfigRequest' => [ 'type' => 'structure', 'required' => [ 'DirectoryName', ], 'members' => [ 'DirectoryName' => [ 'shape' => 'DirectoryName', ], ], ], 'DeleteDirectoryConfigResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteEntitlementRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'StackName', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'StackName' => [ 'shape' => 'Name', ], ], ], 'DeleteEntitlementResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteFleetRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'String', ], ], ], 'DeleteFleetResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteImageBuilderRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], ], ], 'DeleteImageBuilderResult' => [ 'type' => 'structure', 'members' => [ 'ImageBuilder' => [ 'shape' => 'ImageBuilder', ], ], ], 'DeleteImagePermissionsRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'SharedAccountId', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'SharedAccountId' => [ 'shape' => 'AwsAccountId', ], ], ], 'DeleteImagePermissionsResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteImageRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], ], ], 'DeleteImageResult' => [ 'type' => 'structure', 'members' => [ 'Image' => [ 'shape' => 'Image', ], ], ], 'DeleteStackRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'String', ], ], ], 'DeleteStackResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteUsageReportSubscriptionRequest' => [ 'type' => 'structure', 'members' => [], ], 'DeleteUsageReportSubscriptionResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteUserRequest' => [ 'type' => 'structure', 'required' => [ 'UserName', 'AuthenticationType', ], 'members' => [ 'UserName' => [ 'shape' => 'Username', ], 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], ], ], 'DeleteUserResult' => [ 'type' => 'structure', 'members' => [], ], 'DescribeAppBlockBuilderAppBlockAssociationsRequest' => [ 'type' => 'structure', 'members' => [ 'AppBlockArn' => [ 'shape' => 'Arn', ], 'AppBlockBuilderName' => [ 'shape' => 'Name', ], 'MaxResults' => [ 'shape' => 'Integer', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeAppBlockBuilderAppBlockAssociationsResult' => [ 'type' => 'structure', 'members' => [ 'AppBlockBuilderAppBlockAssociations' => [ 'shape' => 'AppBlockBuilderAppBlockAssociationsList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeAppBlockBuildersRequest' => [ 'type' => 'structure', 'members' => [ 'Names' => [ 'shape' => 'StringList', ], 'NextToken' => [ 'shape' => 'String', ], 'MaxResults' => [ 'shape' => 'Integer', ], ], ], 'DescribeAppBlockBuildersResult' => [ 'type' => 'structure', 'members' => [ 'AppBlockBuilders' => [ 'shape' => 'AppBlockBuilderList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeAppBlocksRequest' => [ 'type' => 'structure', 'members' => [ 'Arns' => [ 'shape' => 'ArnList', ], 'NextToken' => [ 'shape' => 'String', ], 'MaxResults' => [ 'shape' => 'Integer', ], ], ], 'DescribeAppBlocksResult' => [ 'type' => 'structure', 'members' => [ 'AppBlocks' => [ 'shape' => 'AppBlocks', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeApplicationFleetAssociationsRequest' => [ 'type' => 'structure', 'members' => [ 'FleetName' => [ 'shape' => 'Name', ], 'ApplicationArn' => [ 'shape' => 'Arn', ], 'MaxResults' => [ 'shape' => 'Integer', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeApplicationFleetAssociationsResult' => [ 'type' => 'structure', 'members' => [ 'ApplicationFleetAssociations' => [ 'shape' => 'ApplicationFleetAssociationList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeApplicationsRequest' => [ 'type' => 'structure', 'members' => [ 'Arns' => [ 'shape' => 'ArnList', ], 'NextToken' => [ 'shape' => 'String', ], 'MaxResults' => [ 'shape' => 'Integer', ], ], ], 'DescribeApplicationsResult' => [ 'type' => 'structure', 'members' => [ 'Applications' => [ 'shape' => 'Applications', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeDirectoryConfigsRequest' => [ 'type' => 'structure', 'members' => [ 'DirectoryNames' => [ 'shape' => 'DirectoryNameList', ], 'MaxResults' => [ 'shape' => 'Integer', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeDirectoryConfigsResult' => [ 'type' => 'structure', 'members' => [ 'DirectoryConfigs' => [ 'shape' => 'DirectoryConfigList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeEntitlementsRequest' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'StackName' => [ 'shape' => 'Name', ], 'NextToken' => [ 'shape' => 'String', ], 'MaxResults' => [ 'shape' => 'Integer', ], ], ], 'DescribeEntitlementsResult' => [ 'type' => 'structure', 'members' => [ 'Entitlements' => [ 'shape' => 'EntitlementList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeFleetsRequest' => [ 'type' => 'structure', 'members' => [ 'Names' => [ 'shape' => 'StringList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeFleetsResult' => [ 'type' => 'structure', 'members' => [ 'Fleets' => [ 'shape' => 'FleetList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeImageBuildersRequest' => [ 'type' => 'structure', 'members' => [ 'Names' => [ 'shape' => 'StringList', ], 'MaxResults' => [ 'shape' => 'Integer', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeImageBuildersResult' => [ 'type' => 'structure', 'members' => [ 'ImageBuilders' => [ 'shape' => 'ImageBuilderList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeImagePermissionsRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'SharedAwsAccountIds' => [ 'shape' => 'AwsAccountIdList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeImagePermissionsResult' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'SharedImagePermissionsList' => [ 'shape' => 'SharedImagePermissionsList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeImagesMaxResults' => [ 'type' => 'integer', 'box' => true, 'max' => 25, 'min' => 0, ], 'DescribeImagesRequest' => [ 'type' => 'structure', 'members' => [ 'Names' => [ 'shape' => 'StringList', ], 'Arns' => [ 'shape' => 'ArnList', ], 'Type' => [ 'shape' => 'VisibilityType', ], 'NextToken' => [ 'shape' => 'String', ], 'MaxResults' => [ 'shape' => 'DescribeImagesMaxResults', ], ], ], 'DescribeImagesResult' => [ 'type' => 'structure', 'members' => [ 'Images' => [ 'shape' => 'ImageList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeSessionsRequest' => [ 'type' => 'structure', 'required' => [ 'StackName', 'FleetName', ], 'members' => [ 'StackName' => [ 'shape' => 'Name', ], 'FleetName' => [ 'shape' => 'Name', ], 'UserId' => [ 'shape' => 'UserId', ], 'NextToken' => [ 'shape' => 'String', ], 'Limit' => [ 'shape' => 'Integer', ], 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], 'InstanceId' => [ 'shape' => 'String', ], ], ], 'DescribeSessionsResult' => [ 'type' => 'structure', 'members' => [ 'Sessions' => [ 'shape' => 'SessionList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeStacksRequest' => [ 'type' => 'structure', 'members' => [ 'Names' => [ 'shape' => 'StringList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeStacksResult' => [ 'type' => 'structure', 'members' => [ 'Stacks' => [ 'shape' => 'StackList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeUsageReportSubscriptionsRequest' => [ 'type' => 'structure', 'members' => [ 'MaxResults' => [ 'shape' => 'Integer', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeUsageReportSubscriptionsResult' => [ 'type' => 'structure', 'members' => [ 'UsageReportSubscriptions' => [ 'shape' => 'UsageReportSubscriptionList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeUserStackAssociationsRequest' => [ 'type' => 'structure', 'members' => [ 'StackName' => [ 'shape' => 'String', ], 'UserName' => [ 'shape' => 'Username', ], 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeUserStackAssociationsResult' => [ 'type' => 'structure', 'members' => [ 'UserStackAssociations' => [ 'shape' => 'UserStackAssociationList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeUsersRequest' => [ 'type' => 'structure', 'required' => [ 'AuthenticationType', ], 'members' => [ 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], 'MaxResults' => [ 'shape' => 'Integer', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeUsersResult' => [ 'type' => 'structure', 'members' => [ 'Users' => [ 'shape' => 'UserList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'Description' => [ 'type' => 'string', 'max' => 256, ], 'DirectoryConfig' => [ 'type' => 'structure', 'required' => [ 'DirectoryName', ], 'members' => [ 'DirectoryName' => [ 'shape' => 'DirectoryName', ], 'OrganizationalUnitDistinguishedNames' => [ 'shape' => 'OrganizationalUnitDistinguishedNamesList', ], 'ServiceAccountCredentials' => [ 'shape' => 'ServiceAccountCredentials', ], 'CreatedTime' => [ 'shape' => 'Timestamp', ], 'CertificateBasedAuthProperties' => [ 'shape' => 'CertificateBasedAuthProperties', ], ], ], 'DirectoryConfigList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DirectoryConfig', ], ], 'DirectoryName' => [ 'type' => 'string', ], 'DirectoryNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DirectoryName', ], ], 'DisableUserRequest' => [ 'type' => 'structure', 'required' => [ 'UserName', 'AuthenticationType', ], 'members' => [ 'UserName' => [ 'shape' => 'Username', ], 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], ], ], 'DisableUserResult' => [ 'type' => 'structure', 'members' => [], ], 'DisassociateAppBlockBuilderAppBlockRequest' => [ 'type' => 'structure', 'required' => [ 'AppBlockArn', 'AppBlockBuilderName', ], 'members' => [ 'AppBlockArn' => [ 'shape' => 'Arn', ], 'AppBlockBuilderName' => [ 'shape' => 'Name', ], ], ], 'DisassociateAppBlockBuilderAppBlockResult' => [ 'type' => 'structure', 'members' => [], ], 'DisassociateApplicationFleetRequest' => [ 'type' => 'structure', 'required' => [ 'FleetName', 'ApplicationArn', ], 'members' => [ 'FleetName' => [ 'shape' => 'Name', ], 'ApplicationArn' => [ 'shape' => 'Arn', ], ], ], 'DisassociateApplicationFleetResult' => [ 'type' => 'structure', 'members' => [], ], 'DisassociateApplicationFromEntitlementRequest' => [ 'type' => 'structure', 'required' => [ 'StackName', 'EntitlementName', 'ApplicationIdentifier', ], 'members' => [ 'StackName' => [ 'shape' => 'Name', ], 'EntitlementName' => [ 'shape' => 'Name', ], 'ApplicationIdentifier' => [ 'shape' => 'String', ], ], ], 'DisassociateApplicationFromEntitlementResult' => [ 'type' => 'structure', 'members' => [], ], 'DisassociateFleetRequest' => [ 'type' => 'structure', 'required' => [ 'FleetName', 'StackName', ], 'members' => [ 'FleetName' => [ 'shape' => 'String', ], 'StackName' => [ 'shape' => 'String', ], ], ], 'DisassociateFleetResult' => [ 'type' => 'structure', 'members' => [], ], 'DisplayName' => [ 'type' => 'string', 'max' => 100, ], 'Domain' => [ 'type' => 'string', 'max' => 64, 'min' => 1, ], 'DomainJoinInfo' => [ 'type' => 'structure', 'members' => [ 'DirectoryName' => [ 'shape' => 'DirectoryName', ], 'OrganizationalUnitDistinguishedName' => [ 'shape' => 'OrganizationalUnitDistinguishedName', ], ], ], 'DomainList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Domain', ], 'max' => 50, ], 'EmbedHostDomain' => [ 'type' => 'string', 'max' => 128, 'pattern' => '(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\\.)+[a-z0-9][a-z0-9-]{0,61}[a-z0-9]', ], 'EmbedHostDomains' => [ 'type' => 'list', 'member' => [ 'shape' => 'EmbedHostDomain', ], 'max' => 20, 'min' => 1, ], 'EnableUserRequest' => [ 'type' => 'structure', 'required' => [ 'UserName', 'AuthenticationType', ], 'members' => [ 'UserName' => [ 'shape' => 'Username', ], 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], ], ], 'EnableUserResult' => [ 'type' => 'structure', 'members' => [], ], 'EntitledApplication' => [ 'type' => 'structure', 'required' => [ 'ApplicationIdentifier', ], 'members' => [ 'ApplicationIdentifier' => [ 'shape' => 'String', ], ], ], 'EntitledApplicationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'EntitledApplication', ], ], 'Entitlement' => [ 'type' => 'structure', 'required' => [ 'Name', 'StackName', 'AppVisibility', 'Attributes', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'StackName' => [ 'shape' => 'Name', ], 'Description' => [ 'shape' => 'Description', ], 'AppVisibility' => [ 'shape' => 'AppVisibility', ], 'Attributes' => [ 'shape' => 'EntitlementAttributeList', ], 'CreatedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'EntitlementAlreadyExistsException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'EntitlementAttribute' => [ 'type' => 'structure', 'required' => [ 'Name', 'Value', ], 'members' => [ 'Name' => [ 'shape' => 'String', ], 'Value' => [ 'shape' => 'String', ], ], ], 'EntitlementAttributeList' => [ 'type' => 'list', 'member' => [ 'shape' => 'EntitlementAttribute', ], 'min' => 1, ], 'EntitlementList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Entitlement', ], ], 'EntitlementNotFoundException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'ErrorDetails' => [ 'type' => 'structure', 'members' => [ 'ErrorCode' => [ 'shape' => 'String', ], 'ErrorMessage' => [ 'shape' => 'String', ], ], ], 'ErrorDetailsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ErrorDetails', ], ], 'ErrorMessage' => [ 'type' => 'string', ], 'ExpireSessionRequest' => [ 'type' => 'structure', 'required' => [ 'SessionId', ], 'members' => [ 'SessionId' => [ 'shape' => 'String', ], ], ], 'ExpireSessionResult' => [ 'type' => 'structure', 'members' => [], ], 'FeedbackURL' => [ 'type' => 'string', 'max' => 1000, ], 'Fleet' => [ 'type' => 'structure', 'required' => [ 'Arn', 'Name', 'InstanceType', 'ComputeCapacityStatus', 'State', ], 'members' => [ 'Arn' => [ 'shape' => 'Arn', ], 'Name' => [ 'shape' => 'String', ], 'DisplayName' => [ 'shape' => 'String', ], 'Description' => [ 'shape' => 'String', ], 'ImageName' => [ 'shape' => 'String', ], 'ImageArn' => [ 'shape' => 'Arn', ], 'InstanceType' => [ 'shape' => 'String', ], 'FleetType' => [ 'shape' => 'FleetType', ], 'ComputeCapacityStatus' => [ 'shape' => 'ComputeCapacityStatus', ], 'MaxUserDurationInSeconds' => [ 'shape' => 'Integer', ], 'DisconnectTimeoutInSeconds' => [ 'shape' => 'Integer', ], 'State' => [ 'shape' => 'FleetState', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'CreatedTime' => [ 'shape' => 'Timestamp', ], 'FleetErrors' => [ 'shape' => 'FleetErrors', ], 'EnableDefaultInternetAccess' => [ 'shape' => 'BooleanObject', ], 'DomainJoinInfo' => [ 'shape' => 'DomainJoinInfo', ], 'IdleDisconnectTimeoutInSeconds' => [ 'shape' => 'Integer', ], 'IamRoleArn' => [ 'shape' => 'Arn', ], 'StreamView' => [ 'shape' => 'StreamView', ], 'Platform' => [ 'shape' => 'PlatformType', ], 'MaxConcurrentSessions' => [ 'shape' => 'Integer', ], 'UsbDeviceFilterStrings' => [ 'shape' => 'UsbDeviceFilterStrings', ], 'SessionScriptS3Location' => [ 'shape' => 'S3Location', ], 'MaxSessionsPerInstance' => [ 'shape' => 'Integer', ], ], ], 'FleetAttribute' => [ 'type' => 'string', 'enum' => [ 'VPC_CONFIGURATION', 'VPC_CONFIGURATION_SECURITY_GROUP_IDS', 'DOMAIN_JOIN_INFO', 'IAM_ROLE_ARN', 'USB_DEVICE_FILTER_STRINGS', 'SESSION_SCRIPT_S3_LOCATION', 'MAX_SESSIONS_PER_INSTANCE', ], ], 'FleetAttributes' => [ 'type' => 'list', 'member' => [ 'shape' => 'FleetAttribute', ], ], 'FleetError' => [ 'type' => 'structure', 'members' => [ 'ErrorCode' => [ 'shape' => 'FleetErrorCode', ], 'ErrorMessage' => [ 'shape' => 'String', ], ], ], 'FleetErrorCode' => [ 'type' => 'string', 'enum' => [ 'IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION', 'IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION', 'IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION', 'NETWORK_INTERFACE_LIMIT_EXCEEDED', 'INTERNAL_SERVICE_ERROR', 'IAM_SERVICE_ROLE_IS_MISSING', 'MACHINE_ROLE_IS_MISSING', 'STS_DISABLED_IN_REGION', 'SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES', 'IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION', 'SUBNET_NOT_FOUND', 'IMAGE_NOT_FOUND', 'INVALID_SUBNET_CONFIGURATION', 'SECURITY_GROUPS_NOT_FOUND', 'IGW_NOT_ATTACHED', 'IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION', 'FLEET_STOPPED', 'FLEET_INSTANCE_PROVISIONING_FAILURE', 'DOMAIN_JOIN_ERROR_FILE_NOT_FOUND', 'DOMAIN_JOIN_ERROR_ACCESS_DENIED', 'DOMAIN_JOIN_ERROR_LOGON_FAILURE', 'DOMAIN_JOIN_ERROR_INVALID_PARAMETER', 'DOMAIN_JOIN_ERROR_MORE_DATA', 'DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN', 'DOMAIN_JOIN_ERROR_NOT_SUPPORTED', 'DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME', 'DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED', 'DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED', 'DOMAIN_JOIN_NERR_PASSWORD_EXPIRED', 'DOMAIN_JOIN_INTERNAL_SERVICE_ERROR', ], ], 'FleetErrors' => [ 'type' => 'list', 'member' => [ 'shape' => 'FleetError', ], ], 'FleetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Fleet', ], ], 'FleetState' => [ 'type' => 'string', 'enum' => [ 'STARTING', 'RUNNING', 'STOPPING', 'STOPPED', ], ], 'FleetType' => [ 'type' => 'string', 'enum' => [ 'ALWAYS_ON', 'ON_DEMAND', 'ELASTIC', ], ], 'Image' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'String', ], 'Arn' => [ 'shape' => 'Arn', ], 'BaseImageArn' => [ 'shape' => 'Arn', ], 'DisplayName' => [ 'shape' => 'String', ], 'State' => [ 'shape' => 'ImageState', ], 'Visibility' => [ 'shape' => 'VisibilityType', ], 'ImageBuilderSupported' => [ 'shape' => 'Boolean', ], 'ImageBuilderName' => [ 'shape' => 'String', ], 'Platform' => [ 'shape' => 'PlatformType', ], 'Description' => [ 'shape' => 'String', ], 'StateChangeReason' => [ 'shape' => 'ImageStateChangeReason', ], 'Applications' => [ 'shape' => 'Applications', ], 'CreatedTime' => [ 'shape' => 'Timestamp', ], 'PublicBaseImageReleasedDate' => [ 'shape' => 'Timestamp', ], 'AppstreamAgentVersion' => [ 'shape' => 'AppstreamAgentVersion', ], 'ImagePermissions' => [ 'shape' => 'ImagePermissions', ], 'ImageErrors' => [ 'shape' => 'ResourceErrors', ], ], ], 'ImageBuilder' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'String', ], 'Arn' => [ 'shape' => 'Arn', ], 'ImageArn' => [ 'shape' => 'Arn', ], 'Description' => [ 'shape' => 'String', ], 'DisplayName' => [ 'shape' => 'String', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'InstanceType' => [ 'shape' => 'String', ], 'Platform' => [ 'shape' => 'PlatformType', ], 'IamRoleArn' => [ 'shape' => 'Arn', ], 'State' => [ 'shape' => 'ImageBuilderState', ], 'StateChangeReason' => [ 'shape' => 'ImageBuilderStateChangeReason', ], 'CreatedTime' => [ 'shape' => 'Timestamp', ], 'EnableDefaultInternetAccess' => [ 'shape' => 'BooleanObject', ], 'DomainJoinInfo' => [ 'shape' => 'DomainJoinInfo', ], 'NetworkAccessConfiguration' => [ 'shape' => 'NetworkAccessConfiguration', ], 'ImageBuilderErrors' => [ 'shape' => 'ResourceErrors', ], 'AppstreamAgentVersion' => [ 'shape' => 'AppstreamAgentVersion', ], 'AccessEndpoints' => [ 'shape' => 'AccessEndpointList', ], ], ], 'ImageBuilderList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ImageBuilder', ], ], 'ImageBuilderState' => [ 'type' => 'string', 'enum' => [ 'PENDING', 'UPDATING_AGENT', 'RUNNING', 'STOPPING', 'STOPPED', 'REBOOTING', 'SNAPSHOTTING', 'DELETING', 'FAILED', 'UPDATING', 'PENDING_QUALIFICATION', ], ], 'ImageBuilderStateChangeReason' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'ImageBuilderStateChangeReasonCode', ], 'Message' => [ 'shape' => 'String', ], ], ], 'ImageBuilderStateChangeReasonCode' => [ 'type' => 'string', 'enum' => [ 'INTERNAL_ERROR', 'IMAGE_UNAVAILABLE', ], ], 'ImageList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Image', ], ], 'ImagePermissions' => [ 'type' => 'structure', 'members' => [ 'allowFleet' => [ 'shape' => 'BooleanObject', ], 'allowImageBuilder' => [ 'shape' => 'BooleanObject', ], ], ], 'ImageState' => [ 'type' => 'string', 'enum' => [ 'PENDING', 'AVAILABLE', 'FAILED', 'COPYING', 'DELETING', 'CREATING', 'IMPORTING', ], ], 'ImageStateChangeReason' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'ImageStateChangeReasonCode', ], 'Message' => [ 'shape' => 'String', ], ], ], 'ImageStateChangeReasonCode' => [ 'type' => 'string', 'enum' => [ 'INTERNAL_ERROR', 'IMAGE_BUILDER_NOT_AVAILABLE', 'IMAGE_COPY_FAILURE', ], ], 'IncompatibleImageException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'Integer' => [ 'type' => 'integer', ], 'InvalidAccountStatusException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'InvalidParameterCombinationException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'InvalidRoleException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'LastReportGenerationExecutionError' => [ 'type' => 'structure', 'members' => [ 'ErrorCode' => [ 'shape' => 'UsageReportExecutionErrorCode', ], 'ErrorMessage' => [ 'shape' => 'String', ], ], ], 'LastReportGenerationExecutionErrors' => [ 'type' => 'list', 'member' => [ 'shape' => 'LastReportGenerationExecutionError', ], ], 'LimitExceededException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'ListAssociatedFleetsRequest' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'StackName' => [ 'shape' => 'String', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'ListAssociatedFleetsResult' => [ 'type' => 'structure', 'members' => [ 'Names' => [ 'shape' => 'StringList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'ListAssociatedStacksRequest' => [ 'type' => 'structure', 'required' => [ 'FleetName', ], 'members' => [ 'FleetName' => [ 'shape' => 'String', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'ListAssociatedStacksResult' => [ 'type' => 'structure', 'members' => [ 'Names' => [ 'shape' => 'StringList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'ListEntitledApplicationsRequest' => [ 'type' => 'structure', 'required' => [ 'StackName', 'EntitlementName', ], 'members' => [ 'StackName' => [ 'shape' => 'Name', ], 'EntitlementName' => [ 'shape' => 'Name', ], 'NextToken' => [ 'shape' => 'String', ], 'MaxResults' => [ 'shape' => 'Integer', ], ], ], 'ListEntitledApplicationsResult' => [ 'type' => 'structure', 'members' => [ 'EntitledApplications' => [ 'shape' => 'EntitledApplicationList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'ListTagsForResourceRequest' => [ 'type' => 'structure', 'required' => [ 'ResourceArn', ], 'members' => [ 'ResourceArn' => [ 'shape' => 'Arn', ], ], ], 'ListTagsForResourceResponse' => [ 'type' => 'structure', 'members' => [ 'Tags' => [ 'shape' => 'Tags', ], ], ], 'Long' => [ 'type' => 'long', ], 'MaxResults' => [ 'type' => 'integer', 'box' => true, 'max' => 500, 'min' => 0, ], 'MessageAction' => [ 'type' => 'string', 'enum' => [ 'SUPPRESS', 'RESEND', ], ], 'Metadata' => [ 'type' => 'map', 'key' => [ 'shape' => 'String', ], 'value' => [ 'shape' => 'String', ], ], 'Name' => [ 'type' => 'string', 'pattern' => '^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$', ], 'NetworkAccessConfiguration' => [ 'type' => 'structure', 'members' => [ 'EniPrivateIpAddress' => [ 'shape' => 'String', ], 'EniId' => [ 'shape' => 'String', ], ], ], 'OperationNotPermittedException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'OrganizationalUnitDistinguishedName' => [ 'type' => 'string', 'max' => 2000, ], 'OrganizationalUnitDistinguishedNamesList' => [ 'type' => 'list', 'member' => [ 'shape' => 'OrganizationalUnitDistinguishedName', ], ], 'PackagingType' => [ 'type' => 'string', 'enum' => [ 'CUSTOM', 'APPSTREAM2', ], ], 'Permission' => [ 'type' => 'string', 'enum' => [ 'ENABLED', 'DISABLED', ], ], 'PlatformType' => [ 'type' => 'string', 'enum' => [ 'WINDOWS', 'WINDOWS_SERVER_2016', 'WINDOWS_SERVER_2019', 'WINDOWS_SERVER_2022', 'AMAZON_LINUX2', 'RHEL8', ], ], 'Platforms' => [ 'type' => 'list', 'member' => [ 'shape' => 'PlatformType', ], 'max' => 4, ], 'PreferredProtocol' => [ 'type' => 'string', 'enum' => [ 'TCP', 'UDP', ], ], 'RedirectURL' => [ 'type' => 'string', 'max' => 1000, ], 'RegionName' => [ 'type' => 'string', 'max' => 32, 'min' => 1, ], 'RequestLimitExceededException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'ResourceAlreadyExistsException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'ResourceError' => [ 'type' => 'structure', 'members' => [ 'ErrorCode' => [ 'shape' => 'FleetErrorCode', ], 'ErrorMessage' => [ 'shape' => 'String', ], 'ErrorTimestamp' => [ 'shape' => 'Timestamp', ], ], ], 'ResourceErrors' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResourceError', ], ], 'ResourceIdentifier' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, ], 'ResourceInUseException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'ResourceNotAvailableException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'ResourceNotFoundException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'S3Bucket' => [ 'type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '^[0-9a-z\\.\\-]*(? [ 'type' => 'string', 'max' => 1024, 'min' => 1, ], 'S3Location' => [ 'type' => 'structure', 'required' => [ 'S3Bucket', ], 'members' => [ 'S3Bucket' => [ 'shape' => 'S3Bucket', ], 'S3Key' => [ 'shape' => 'S3Key', ], ], ], 'ScriptDetails' => [ 'type' => 'structure', 'required' => [ 'ScriptS3Location', 'ExecutablePath', 'TimeoutInSeconds', ], 'members' => [ 'ScriptS3Location' => [ 'shape' => 'S3Location', ], 'ExecutablePath' => [ 'shape' => 'String', ], 'ExecutableParameters' => [ 'shape' => 'String', ], 'TimeoutInSeconds' => [ 'shape' => 'Integer', ], ], ], 'SecurityGroupIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'String', ], 'max' => 5, ], 'ServiceAccountCredentials' => [ 'type' => 'structure', 'required' => [ 'AccountName', 'AccountPassword', ], 'members' => [ 'AccountName' => [ 'shape' => 'AccountName', ], 'AccountPassword' => [ 'shape' => 'AccountPassword', ], ], ], 'Session' => [ 'type' => 'structure', 'required' => [ 'Id', 'UserId', 'StackName', 'FleetName', 'State', ], 'members' => [ 'Id' => [ 'shape' => 'String', ], 'UserId' => [ 'shape' => 'UserId', ], 'StackName' => [ 'shape' => 'String', ], 'FleetName' => [ 'shape' => 'String', ], 'State' => [ 'shape' => 'SessionState', ], 'ConnectionState' => [ 'shape' => 'SessionConnectionState', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'MaxExpirationTime' => [ 'shape' => 'Timestamp', ], 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], 'NetworkAccessConfiguration' => [ 'shape' => 'NetworkAccessConfiguration', ], 'InstanceId' => [ 'shape' => 'String', ], ], ], 'SessionConnectionState' => [ 'type' => 'string', 'enum' => [ 'CONNECTED', 'NOT_CONNECTED', ], ], 'SessionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Session', ], ], 'SessionState' => [ 'type' => 'string', 'enum' => [ 'ACTIVE', 'PENDING', 'EXPIRED', ], ], 'SettingsGroup' => [ 'type' => 'string', 'max' => 100, ], 'SharedImagePermissions' => [ 'type' => 'structure', 'required' => [ 'sharedAccountId', 'imagePermissions', ], 'members' => [ 'sharedAccountId' => [ 'shape' => 'AwsAccountId', ], 'imagePermissions' => [ 'shape' => 'ImagePermissions', ], ], ], 'SharedImagePermissionsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'SharedImagePermissions', ], ], 'Stack' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Arn' => [ 'shape' => 'Arn', ], 'Name' => [ 'shape' => 'String', ], 'Description' => [ 'shape' => 'String', ], 'DisplayName' => [ 'shape' => 'String', ], 'CreatedTime' => [ 'shape' => 'Timestamp', ], 'StorageConnectors' => [ 'shape' => 'StorageConnectorList', ], 'RedirectURL' => [ 'shape' => 'RedirectURL', ], 'FeedbackURL' => [ 'shape' => 'FeedbackURL', ], 'StackErrors' => [ 'shape' => 'StackErrors', ], 'UserSettings' => [ 'shape' => 'UserSettingList', ], 'ApplicationSettings' => [ 'shape' => 'ApplicationSettingsResponse', ], 'AccessEndpoints' => [ 'shape' => 'AccessEndpointList', ], 'EmbedHostDomains' => [ 'shape' => 'EmbedHostDomains', ], 'StreamingExperienceSettings' => [ 'shape' => 'StreamingExperienceSettings', ], ], ], 'StackAttribute' => [ 'type' => 'string', 'enum' => [ 'STORAGE_CONNECTORS', 'STORAGE_CONNECTOR_HOMEFOLDERS', 'STORAGE_CONNECTOR_GOOGLE_DRIVE', 'STORAGE_CONNECTOR_ONE_DRIVE', 'REDIRECT_URL', 'FEEDBACK_URL', 'THEME_NAME', 'USER_SETTINGS', 'EMBED_HOST_DOMAINS', 'IAM_ROLE_ARN', 'ACCESS_ENDPOINTS', 'STREAMING_EXPERIENCE_SETTINGS', ], ], 'StackAttributes' => [ 'type' => 'list', 'member' => [ 'shape' => 'StackAttribute', ], ], 'StackError' => [ 'type' => 'structure', 'members' => [ 'ErrorCode' => [ 'shape' => 'StackErrorCode', ], 'ErrorMessage' => [ 'shape' => 'String', ], ], ], 'StackErrorCode' => [ 'type' => 'string', 'enum' => [ 'STORAGE_CONNECTOR_ERROR', 'INTERNAL_SERVICE_ERROR', ], ], 'StackErrors' => [ 'type' => 'list', 'member' => [ 'shape' => 'StackError', ], ], 'StackList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Stack', ], ], 'StartAppBlockBuilderRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], ], ], 'StartAppBlockBuilderResult' => [ 'type' => 'structure', 'members' => [ 'AppBlockBuilder' => [ 'shape' => 'AppBlockBuilder', ], ], ], 'StartFleetRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'String', ], ], ], 'StartFleetResult' => [ 'type' => 'structure', 'members' => [], ], 'StartImageBuilderRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'String', ], 'AppstreamAgentVersion' => [ 'shape' => 'AppstreamAgentVersion', ], ], ], 'StartImageBuilderResult' => [ 'type' => 'structure', 'members' => [ 'ImageBuilder' => [ 'shape' => 'ImageBuilder', ], ], ], 'StopAppBlockBuilderRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], ], ], 'StopAppBlockBuilderResult' => [ 'type' => 'structure', 'members' => [ 'AppBlockBuilder' => [ 'shape' => 'AppBlockBuilder', ], ], ], 'StopFleetRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'String', ], ], ], 'StopFleetResult' => [ 'type' => 'structure', 'members' => [], ], 'StopImageBuilderRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'String', ], ], ], 'StopImageBuilderResult' => [ 'type' => 'structure', 'members' => [ 'ImageBuilder' => [ 'shape' => 'ImageBuilder', ], ], ], 'StorageConnector' => [ 'type' => 'structure', 'required' => [ 'ConnectorType', ], 'members' => [ 'ConnectorType' => [ 'shape' => 'StorageConnectorType', ], 'ResourceIdentifier' => [ 'shape' => 'ResourceIdentifier', ], 'Domains' => [ 'shape' => 'DomainList', ], ], ], 'StorageConnectorList' => [ 'type' => 'list', 'member' => [ 'shape' => 'StorageConnector', ], ], 'StorageConnectorType' => [ 'type' => 'string', 'enum' => [ 'HOMEFOLDERS', 'GOOGLE_DRIVE', 'ONE_DRIVE', ], ], 'StreamView' => [ 'type' => 'string', 'enum' => [ 'APP', 'DESKTOP', ], ], 'StreamingExperienceSettings' => [ 'type' => 'structure', 'members' => [ 'PreferredProtocol' => [ 'shape' => 'PreferredProtocol', ], ], ], 'StreamingUrlUserId' => [ 'type' => 'string', 'max' => 32, 'min' => 2, 'pattern' => '[\\w+=,.@-]*', ], 'String' => [ 'type' => 'string', 'min' => 1, ], 'StringList' => [ 'type' => 'list', 'member' => [ 'shape' => 'String', ], ], 'SubnetIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'String', ], ], 'TagKey' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^(^(?!aws:).[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$', ], 'TagKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagKey', ], 'max' => 50, 'min' => 1, ], 'TagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'ResourceArn', 'Tags', ], 'members' => [ 'ResourceArn' => [ 'shape' => 'Arn', ], 'Tags' => [ 'shape' => 'Tags', ], ], ], 'TagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'TagValue' => [ 'type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$', ], 'Tags' => [ 'type' => 'map', 'key' => [ 'shape' => 'TagKey', ], 'value' => [ 'shape' => 'TagValue', ], 'max' => 50, 'min' => 1, ], 'Timestamp' => [ 'type' => 'timestamp', ], 'UntagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'ResourceArn', 'TagKeys', ], 'members' => [ 'ResourceArn' => [ 'shape' => 'Arn', ], 'TagKeys' => [ 'shape' => 'TagKeyList', ], ], ], 'UntagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateAppBlockBuilderRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'Description' => [ 'shape' => 'Description', ], 'DisplayName' => [ 'shape' => 'DisplayName', ], 'Platform' => [ 'shape' => 'PlatformType', ], 'InstanceType' => [ 'shape' => 'String', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'EnableDefaultInternetAccess' => [ 'shape' => 'BooleanObject', ], 'IamRoleArn' => [ 'shape' => 'Arn', ], 'AccessEndpoints' => [ 'shape' => 'AccessEndpointList', ], 'AttributesToDelete' => [ 'shape' => 'AppBlockBuilderAttributes', ], ], ], 'UpdateAppBlockBuilderResult' => [ 'type' => 'structure', 'members' => [ 'AppBlockBuilder' => [ 'shape' => 'AppBlockBuilder', ], ], ], 'UpdateApplicationRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'DisplayName' => [ 'shape' => 'DisplayName', ], 'Description' => [ 'shape' => 'Description', ], 'IconS3Location' => [ 'shape' => 'S3Location', ], 'LaunchPath' => [ 'shape' => 'String', ], 'WorkingDirectory' => [ 'shape' => 'String', ], 'LaunchParameters' => [ 'shape' => 'String', ], 'AppBlockArn' => [ 'shape' => 'Arn', ], 'AttributesToDelete' => [ 'shape' => 'ApplicationAttributes', ], ], ], 'UpdateApplicationResult' => [ 'type' => 'structure', 'members' => [ 'Application' => [ 'shape' => 'Application', ], ], ], 'UpdateDirectoryConfigRequest' => [ 'type' => 'structure', 'required' => [ 'DirectoryName', ], 'members' => [ 'DirectoryName' => [ 'shape' => 'DirectoryName', ], 'OrganizationalUnitDistinguishedNames' => [ 'shape' => 'OrganizationalUnitDistinguishedNamesList', ], 'ServiceAccountCredentials' => [ 'shape' => 'ServiceAccountCredentials', ], 'CertificateBasedAuthProperties' => [ 'shape' => 'CertificateBasedAuthProperties', ], ], ], 'UpdateDirectoryConfigResult' => [ 'type' => 'structure', 'members' => [ 'DirectoryConfig' => [ 'shape' => 'DirectoryConfig', ], ], ], 'UpdateEntitlementRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'StackName', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'StackName' => [ 'shape' => 'Name', ], 'Description' => [ 'shape' => 'Description', ], 'AppVisibility' => [ 'shape' => 'AppVisibility', ], 'Attributes' => [ 'shape' => 'EntitlementAttributeList', ], ], ], 'UpdateEntitlementResult' => [ 'type' => 'structure', 'members' => [ 'Entitlement' => [ 'shape' => 'Entitlement', ], ], ], 'UpdateFleetRequest' => [ 'type' => 'structure', 'members' => [ 'ImageName' => [ 'shape' => 'String', ], 'ImageArn' => [ 'shape' => 'Arn', ], 'Name' => [ 'shape' => 'Name', ], 'InstanceType' => [ 'shape' => 'String', ], 'ComputeCapacity' => [ 'shape' => 'ComputeCapacity', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'MaxUserDurationInSeconds' => [ 'shape' => 'Integer', ], 'DisconnectTimeoutInSeconds' => [ 'shape' => 'Integer', ], 'DeleteVpcConfig' => [ 'shape' => 'Boolean', 'deprecated' => true, ], 'Description' => [ 'shape' => 'Description', ], 'DisplayName' => [ 'shape' => 'DisplayName', ], 'EnableDefaultInternetAccess' => [ 'shape' => 'BooleanObject', ], 'DomainJoinInfo' => [ 'shape' => 'DomainJoinInfo', ], 'IdleDisconnectTimeoutInSeconds' => [ 'shape' => 'Integer', ], 'AttributesToDelete' => [ 'shape' => 'FleetAttributes', ], 'IamRoleArn' => [ 'shape' => 'Arn', ], 'StreamView' => [ 'shape' => 'StreamView', ], 'Platform' => [ 'shape' => 'PlatformType', ], 'MaxConcurrentSessions' => [ 'shape' => 'Integer', ], 'UsbDeviceFilterStrings' => [ 'shape' => 'UsbDeviceFilterStrings', ], 'SessionScriptS3Location' => [ 'shape' => 'S3Location', ], 'MaxSessionsPerInstance' => [ 'shape' => 'Integer', ], ], ], 'UpdateFleetResult' => [ 'type' => 'structure', 'members' => [ 'Fleet' => [ 'shape' => 'Fleet', ], ], ], 'UpdateImagePermissionsRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'SharedAccountId', 'ImagePermissions', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'SharedAccountId' => [ 'shape' => 'AwsAccountId', ], 'ImagePermissions' => [ 'shape' => 'ImagePermissions', ], ], ], 'UpdateImagePermissionsResult' => [ 'type' => 'structure', 'members' => [], ], 'UpdateStackRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'DisplayName' => [ 'shape' => 'DisplayName', ], 'Description' => [ 'shape' => 'Description', ], 'Name' => [ 'shape' => 'String', ], 'StorageConnectors' => [ 'shape' => 'StorageConnectorList', ], 'DeleteStorageConnectors' => [ 'shape' => 'Boolean', 'deprecated' => true, ], 'RedirectURL' => [ 'shape' => 'RedirectURL', ], 'FeedbackURL' => [ 'shape' => 'FeedbackURL', ], 'AttributesToDelete' => [ 'shape' => 'StackAttributes', ], 'UserSettings' => [ 'shape' => 'UserSettingList', ], 'ApplicationSettings' => [ 'shape' => 'ApplicationSettings', ], 'AccessEndpoints' => [ 'shape' => 'AccessEndpointList', ], 'EmbedHostDomains' => [ 'shape' => 'EmbedHostDomains', ], 'StreamingExperienceSettings' => [ 'shape' => 'StreamingExperienceSettings', ], ], ], 'UpdateStackResult' => [ 'type' => 'structure', 'members' => [ 'Stack' => [ 'shape' => 'Stack', ], ], ], 'UsageReportExecutionErrorCode' => [ 'type' => 'string', 'enum' => [ 'RESOURCE_NOT_FOUND', 'ACCESS_DENIED', 'INTERNAL_SERVICE_ERROR', ], ], 'UsageReportSchedule' => [ 'type' => 'string', 'enum' => [ 'DAILY', ], ], 'UsageReportSubscription' => [ 'type' => 'structure', 'members' => [ 'S3BucketName' => [ 'shape' => 'String', ], 'Schedule' => [ 'shape' => 'UsageReportSchedule', ], 'LastGeneratedReportDate' => [ 'shape' => 'Timestamp', ], 'SubscriptionErrors' => [ 'shape' => 'LastReportGenerationExecutionErrors', ], ], ], 'UsageReportSubscriptionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'UsageReportSubscription', ], ], 'UsbDeviceFilterString' => [ 'type' => 'string', 'max' => 100, 'min' => 0, 'pattern' => '^((\\w*)\\s*(\\w*)\\s*\\,\\s*(\\w*)\\s*\\,\\s*\\*?(\\w*)\\s*\\,\\s*\\*?(\\w*)\\s*\\,\\s*\\*?\\d*\\s*\\,\\s*\\*?\\d*\\s*\\,\\s*[0-1]\\s*\\,\\s*[0-1]\\s*)$', ], 'UsbDeviceFilterStrings' => [ 'type' => 'list', 'member' => [ 'shape' => 'UsbDeviceFilterString', ], ], 'User' => [ 'type' => 'structure', 'required' => [ 'AuthenticationType', ], 'members' => [ 'Arn' => [ 'shape' => 'Arn', ], 'UserName' => [ 'shape' => 'Username', ], 'Enabled' => [ 'shape' => 'Boolean', ], 'Status' => [ 'shape' => 'String', ], 'FirstName' => [ 'shape' => 'UserAttributeValue', ], 'LastName' => [ 'shape' => 'UserAttributeValue', ], 'CreatedTime' => [ 'shape' => 'Timestamp', ], 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], ], ], 'UserAttributeValue' => [ 'type' => 'string', 'max' => 2048, 'pattern' => '^[A-Za-z0-9_\\-\\s]+$', 'sensitive' => true, ], 'UserId' => [ 'type' => 'string', 'max' => 128, 'min' => 2, ], 'UserList' => [ 'type' => 'list', 'member' => [ 'shape' => 'User', ], ], 'UserSetting' => [ 'type' => 'structure', 'required' => [ 'Action', 'Permission', ], 'members' => [ 'Action' => [ 'shape' => 'Action', ], 'Permission' => [ 'shape' => 'Permission', ], 'MaximumLength' => [ 'shape' => 'Integer', ], ], ], 'UserSettingList' => [ 'type' => 'list', 'member' => [ 'shape' => 'UserSetting', ], 'min' => 1, ], 'UserStackAssociation' => [ 'type' => 'structure', 'required' => [ 'StackName', 'UserName', 'AuthenticationType', ], 'members' => [ 'StackName' => [ 'shape' => 'String', ], 'UserName' => [ 'shape' => 'Username', ], 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], 'SendEmailNotification' => [ 'shape' => 'Boolean', ], ], ], 'UserStackAssociationError' => [ 'type' => 'structure', 'members' => [ 'UserStackAssociation' => [ 'shape' => 'UserStackAssociation', ], 'ErrorCode' => [ 'shape' => 'UserStackAssociationErrorCode', ], 'ErrorMessage' => [ 'shape' => 'String', ], ], ], 'UserStackAssociationErrorCode' => [ 'type' => 'string', 'enum' => [ 'STACK_NOT_FOUND', 'USER_NAME_NOT_FOUND', 'DIRECTORY_NOT_FOUND', 'INTERNAL_ERROR', ], ], 'UserStackAssociationErrorList' => [ 'type' => 'list', 'member' => [ 'shape' => 'UserStackAssociationError', ], ], 'UserStackAssociationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'UserStackAssociation', ], 'max' => 25, 'min' => 1, ], 'Username' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+', 'sensitive' => true, ], 'VisibilityType' => [ 'type' => 'string', 'enum' => [ 'PUBLIC', 'PRIVATE', 'SHARED', ], ], 'VpcConfig' => [ 'type' => 'structure', 'members' => [ 'SubnetIds' => [ 'shape' => 'SubnetIdList', ], 'SecurityGroupIds' => [ 'shape' => 'SecurityGroupIdList', ], ], ], ],]; +return [ 'version' => '2.0', 'metadata' => [ 'apiVersion' => '2016-12-01', 'endpointPrefix' => 'appstream2', 'jsonVersion' => '1.1', 'protocol' => 'json', 'protocols' => [ 'json', ], 'serviceFullName' => 'Amazon AppStream', 'serviceId' => 'AppStream', 'signatureVersion' => 'v4', 'signingName' => 'appstream', 'targetPrefix' => 'PhotonAdminProxyService', 'uid' => 'appstream-2016-12-01', 'auth' => [ 'aws.auth#sigv4', ], ], 'operations' => [ 'AssociateAppBlockBuilderAppBlock' => [ 'name' => 'AssociateAppBlockBuilderAppBlock', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'AssociateAppBlockBuilderAppBlockRequest', ], 'output' => [ 'shape' => 'AssociateAppBlockBuilderAppBlockResult', ], 'errors' => [ [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'AssociateApplicationFleet' => [ 'name' => 'AssociateApplicationFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'AssociateApplicationFleetRequest', ], 'output' => [ 'shape' => 'AssociateApplicationFleetResult', ], 'errors' => [ [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'AssociateApplicationToEntitlement' => [ 'name' => 'AssociateApplicationToEntitlement', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'AssociateApplicationToEntitlementRequest', ], 'output' => [ 'shape' => 'AssociateApplicationToEntitlementResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'EntitlementNotFoundException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'AssociateFleet' => [ 'name' => 'AssociateFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'AssociateFleetRequest', ], 'output' => [ 'shape' => 'AssociateFleetResult', ], 'errors' => [ [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'IncompatibleImageException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'BatchAssociateUserStack' => [ 'name' => 'BatchAssociateUserStack', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchAssociateUserStackRequest', ], 'output' => [ 'shape' => 'BatchAssociateUserStackResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'InvalidParameterCombinationException', ], ], ], 'BatchDisassociateUserStack' => [ 'name' => 'BatchDisassociateUserStack', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchDisassociateUserStackRequest', ], 'output' => [ 'shape' => 'BatchDisassociateUserStackResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'InvalidParameterCombinationException', ], ], ], 'CopyImage' => [ 'name' => 'CopyImage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CopyImageRequest', ], 'output' => [ 'shape' => 'CopyImageResponse', ], 'errors' => [ [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'IncompatibleImageException', ], ], ], 'CreateAppBlock' => [ 'name' => 'CreateAppBlock', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateAppBlockRequest', ], 'output' => [ 'shape' => 'CreateAppBlockResult', ], 'errors' => [ [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceAlreadyExistsException', ], ], ], 'CreateAppBlockBuilder' => [ 'name' => 'CreateAppBlockBuilder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateAppBlockBuilderRequest', ], 'output' => [ 'shape' => 'CreateAppBlockBuilderResult', ], 'errors' => [ [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'RequestLimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InvalidParameterCombinationException', ], ], ], 'CreateAppBlockBuilderStreamingURL' => [ 'name' => 'CreateAppBlockBuilderStreamingURL', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateAppBlockBuilderStreamingURLRequest', ], 'output' => [ 'shape' => 'CreateAppBlockBuilderStreamingURLResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'CreateApplication' => [ 'name' => 'CreateApplication', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateApplicationRequest', ], 'output' => [ 'shape' => 'CreateApplicationResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'CreateDirectoryConfig' => [ 'name' => 'CreateDirectoryConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateDirectoryConfigRequest', ], 'output' => [ 'shape' => 'CreateDirectoryConfigResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'InvalidRoleException', ], ], ], 'CreateEntitlement' => [ 'name' => 'CreateEntitlement', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateEntitlementRequest', ], 'output' => [ 'shape' => 'CreateEntitlementResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'EntitlementAlreadyExistsException', ], ], ], 'CreateFleet' => [ 'name' => 'CreateFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateFleetRequest', ], 'output' => [ 'shape' => 'CreateFleetResult', ], 'errors' => [ [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'RequestLimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'IncompatibleImageException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'CreateImageBuilder' => [ 'name' => 'CreateImageBuilder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateImageBuilderRequest', ], 'output' => [ 'shape' => 'CreateImageBuilderResult', ], 'errors' => [ [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'RequestLimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'IncompatibleImageException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'CreateImageBuilderStreamingURL' => [ 'name' => 'CreateImageBuilderStreamingURL', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateImageBuilderStreamingURLRequest', ], 'output' => [ 'shape' => 'CreateImageBuilderStreamingURLResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'CreateStack' => [ 'name' => 'CreateStack', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateStackRequest', ], 'output' => [ 'shape' => 'CreateStackResult', ], 'errors' => [ [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'CreateStreamingURL' => [ 'name' => 'CreateStreamingURL', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateStreamingURLRequest', ], 'output' => [ 'shape' => 'CreateStreamingURLResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'InvalidParameterCombinationException', ], ], ], 'CreateThemeForStack' => [ 'name' => 'CreateThemeForStack', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateThemeForStackRequest', ], 'output' => [ 'shape' => 'CreateThemeForStackResult', ], 'errors' => [ [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'CreateUpdatedImage' => [ 'name' => 'CreateUpdatedImage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateUpdatedImageRequest', ], 'output' => [ 'shape' => 'CreateUpdatedImageResult', ], 'errors' => [ [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'IncompatibleImageException', ], ], ], 'CreateUsageReportSubscription' => [ 'name' => 'CreateUsageReportSubscription', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateUsageReportSubscriptionRequest', ], 'output' => [ 'shape' => 'CreateUsageReportSubscriptionResult', ], 'errors' => [ [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'CreateUser' => [ 'name' => 'CreateUser', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateUserRequest', ], 'output' => [ 'shape' => 'CreateUserResult', ], 'errors' => [ [ 'shape' => 'ResourceAlreadyExistsException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'DeleteAppBlock' => [ 'name' => 'DeleteAppBlock', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteAppBlockRequest', ], 'output' => [ 'shape' => 'DeleteAppBlockResult', ], 'errors' => [ [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DeleteAppBlockBuilder' => [ 'name' => 'DeleteAppBlockBuilder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteAppBlockBuilderRequest', ], 'output' => [ 'shape' => 'DeleteAppBlockBuilderResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DeleteApplication' => [ 'name' => 'DeleteApplication', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteApplicationRequest', ], 'output' => [ 'shape' => 'DeleteApplicationResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteDirectoryConfig' => [ 'name' => 'DeleteDirectoryConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteDirectoryConfigRequest', ], 'output' => [ 'shape' => 'DeleteDirectoryConfigResult', ], 'errors' => [ [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DeleteEntitlement' => [ 'name' => 'DeleteEntitlement', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteEntitlementRequest', ], 'output' => [ 'shape' => 'DeleteEntitlementResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'EntitlementNotFoundException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteFleet' => [ 'name' => 'DeleteFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteFleetRequest', ], 'output' => [ 'shape' => 'DeleteFleetResult', ], 'errors' => [ [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteImage' => [ 'name' => 'DeleteImage', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteImageRequest', ], 'output' => [ 'shape' => 'DeleteImageResult', ], 'errors' => [ [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteImageBuilder' => [ 'name' => 'DeleteImageBuilder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteImageBuilderRequest', ], 'output' => [ 'shape' => 'DeleteImageBuilderResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteImagePermissions' => [ 'name' => 'DeleteImagePermissions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteImagePermissionsRequest', ], 'output' => [ 'shape' => 'DeleteImagePermissionsResult', ], 'errors' => [ [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DeleteStack' => [ 'name' => 'DeleteStack', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteStackRequest', ], 'output' => [ 'shape' => 'DeleteStackResult', ], 'errors' => [ [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'DeleteThemeForStack' => [ 'name' => 'DeleteThemeForStack', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteThemeForStackRequest', ], 'output' => [ 'shape' => 'DeleteThemeForStackResult', ], 'errors' => [ [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'DeleteUsageReportSubscription' => [ 'name' => 'DeleteUsageReportSubscription', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteUsageReportSubscriptionRequest', ], 'output' => [ 'shape' => 'DeleteUsageReportSubscriptionResult', ], 'errors' => [ [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DeleteUser' => [ 'name' => 'DeleteUser', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteUserRequest', ], 'output' => [ 'shape' => 'DeleteUserResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DescribeAppBlockBuilderAppBlockAssociations' => [ 'name' => 'DescribeAppBlockBuilderAppBlockAssociations', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeAppBlockBuilderAppBlockAssociationsRequest', ], 'output' => [ 'shape' => 'DescribeAppBlockBuilderAppBlockAssociationsResult', ], 'errors' => [ [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'DescribeAppBlockBuilders' => [ 'name' => 'DescribeAppBlockBuilders', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeAppBlockBuildersRequest', ], 'output' => [ 'shape' => 'DescribeAppBlockBuildersResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DescribeAppBlocks' => [ 'name' => 'DescribeAppBlocks', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeAppBlocksRequest', ], 'output' => [ 'shape' => 'DescribeAppBlocksResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DescribeApplicationFleetAssociations' => [ 'name' => 'DescribeApplicationFleetAssociations', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeApplicationFleetAssociationsRequest', ], 'output' => [ 'shape' => 'DescribeApplicationFleetAssociationsResult', ], 'errors' => [ [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'DescribeApplications' => [ 'name' => 'DescribeApplications', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeApplicationsRequest', ], 'output' => [ 'shape' => 'DescribeApplicationsResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DescribeDirectoryConfigs' => [ 'name' => 'DescribeDirectoryConfigs', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeDirectoryConfigsRequest', ], 'output' => [ 'shape' => 'DescribeDirectoryConfigsResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DescribeEntitlements' => [ 'name' => 'DescribeEntitlements', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeEntitlementsRequest', ], 'output' => [ 'shape' => 'DescribeEntitlementsResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'EntitlementNotFoundException', ], ], ], 'DescribeFleets' => [ 'name' => 'DescribeFleets', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeFleetsRequest', ], 'output' => [ 'shape' => 'DescribeFleetsResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DescribeImageBuilders' => [ 'name' => 'DescribeImageBuilders', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeImageBuildersRequest', ], 'output' => [ 'shape' => 'DescribeImageBuildersResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DescribeImagePermissions' => [ 'name' => 'DescribeImagePermissions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeImagePermissionsRequest', ], 'output' => [ 'shape' => 'DescribeImagePermissionsResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DescribeImages' => [ 'name' => 'DescribeImages', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeImagesRequest', ], 'output' => [ 'shape' => 'DescribeImagesResult', ], 'errors' => [ [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DescribeSessions' => [ 'name' => 'DescribeSessions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeSessionsRequest', ], 'output' => [ 'shape' => 'DescribeSessionsResult', ], 'errors' => [ [ 'shape' => 'InvalidParameterCombinationException', ], ], ], 'DescribeStacks' => [ 'name' => 'DescribeStacks', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeStacksRequest', ], 'output' => [ 'shape' => 'DescribeStacksResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DescribeThemeForStack' => [ 'name' => 'DescribeThemeForStack', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeThemeForStackRequest', ], 'output' => [ 'shape' => 'DescribeThemeForStackResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'DescribeUsageReportSubscriptions' => [ 'name' => 'DescribeUsageReportSubscriptions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeUsageReportSubscriptionsRequest', ], 'output' => [ 'shape' => 'DescribeUsageReportSubscriptionsResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InvalidAccountStatusException', ], ], ], 'DescribeUserStackAssociations' => [ 'name' => 'DescribeUserStackAssociations', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeUserStackAssociationsRequest', ], 'output' => [ 'shape' => 'DescribeUserStackAssociationsResult', ], 'errors' => [ [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'DescribeUsers' => [ 'name' => 'DescribeUsers', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DescribeUsersRequest', ], 'output' => [ 'shape' => 'DescribeUsersResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'DisableUser' => [ 'name' => 'DisableUser', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DisableUserRequest', ], 'output' => [ 'shape' => 'DisableUserResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DisassociateAppBlockBuilderAppBlock' => [ 'name' => 'DisassociateAppBlockBuilderAppBlock', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DisassociateAppBlockBuilderAppBlockRequest', ], 'output' => [ 'shape' => 'DisassociateAppBlockBuilderAppBlockResult', ], 'errors' => [ [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DisassociateApplicationFleet' => [ 'name' => 'DisassociateApplicationFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DisassociateApplicationFleetRequest', ], 'output' => [ 'shape' => 'DisassociateApplicationFleetResult', ], 'errors' => [ [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'DisassociateApplicationFromEntitlement' => [ 'name' => 'DisassociateApplicationFromEntitlement', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DisassociateApplicationFromEntitlementRequest', ], 'output' => [ 'shape' => 'DisassociateApplicationFromEntitlementResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'EntitlementNotFoundException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'DisassociateFleet' => [ 'name' => 'DisassociateFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DisassociateFleetRequest', ], 'output' => [ 'shape' => 'DisassociateFleetResult', ], 'errors' => [ [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'EnableUser' => [ 'name' => 'EnableUser', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'EnableUserRequest', ], 'output' => [ 'shape' => 'EnableUserResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'InvalidAccountStatusException', ], ], ], 'ExpireSession' => [ 'name' => 'ExpireSession', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ExpireSessionRequest', ], 'output' => [ 'shape' => 'ExpireSessionResult', ], ], 'ListAssociatedFleets' => [ 'name' => 'ListAssociatedFleets', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListAssociatedFleetsRequest', ], 'output' => [ 'shape' => 'ListAssociatedFleetsResult', ], ], 'ListAssociatedStacks' => [ 'name' => 'ListAssociatedStacks', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListAssociatedStacksRequest', ], 'output' => [ 'shape' => 'ListAssociatedStacksResult', ], ], 'ListEntitledApplications' => [ 'name' => 'ListEntitledApplications', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListEntitledApplicationsRequest', ], 'output' => [ 'shape' => 'ListEntitledApplicationsResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'EntitlementNotFoundException', ], ], ], 'ListTagsForResource' => [ 'name' => 'ListTagsForResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTagsForResourceRequest', ], 'output' => [ 'shape' => 'ListTagsForResourceResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], ], ], 'StartAppBlockBuilder' => [ 'name' => 'StartAppBlockBuilder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartAppBlockBuilderRequest', ], 'output' => [ 'shape' => 'StartAppBlockBuilderResult', ], 'errors' => [ [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'RequestLimitExceededException', ], [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'StartFleet' => [ 'name' => 'StartFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartFleetRequest', ], 'output' => [ 'shape' => 'StartFleetResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'RequestLimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'InvalidRoleException', ], ], ], 'StartImageBuilder' => [ 'name' => 'StartImageBuilder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartImageBuilderRequest', ], 'output' => [ 'shape' => 'StartImageBuilderResult', ], 'errors' => [ [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'IncompatibleImageException', ], ], ], 'StopAppBlockBuilder' => [ 'name' => 'StopAppBlockBuilder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopAppBlockBuilderRequest', ], 'output' => [ 'shape' => 'StopAppBlockBuilderResult', ], 'errors' => [ [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'StopFleet' => [ 'name' => 'StopFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopFleetRequest', ], 'output' => [ 'shape' => 'StopFleetResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'StopImageBuilder' => [ 'name' => 'StopImageBuilder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopImageBuilderRequest', ], 'output' => [ 'shape' => 'StopImageBuilderResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'TagResource' => [ 'name' => 'TagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'TagResourceRequest', ], 'output' => [ 'shape' => 'TagResourceResponse', ], 'errors' => [ [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'UntagResource' => [ 'name' => 'UntagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UntagResourceRequest', ], 'output' => [ 'shape' => 'UntagResourceResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], ], ], 'UpdateAppBlockBuilder' => [ 'name' => 'UpdateAppBlockBuilder', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateAppBlockBuilderRequest', ], 'output' => [ 'shape' => 'UpdateAppBlockBuilderResult', ], 'errors' => [ [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'RequestLimitExceededException', ], [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'UpdateApplication' => [ 'name' => 'UpdateApplication', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateApplicationRequest', ], 'output' => [ 'shape' => 'UpdateApplicationResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'UpdateDirectoryConfig' => [ 'name' => 'UpdateDirectoryConfig', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateDirectoryConfigRequest', ], 'output' => [ 'shape' => 'UpdateDirectoryConfigResult', ], 'errors' => [ [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'InvalidRoleException', ], ], ], 'UpdateEntitlement' => [ 'name' => 'UpdateEntitlement', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateEntitlementRequest', ], 'output' => [ 'shape' => 'UpdateEntitlementResult', ], 'errors' => [ [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'EntitlementNotFoundException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'UpdateFleet' => [ 'name' => 'UpdateFleet', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateFleetRequest', ], 'output' => [ 'shape' => 'UpdateFleetResult', ], 'errors' => [ [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'RequestLimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'IncompatibleImageException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], 'UpdateImagePermissions' => [ 'name' => 'UpdateImagePermissions', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateImagePermissionsRequest', ], 'output' => [ 'shape' => 'UpdateImagePermissionsResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ResourceNotAvailableException', ], [ 'shape' => 'LimitExceededException', ], ], ], 'UpdateStack' => [ 'name' => 'UpdateStack', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateStackRequest', ], 'output' => [ 'shape' => 'UpdateStackResult', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ResourceInUseException', ], [ 'shape' => 'InvalidRoleException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'IncompatibleImageException', ], [ 'shape' => 'OperationNotPermittedException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'UpdateThemeForStack' => [ 'name' => 'UpdateThemeForStack', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateThemeForStackRequest', ], 'output' => [ 'shape' => 'UpdateThemeForStackResult', ], 'errors' => [ [ 'shape' => 'ConcurrentModificationException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'LimitExceededException', ], [ 'shape' => 'InvalidAccountStatusException', ], [ 'shape' => 'InvalidParameterCombinationException', ], [ 'shape' => 'OperationNotPermittedException', ], ], ], ], 'shapes' => [ 'AccessEndpoint' => [ 'type' => 'structure', 'required' => [ 'EndpointType', ], 'members' => [ 'EndpointType' => [ 'shape' => 'AccessEndpointType', ], 'VpceId' => [ 'shape' => 'String', ], ], ], 'AccessEndpointList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AccessEndpoint', ], 'max' => 4, 'min' => 1, ], 'AccessEndpointType' => [ 'type' => 'string', 'enum' => [ 'STREAMING', ], ], 'AccountName' => [ 'type' => 'string', 'min' => 1, 'sensitive' => true, ], 'AccountPassword' => [ 'type' => 'string', 'max' => 127, 'min' => 1, 'sensitive' => true, ], 'Action' => [ 'type' => 'string', 'enum' => [ 'CLIPBOARD_COPY_FROM_LOCAL_DEVICE', 'CLIPBOARD_COPY_TO_LOCAL_DEVICE', 'FILE_UPLOAD', 'FILE_DOWNLOAD', 'PRINTING_TO_LOCAL_DEVICE', 'DOMAIN_PASSWORD_SIGNIN', 'DOMAIN_SMART_CARD_SIGNIN', ], ], 'AppBlock' => [ 'type' => 'structure', 'required' => [ 'Name', 'Arn', ], 'members' => [ 'Name' => [ 'shape' => 'String', ], 'Arn' => [ 'shape' => 'Arn', ], 'Description' => [ 'shape' => 'String', ], 'DisplayName' => [ 'shape' => 'String', ], 'SourceS3Location' => [ 'shape' => 'S3Location', ], 'SetupScriptDetails' => [ 'shape' => 'ScriptDetails', ], 'CreatedTime' => [ 'shape' => 'Timestamp', ], 'PostSetupScriptDetails' => [ 'shape' => 'ScriptDetails', ], 'PackagingType' => [ 'shape' => 'PackagingType', ], 'State' => [ 'shape' => 'AppBlockState', ], 'AppBlockErrors' => [ 'shape' => 'ErrorDetailsList', ], ], ], 'AppBlockBuilder' => [ 'type' => 'structure', 'required' => [ 'Arn', 'Name', 'Platform', 'InstanceType', 'VpcConfig', 'State', ], 'members' => [ 'Arn' => [ 'shape' => 'Arn', ], 'Name' => [ 'shape' => 'String', ], 'DisplayName' => [ 'shape' => 'String', ], 'Description' => [ 'shape' => 'String', ], 'Platform' => [ 'shape' => 'AppBlockBuilderPlatformType', ], 'InstanceType' => [ 'shape' => 'String', ], 'EnableDefaultInternetAccess' => [ 'shape' => 'BooleanObject', ], 'IamRoleArn' => [ 'shape' => 'Arn', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'State' => [ 'shape' => 'AppBlockBuilderState', ], 'CreatedTime' => [ 'shape' => 'Timestamp', ], 'AppBlockBuilderErrors' => [ 'shape' => 'ResourceErrors', ], 'StateChangeReason' => [ 'shape' => 'AppBlockBuilderStateChangeReason', ], 'AccessEndpoints' => [ 'shape' => 'AccessEndpointList', ], ], ], 'AppBlockBuilderAppBlockAssociation' => [ 'type' => 'structure', 'required' => [ 'AppBlockArn', 'AppBlockBuilderName', ], 'members' => [ 'AppBlockArn' => [ 'shape' => 'Arn', ], 'AppBlockBuilderName' => [ 'shape' => 'Name', ], ], ], 'AppBlockBuilderAppBlockAssociationsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AppBlockBuilderAppBlockAssociation', ], 'max' => 25, 'min' => 1, ], 'AppBlockBuilderAttribute' => [ 'type' => 'string', 'enum' => [ 'IAM_ROLE_ARN', 'ACCESS_ENDPOINTS', 'VPC_CONFIGURATION_SECURITY_GROUP_IDS', ], ], 'AppBlockBuilderAttributes' => [ 'type' => 'list', 'member' => [ 'shape' => 'AppBlockBuilderAttribute', ], ], 'AppBlockBuilderList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AppBlockBuilder', ], ], 'AppBlockBuilderPlatformType' => [ 'type' => 'string', 'enum' => [ 'WINDOWS_SERVER_2019', ], ], 'AppBlockBuilderState' => [ 'type' => 'string', 'enum' => [ 'STARTING', 'RUNNING', 'STOPPING', 'STOPPED', ], ], 'AppBlockBuilderStateChangeReason' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'AppBlockBuilderStateChangeReasonCode', ], 'Message' => [ 'shape' => 'String', ], ], ], 'AppBlockBuilderStateChangeReasonCode' => [ 'type' => 'string', 'enum' => [ 'INTERNAL_ERROR', ], ], 'AppBlockState' => [ 'type' => 'string', 'enum' => [ 'INACTIVE', 'ACTIVE', ], ], 'AppBlocks' => [ 'type' => 'list', 'member' => [ 'shape' => 'AppBlock', ], ], 'AppVisibility' => [ 'type' => 'string', 'enum' => [ 'ALL', 'ASSOCIATED', ], ], 'Application' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'String', ], 'DisplayName' => [ 'shape' => 'String', ], 'IconURL' => [ 'shape' => 'String', ], 'LaunchPath' => [ 'shape' => 'String', ], 'LaunchParameters' => [ 'shape' => 'String', ], 'Enabled' => [ 'shape' => 'Boolean', ], 'Metadata' => [ 'shape' => 'Metadata', ], 'WorkingDirectory' => [ 'shape' => 'String', ], 'Description' => [ 'shape' => 'String', ], 'Arn' => [ 'shape' => 'Arn', ], 'AppBlockArn' => [ 'shape' => 'Arn', ], 'IconS3Location' => [ 'shape' => 'S3Location', ], 'Platforms' => [ 'shape' => 'Platforms', ], 'InstanceFamilies' => [ 'shape' => 'StringList', ], 'CreatedTime' => [ 'shape' => 'Timestamp', ], ], ], 'ApplicationAttribute' => [ 'type' => 'string', 'enum' => [ 'LAUNCH_PARAMETERS', 'WORKING_DIRECTORY', ], ], 'ApplicationAttributes' => [ 'type' => 'list', 'member' => [ 'shape' => 'ApplicationAttribute', ], 'max' => 2, ], 'ApplicationFleetAssociation' => [ 'type' => 'structure', 'required' => [ 'FleetName', 'ApplicationArn', ], 'members' => [ 'FleetName' => [ 'shape' => 'String', ], 'ApplicationArn' => [ 'shape' => 'Arn', ], ], ], 'ApplicationFleetAssociationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ApplicationFleetAssociation', ], 'max' => 25, 'min' => 1, ], 'ApplicationSettings' => [ 'type' => 'structure', 'required' => [ 'Enabled', ], 'members' => [ 'Enabled' => [ 'shape' => 'Boolean', ], 'SettingsGroup' => [ 'shape' => 'SettingsGroup', ], ], ], 'ApplicationSettingsResponse' => [ 'type' => 'structure', 'members' => [ 'Enabled' => [ 'shape' => 'Boolean', ], 'SettingsGroup' => [ 'shape' => 'SettingsGroup', ], 'S3BucketName' => [ 'shape' => 'String', ], ], ], 'Applications' => [ 'type' => 'list', 'member' => [ 'shape' => 'Application', ], ], 'AppstreamAgentVersion' => [ 'type' => 'string', 'max' => 100, 'min' => 1, ], 'Arn' => [ 'type' => 'string', 'pattern' => '^arn:aws(?:\\-cn|\\-iso\\-b|\\-iso|\\-us\\-gov)?:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.\\\\-]{0,1023}$', ], 'ArnList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Arn', ], ], 'AssociateAppBlockBuilderAppBlockRequest' => [ 'type' => 'structure', 'required' => [ 'AppBlockArn', 'AppBlockBuilderName', ], 'members' => [ 'AppBlockArn' => [ 'shape' => 'Arn', ], 'AppBlockBuilderName' => [ 'shape' => 'Name', ], ], ], 'AssociateAppBlockBuilderAppBlockResult' => [ 'type' => 'structure', 'members' => [ 'AppBlockBuilderAppBlockAssociation' => [ 'shape' => 'AppBlockBuilderAppBlockAssociation', ], ], ], 'AssociateApplicationFleetRequest' => [ 'type' => 'structure', 'required' => [ 'FleetName', 'ApplicationArn', ], 'members' => [ 'FleetName' => [ 'shape' => 'Name', ], 'ApplicationArn' => [ 'shape' => 'Arn', ], ], ], 'AssociateApplicationFleetResult' => [ 'type' => 'structure', 'members' => [ 'ApplicationFleetAssociation' => [ 'shape' => 'ApplicationFleetAssociation', ], ], ], 'AssociateApplicationToEntitlementRequest' => [ 'type' => 'structure', 'required' => [ 'StackName', 'EntitlementName', 'ApplicationIdentifier', ], 'members' => [ 'StackName' => [ 'shape' => 'Name', ], 'EntitlementName' => [ 'shape' => 'Name', ], 'ApplicationIdentifier' => [ 'shape' => 'String', ], ], ], 'AssociateApplicationToEntitlementResult' => [ 'type' => 'structure', 'members' => [], ], 'AssociateFleetRequest' => [ 'type' => 'structure', 'required' => [ 'FleetName', 'StackName', ], 'members' => [ 'FleetName' => [ 'shape' => 'String', ], 'StackName' => [ 'shape' => 'String', ], ], ], 'AssociateFleetResult' => [ 'type' => 'structure', 'members' => [], ], 'AuthenticationType' => [ 'type' => 'string', 'enum' => [ 'API', 'SAML', 'USERPOOL', 'AWS_AD', ], ], 'AwsAccountId' => [ 'type' => 'string', 'pattern' => '^\\d+$', ], 'AwsAccountIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AwsAccountId', ], 'max' => 5, 'min' => 1, ], 'BatchAssociateUserStackRequest' => [ 'type' => 'structure', 'required' => [ 'UserStackAssociations', ], 'members' => [ 'UserStackAssociations' => [ 'shape' => 'UserStackAssociationList', ], ], ], 'BatchAssociateUserStackResult' => [ 'type' => 'structure', 'members' => [ 'errors' => [ 'shape' => 'UserStackAssociationErrorList', ], ], ], 'BatchDisassociateUserStackRequest' => [ 'type' => 'structure', 'required' => [ 'UserStackAssociations', ], 'members' => [ 'UserStackAssociations' => [ 'shape' => 'UserStackAssociationList', ], ], ], 'BatchDisassociateUserStackResult' => [ 'type' => 'structure', 'members' => [ 'errors' => [ 'shape' => 'UserStackAssociationErrorList', ], ], ], 'Boolean' => [ 'type' => 'boolean', ], 'BooleanObject' => [ 'type' => 'boolean', ], 'CertificateBasedAuthProperties' => [ 'type' => 'structure', 'members' => [ 'Status' => [ 'shape' => 'CertificateBasedAuthStatus', ], 'CertificateAuthorityArn' => [ 'shape' => 'Arn', ], ], ], 'CertificateBasedAuthStatus' => [ 'type' => 'string', 'enum' => [ 'DISABLED', 'ENABLED', 'ENABLED_NO_DIRECTORY_LOGIN_FALLBACK', ], ], 'ComputeCapacity' => [ 'type' => 'structure', 'members' => [ 'DesiredInstances' => [ 'shape' => 'Integer', ], 'DesiredSessions' => [ 'shape' => 'Integer', ], ], ], 'ComputeCapacityStatus' => [ 'type' => 'structure', 'required' => [ 'Desired', ], 'members' => [ 'Desired' => [ 'shape' => 'Integer', ], 'Running' => [ 'shape' => 'Integer', ], 'InUse' => [ 'shape' => 'Integer', ], 'Available' => [ 'shape' => 'Integer', ], 'DesiredUserSessions' => [ 'shape' => 'Integer', ], 'AvailableUserSessions' => [ 'shape' => 'Integer', ], 'ActiveUserSessions' => [ 'shape' => 'Integer', ], 'ActualUserSessions' => [ 'shape' => 'Integer', ], ], ], 'ConcurrentModificationException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'CopyImageRequest' => [ 'type' => 'structure', 'required' => [ 'SourceImageName', 'DestinationImageName', 'DestinationRegion', ], 'members' => [ 'SourceImageName' => [ 'shape' => 'Name', ], 'DestinationImageName' => [ 'shape' => 'Name', ], 'DestinationRegion' => [ 'shape' => 'RegionName', ], 'DestinationImageDescription' => [ 'shape' => 'Description', ], ], ], 'CopyImageResponse' => [ 'type' => 'structure', 'members' => [ 'DestinationImageName' => [ 'shape' => 'Name', ], ], ], 'CreateAppBlockBuilderRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'Platform', 'InstanceType', 'VpcConfig', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'Description' => [ 'shape' => 'Description', ], 'DisplayName' => [ 'shape' => 'DisplayName', ], 'Tags' => [ 'shape' => 'Tags', ], 'Platform' => [ 'shape' => 'AppBlockBuilderPlatformType', ], 'InstanceType' => [ 'shape' => 'String', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'EnableDefaultInternetAccess' => [ 'shape' => 'BooleanObject', ], 'IamRoleArn' => [ 'shape' => 'Arn', ], 'AccessEndpoints' => [ 'shape' => 'AccessEndpointList', ], ], ], 'CreateAppBlockBuilderResult' => [ 'type' => 'structure', 'members' => [ 'AppBlockBuilder' => [ 'shape' => 'AppBlockBuilder', ], ], ], 'CreateAppBlockBuilderStreamingURLRequest' => [ 'type' => 'structure', 'required' => [ 'AppBlockBuilderName', ], 'members' => [ 'AppBlockBuilderName' => [ 'shape' => 'Name', ], 'Validity' => [ 'shape' => 'Long', ], ], ], 'CreateAppBlockBuilderStreamingURLResult' => [ 'type' => 'structure', 'members' => [ 'StreamingURL' => [ 'shape' => 'String', ], 'Expires' => [ 'shape' => 'Timestamp', ], ], ], 'CreateAppBlockRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'SourceS3Location', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'Description' => [ 'shape' => 'Description', ], 'DisplayName' => [ 'shape' => 'DisplayName', ], 'SourceS3Location' => [ 'shape' => 'S3Location', ], 'SetupScriptDetails' => [ 'shape' => 'ScriptDetails', ], 'Tags' => [ 'shape' => 'Tags', ], 'PostSetupScriptDetails' => [ 'shape' => 'ScriptDetails', ], 'PackagingType' => [ 'shape' => 'PackagingType', ], ], ], 'CreateAppBlockResult' => [ 'type' => 'structure', 'members' => [ 'AppBlock' => [ 'shape' => 'AppBlock', ], ], ], 'CreateApplicationRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'IconS3Location', 'LaunchPath', 'Platforms', 'InstanceFamilies', 'AppBlockArn', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'DisplayName' => [ 'shape' => 'DisplayName', ], 'Description' => [ 'shape' => 'Description', ], 'IconS3Location' => [ 'shape' => 'S3Location', ], 'LaunchPath' => [ 'shape' => 'String', ], 'WorkingDirectory' => [ 'shape' => 'String', ], 'LaunchParameters' => [ 'shape' => 'String', ], 'Platforms' => [ 'shape' => 'Platforms', ], 'InstanceFamilies' => [ 'shape' => 'StringList', ], 'AppBlockArn' => [ 'shape' => 'Arn', ], 'Tags' => [ 'shape' => 'Tags', ], ], ], 'CreateApplicationResult' => [ 'type' => 'structure', 'members' => [ 'Application' => [ 'shape' => 'Application', ], ], ], 'CreateDirectoryConfigRequest' => [ 'type' => 'structure', 'required' => [ 'DirectoryName', 'OrganizationalUnitDistinguishedNames', ], 'members' => [ 'DirectoryName' => [ 'shape' => 'DirectoryName', ], 'OrganizationalUnitDistinguishedNames' => [ 'shape' => 'OrganizationalUnitDistinguishedNamesList', ], 'ServiceAccountCredentials' => [ 'shape' => 'ServiceAccountCredentials', ], 'CertificateBasedAuthProperties' => [ 'shape' => 'CertificateBasedAuthProperties', ], ], ], 'CreateDirectoryConfigResult' => [ 'type' => 'structure', 'members' => [ 'DirectoryConfig' => [ 'shape' => 'DirectoryConfig', ], ], ], 'CreateEntitlementRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'StackName', 'AppVisibility', 'Attributes', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'StackName' => [ 'shape' => 'Name', ], 'Description' => [ 'shape' => 'Description', ], 'AppVisibility' => [ 'shape' => 'AppVisibility', ], 'Attributes' => [ 'shape' => 'EntitlementAttributeList', ], ], ], 'CreateEntitlementResult' => [ 'type' => 'structure', 'members' => [ 'Entitlement' => [ 'shape' => 'Entitlement', ], ], ], 'CreateFleetRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'InstanceType', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'ImageName' => [ 'shape' => 'Name', ], 'ImageArn' => [ 'shape' => 'Arn', ], 'InstanceType' => [ 'shape' => 'String', ], 'FleetType' => [ 'shape' => 'FleetType', ], 'ComputeCapacity' => [ 'shape' => 'ComputeCapacity', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'MaxUserDurationInSeconds' => [ 'shape' => 'Integer', ], 'DisconnectTimeoutInSeconds' => [ 'shape' => 'Integer', ], 'Description' => [ 'shape' => 'Description', ], 'DisplayName' => [ 'shape' => 'DisplayName', ], 'EnableDefaultInternetAccess' => [ 'shape' => 'BooleanObject', ], 'DomainJoinInfo' => [ 'shape' => 'DomainJoinInfo', ], 'Tags' => [ 'shape' => 'Tags', ], 'IdleDisconnectTimeoutInSeconds' => [ 'shape' => 'Integer', ], 'IamRoleArn' => [ 'shape' => 'Arn', ], 'StreamView' => [ 'shape' => 'StreamView', ], 'Platform' => [ 'shape' => 'PlatformType', ], 'MaxConcurrentSessions' => [ 'shape' => 'Integer', ], 'UsbDeviceFilterStrings' => [ 'shape' => 'UsbDeviceFilterStrings', ], 'SessionScriptS3Location' => [ 'shape' => 'S3Location', ], 'MaxSessionsPerInstance' => [ 'shape' => 'Integer', ], ], ], 'CreateFleetResult' => [ 'type' => 'structure', 'members' => [ 'Fleet' => [ 'shape' => 'Fleet', ], ], ], 'CreateImageBuilderRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'InstanceType', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'ImageName' => [ 'shape' => 'String', ], 'ImageArn' => [ 'shape' => 'Arn', ], 'InstanceType' => [ 'shape' => 'String', ], 'Description' => [ 'shape' => 'Description', ], 'DisplayName' => [ 'shape' => 'DisplayName', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'IamRoleArn' => [ 'shape' => 'Arn', ], 'EnableDefaultInternetAccess' => [ 'shape' => 'BooleanObject', ], 'DomainJoinInfo' => [ 'shape' => 'DomainJoinInfo', ], 'AppstreamAgentVersion' => [ 'shape' => 'AppstreamAgentVersion', ], 'Tags' => [ 'shape' => 'Tags', ], 'AccessEndpoints' => [ 'shape' => 'AccessEndpointList', ], ], ], 'CreateImageBuilderResult' => [ 'type' => 'structure', 'members' => [ 'ImageBuilder' => [ 'shape' => 'ImageBuilder', ], ], ], 'CreateImageBuilderStreamingURLRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'String', ], 'Validity' => [ 'shape' => 'Long', ], ], ], 'CreateImageBuilderStreamingURLResult' => [ 'type' => 'structure', 'members' => [ 'StreamingURL' => [ 'shape' => 'String', ], 'Expires' => [ 'shape' => 'Timestamp', ], ], ], 'CreateStackRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'Description' => [ 'shape' => 'Description', ], 'DisplayName' => [ 'shape' => 'DisplayName', ], 'StorageConnectors' => [ 'shape' => 'StorageConnectorList', ], 'RedirectURL' => [ 'shape' => 'RedirectURL', ], 'FeedbackURL' => [ 'shape' => 'FeedbackURL', ], 'UserSettings' => [ 'shape' => 'UserSettingList', ], 'ApplicationSettings' => [ 'shape' => 'ApplicationSettings', ], 'Tags' => [ 'shape' => 'Tags', ], 'AccessEndpoints' => [ 'shape' => 'AccessEndpointList', ], 'EmbedHostDomains' => [ 'shape' => 'EmbedHostDomains', ], 'StreamingExperienceSettings' => [ 'shape' => 'StreamingExperienceSettings', ], ], ], 'CreateStackResult' => [ 'type' => 'structure', 'members' => [ 'Stack' => [ 'shape' => 'Stack', ], ], ], 'CreateStreamingURLRequest' => [ 'type' => 'structure', 'required' => [ 'StackName', 'FleetName', 'UserId', ], 'members' => [ 'StackName' => [ 'shape' => 'String', ], 'FleetName' => [ 'shape' => 'String', ], 'UserId' => [ 'shape' => 'StreamingUrlUserId', ], 'ApplicationId' => [ 'shape' => 'String', ], 'Validity' => [ 'shape' => 'Long', ], 'SessionContext' => [ 'shape' => 'String', ], ], ], 'CreateStreamingURLResult' => [ 'type' => 'structure', 'members' => [ 'StreamingURL' => [ 'shape' => 'String', ], 'Expires' => [ 'shape' => 'Timestamp', ], ], ], 'CreateThemeForStackRequest' => [ 'type' => 'structure', 'required' => [ 'StackName', 'TitleText', 'ThemeStyling', 'OrganizationLogoS3Location', 'FaviconS3Location', ], 'members' => [ 'StackName' => [ 'shape' => 'Name', ], 'FooterLinks' => [ 'shape' => 'ThemeFooterLinks', ], 'TitleText' => [ 'shape' => 'ThemeTitleText', ], 'ThemeStyling' => [ 'shape' => 'ThemeStyling', ], 'OrganizationLogoS3Location' => [ 'shape' => 'S3Location', ], 'FaviconS3Location' => [ 'shape' => 'S3Location', ], ], ], 'CreateThemeForStackResult' => [ 'type' => 'structure', 'members' => [ 'Theme' => [ 'shape' => 'Theme', ], ], ], 'CreateUpdatedImageRequest' => [ 'type' => 'structure', 'required' => [ 'existingImageName', 'newImageName', ], 'members' => [ 'existingImageName' => [ 'shape' => 'Name', ], 'newImageName' => [ 'shape' => 'Name', ], 'newImageDescription' => [ 'shape' => 'Description', ], 'newImageDisplayName' => [ 'shape' => 'DisplayName', ], 'newImageTags' => [ 'shape' => 'Tags', ], 'dryRun' => [ 'shape' => 'Boolean', ], ], ], 'CreateUpdatedImageResult' => [ 'type' => 'structure', 'members' => [ 'image' => [ 'shape' => 'Image', ], 'canUpdateImage' => [ 'shape' => 'Boolean', ], ], ], 'CreateUsageReportSubscriptionRequest' => [ 'type' => 'structure', 'members' => [], ], 'CreateUsageReportSubscriptionResult' => [ 'type' => 'structure', 'members' => [ 'S3BucketName' => [ 'shape' => 'String', ], 'Schedule' => [ 'shape' => 'UsageReportSchedule', ], ], ], 'CreateUserRequest' => [ 'type' => 'structure', 'required' => [ 'UserName', 'AuthenticationType', ], 'members' => [ 'UserName' => [ 'shape' => 'Username', ], 'MessageAction' => [ 'shape' => 'MessageAction', ], 'FirstName' => [ 'shape' => 'UserAttributeValue', ], 'LastName' => [ 'shape' => 'UserAttributeValue', ], 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], ], ], 'CreateUserResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteAppBlockBuilderRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], ], ], 'DeleteAppBlockBuilderResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteAppBlockRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], ], ], 'DeleteAppBlockResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteApplicationRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], ], ], 'DeleteApplicationResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteDirectoryConfigRequest' => [ 'type' => 'structure', 'required' => [ 'DirectoryName', ], 'members' => [ 'DirectoryName' => [ 'shape' => 'DirectoryName', ], ], ], 'DeleteDirectoryConfigResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteEntitlementRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'StackName', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'StackName' => [ 'shape' => 'Name', ], ], ], 'DeleteEntitlementResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteFleetRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'String', ], ], ], 'DeleteFleetResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteImageBuilderRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], ], ], 'DeleteImageBuilderResult' => [ 'type' => 'structure', 'members' => [ 'ImageBuilder' => [ 'shape' => 'ImageBuilder', ], ], ], 'DeleteImagePermissionsRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'SharedAccountId', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'SharedAccountId' => [ 'shape' => 'AwsAccountId', ], ], ], 'DeleteImagePermissionsResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteImageRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], ], ], 'DeleteImageResult' => [ 'type' => 'structure', 'members' => [ 'Image' => [ 'shape' => 'Image', ], ], ], 'DeleteStackRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'String', ], ], ], 'DeleteStackResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteThemeForStackRequest' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'StackName' => [ 'shape' => 'Name', ], ], ], 'DeleteThemeForStackResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteUsageReportSubscriptionRequest' => [ 'type' => 'structure', 'members' => [], ], 'DeleteUsageReportSubscriptionResult' => [ 'type' => 'structure', 'members' => [], ], 'DeleteUserRequest' => [ 'type' => 'structure', 'required' => [ 'UserName', 'AuthenticationType', ], 'members' => [ 'UserName' => [ 'shape' => 'Username', ], 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], ], ], 'DeleteUserResult' => [ 'type' => 'structure', 'members' => [], ], 'DescribeAppBlockBuilderAppBlockAssociationsRequest' => [ 'type' => 'structure', 'members' => [ 'AppBlockArn' => [ 'shape' => 'Arn', ], 'AppBlockBuilderName' => [ 'shape' => 'Name', ], 'MaxResults' => [ 'shape' => 'Integer', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeAppBlockBuilderAppBlockAssociationsResult' => [ 'type' => 'structure', 'members' => [ 'AppBlockBuilderAppBlockAssociations' => [ 'shape' => 'AppBlockBuilderAppBlockAssociationsList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeAppBlockBuildersRequest' => [ 'type' => 'structure', 'members' => [ 'Names' => [ 'shape' => 'StringList', ], 'NextToken' => [ 'shape' => 'String', ], 'MaxResults' => [ 'shape' => 'Integer', ], ], ], 'DescribeAppBlockBuildersResult' => [ 'type' => 'structure', 'members' => [ 'AppBlockBuilders' => [ 'shape' => 'AppBlockBuilderList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeAppBlocksRequest' => [ 'type' => 'structure', 'members' => [ 'Arns' => [ 'shape' => 'ArnList', ], 'NextToken' => [ 'shape' => 'String', ], 'MaxResults' => [ 'shape' => 'Integer', ], ], ], 'DescribeAppBlocksResult' => [ 'type' => 'structure', 'members' => [ 'AppBlocks' => [ 'shape' => 'AppBlocks', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeApplicationFleetAssociationsRequest' => [ 'type' => 'structure', 'members' => [ 'FleetName' => [ 'shape' => 'Name', ], 'ApplicationArn' => [ 'shape' => 'Arn', ], 'MaxResults' => [ 'shape' => 'Integer', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeApplicationFleetAssociationsResult' => [ 'type' => 'structure', 'members' => [ 'ApplicationFleetAssociations' => [ 'shape' => 'ApplicationFleetAssociationList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeApplicationsRequest' => [ 'type' => 'structure', 'members' => [ 'Arns' => [ 'shape' => 'ArnList', ], 'NextToken' => [ 'shape' => 'String', ], 'MaxResults' => [ 'shape' => 'Integer', ], ], ], 'DescribeApplicationsResult' => [ 'type' => 'structure', 'members' => [ 'Applications' => [ 'shape' => 'Applications', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeDirectoryConfigsRequest' => [ 'type' => 'structure', 'members' => [ 'DirectoryNames' => [ 'shape' => 'DirectoryNameList', ], 'MaxResults' => [ 'shape' => 'Integer', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeDirectoryConfigsResult' => [ 'type' => 'structure', 'members' => [ 'DirectoryConfigs' => [ 'shape' => 'DirectoryConfigList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeEntitlementsRequest' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'StackName' => [ 'shape' => 'Name', ], 'NextToken' => [ 'shape' => 'String', ], 'MaxResults' => [ 'shape' => 'Integer', ], ], ], 'DescribeEntitlementsResult' => [ 'type' => 'structure', 'members' => [ 'Entitlements' => [ 'shape' => 'EntitlementList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeFleetsRequest' => [ 'type' => 'structure', 'members' => [ 'Names' => [ 'shape' => 'StringList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeFleetsResult' => [ 'type' => 'structure', 'members' => [ 'Fleets' => [ 'shape' => 'FleetList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeImageBuildersRequest' => [ 'type' => 'structure', 'members' => [ 'Names' => [ 'shape' => 'StringList', ], 'MaxResults' => [ 'shape' => 'Integer', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeImageBuildersResult' => [ 'type' => 'structure', 'members' => [ 'ImageBuilders' => [ 'shape' => 'ImageBuilderList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeImagePermissionsRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'SharedAwsAccountIds' => [ 'shape' => 'AwsAccountIdList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeImagePermissionsResult' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'SharedImagePermissionsList' => [ 'shape' => 'SharedImagePermissionsList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeImagesMaxResults' => [ 'type' => 'integer', 'box' => true, 'max' => 25, 'min' => 0, ], 'DescribeImagesRequest' => [ 'type' => 'structure', 'members' => [ 'Names' => [ 'shape' => 'StringList', ], 'Arns' => [ 'shape' => 'ArnList', ], 'Type' => [ 'shape' => 'VisibilityType', ], 'NextToken' => [ 'shape' => 'String', ], 'MaxResults' => [ 'shape' => 'DescribeImagesMaxResults', ], ], ], 'DescribeImagesResult' => [ 'type' => 'structure', 'members' => [ 'Images' => [ 'shape' => 'ImageList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeSessionsRequest' => [ 'type' => 'structure', 'required' => [ 'StackName', 'FleetName', ], 'members' => [ 'StackName' => [ 'shape' => 'Name', ], 'FleetName' => [ 'shape' => 'Name', ], 'UserId' => [ 'shape' => 'UserId', ], 'NextToken' => [ 'shape' => 'String', ], 'Limit' => [ 'shape' => 'Integer', ], 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], 'InstanceId' => [ 'shape' => 'String', ], ], ], 'DescribeSessionsResult' => [ 'type' => 'structure', 'members' => [ 'Sessions' => [ 'shape' => 'SessionList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeStacksRequest' => [ 'type' => 'structure', 'members' => [ 'Names' => [ 'shape' => 'StringList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeStacksResult' => [ 'type' => 'structure', 'members' => [ 'Stacks' => [ 'shape' => 'StackList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeThemeForStackRequest' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'StackName' => [ 'shape' => 'Name', ], ], ], 'DescribeThemeForStackResult' => [ 'type' => 'structure', 'members' => [ 'Theme' => [ 'shape' => 'Theme', ], ], ], 'DescribeUsageReportSubscriptionsRequest' => [ 'type' => 'structure', 'members' => [ 'MaxResults' => [ 'shape' => 'Integer', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeUsageReportSubscriptionsResult' => [ 'type' => 'structure', 'members' => [ 'UsageReportSubscriptions' => [ 'shape' => 'UsageReportSubscriptionList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeUserStackAssociationsRequest' => [ 'type' => 'structure', 'members' => [ 'StackName' => [ 'shape' => 'String', ], 'UserName' => [ 'shape' => 'Username', ], 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], 'MaxResults' => [ 'shape' => 'MaxResults', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeUserStackAssociationsResult' => [ 'type' => 'structure', 'members' => [ 'UserStackAssociations' => [ 'shape' => 'UserStackAssociationList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeUsersRequest' => [ 'type' => 'structure', 'required' => [ 'AuthenticationType', ], 'members' => [ 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], 'MaxResults' => [ 'shape' => 'Integer', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'DescribeUsersResult' => [ 'type' => 'structure', 'members' => [ 'Users' => [ 'shape' => 'UserList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'Description' => [ 'type' => 'string', 'max' => 256, ], 'DirectoryConfig' => [ 'type' => 'structure', 'required' => [ 'DirectoryName', ], 'members' => [ 'DirectoryName' => [ 'shape' => 'DirectoryName', ], 'OrganizationalUnitDistinguishedNames' => [ 'shape' => 'OrganizationalUnitDistinguishedNamesList', ], 'ServiceAccountCredentials' => [ 'shape' => 'ServiceAccountCredentials', ], 'CreatedTime' => [ 'shape' => 'Timestamp', ], 'CertificateBasedAuthProperties' => [ 'shape' => 'CertificateBasedAuthProperties', ], ], ], 'DirectoryConfigList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DirectoryConfig', ], ], 'DirectoryName' => [ 'type' => 'string', ], 'DirectoryNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DirectoryName', ], ], 'DisableUserRequest' => [ 'type' => 'structure', 'required' => [ 'UserName', 'AuthenticationType', ], 'members' => [ 'UserName' => [ 'shape' => 'Username', ], 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], ], ], 'DisableUserResult' => [ 'type' => 'structure', 'members' => [], ], 'DisassociateAppBlockBuilderAppBlockRequest' => [ 'type' => 'structure', 'required' => [ 'AppBlockArn', 'AppBlockBuilderName', ], 'members' => [ 'AppBlockArn' => [ 'shape' => 'Arn', ], 'AppBlockBuilderName' => [ 'shape' => 'Name', ], ], ], 'DisassociateAppBlockBuilderAppBlockResult' => [ 'type' => 'structure', 'members' => [], ], 'DisassociateApplicationFleetRequest' => [ 'type' => 'structure', 'required' => [ 'FleetName', 'ApplicationArn', ], 'members' => [ 'FleetName' => [ 'shape' => 'Name', ], 'ApplicationArn' => [ 'shape' => 'Arn', ], ], ], 'DisassociateApplicationFleetResult' => [ 'type' => 'structure', 'members' => [], ], 'DisassociateApplicationFromEntitlementRequest' => [ 'type' => 'structure', 'required' => [ 'StackName', 'EntitlementName', 'ApplicationIdentifier', ], 'members' => [ 'StackName' => [ 'shape' => 'Name', ], 'EntitlementName' => [ 'shape' => 'Name', ], 'ApplicationIdentifier' => [ 'shape' => 'String', ], ], ], 'DisassociateApplicationFromEntitlementResult' => [ 'type' => 'structure', 'members' => [], ], 'DisassociateFleetRequest' => [ 'type' => 'structure', 'required' => [ 'FleetName', 'StackName', ], 'members' => [ 'FleetName' => [ 'shape' => 'String', ], 'StackName' => [ 'shape' => 'String', ], ], ], 'DisassociateFleetResult' => [ 'type' => 'structure', 'members' => [], ], 'DisplayName' => [ 'type' => 'string', 'max' => 100, ], 'Domain' => [ 'type' => 'string', 'max' => 64, 'min' => 1, ], 'DomainJoinInfo' => [ 'type' => 'structure', 'members' => [ 'DirectoryName' => [ 'shape' => 'DirectoryName', ], 'OrganizationalUnitDistinguishedName' => [ 'shape' => 'OrganizationalUnitDistinguishedName', ], ], ], 'DomainList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Domain', ], 'max' => 50, ], 'DynamicAppProvidersEnabled' => [ 'type' => 'string', 'enum' => [ 'ENABLED', 'DISABLED', ], ], 'EmbedHostDomain' => [ 'type' => 'string', 'max' => 128, 'pattern' => '(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\\.)+[a-z0-9][a-z0-9-]{0,61}[a-z0-9]', ], 'EmbedHostDomains' => [ 'type' => 'list', 'member' => [ 'shape' => 'EmbedHostDomain', ], 'max' => 20, 'min' => 1, ], 'EnableUserRequest' => [ 'type' => 'structure', 'required' => [ 'UserName', 'AuthenticationType', ], 'members' => [ 'UserName' => [ 'shape' => 'Username', ], 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], ], ], 'EnableUserResult' => [ 'type' => 'structure', 'members' => [], ], 'EntitledApplication' => [ 'type' => 'structure', 'required' => [ 'ApplicationIdentifier', ], 'members' => [ 'ApplicationIdentifier' => [ 'shape' => 'String', ], ], ], 'EntitledApplicationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'EntitledApplication', ], ], 'Entitlement' => [ 'type' => 'structure', 'required' => [ 'Name', 'StackName', 'AppVisibility', 'Attributes', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'StackName' => [ 'shape' => 'Name', ], 'Description' => [ 'shape' => 'Description', ], 'AppVisibility' => [ 'shape' => 'AppVisibility', ], 'Attributes' => [ 'shape' => 'EntitlementAttributeList', ], 'CreatedTime' => [ 'shape' => 'Timestamp', ], 'LastModifiedTime' => [ 'shape' => 'Timestamp', ], ], ], 'EntitlementAlreadyExistsException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'EntitlementAttribute' => [ 'type' => 'structure', 'required' => [ 'Name', 'Value', ], 'members' => [ 'Name' => [ 'shape' => 'String', ], 'Value' => [ 'shape' => 'String', ], ], ], 'EntitlementAttributeList' => [ 'type' => 'list', 'member' => [ 'shape' => 'EntitlementAttribute', ], 'min' => 1, ], 'EntitlementList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Entitlement', ], ], 'EntitlementNotFoundException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'ErrorDetails' => [ 'type' => 'structure', 'members' => [ 'ErrorCode' => [ 'shape' => 'String', ], 'ErrorMessage' => [ 'shape' => 'String', ], ], ], 'ErrorDetailsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ErrorDetails', ], ], 'ErrorMessage' => [ 'type' => 'string', ], 'ExpireSessionRequest' => [ 'type' => 'structure', 'required' => [ 'SessionId', ], 'members' => [ 'SessionId' => [ 'shape' => 'String', ], ], ], 'ExpireSessionResult' => [ 'type' => 'structure', 'members' => [], ], 'FeedbackURL' => [ 'type' => 'string', 'max' => 1000, ], 'Fleet' => [ 'type' => 'structure', 'required' => [ 'Arn', 'Name', 'InstanceType', 'ComputeCapacityStatus', 'State', ], 'members' => [ 'Arn' => [ 'shape' => 'Arn', ], 'Name' => [ 'shape' => 'String', ], 'DisplayName' => [ 'shape' => 'String', ], 'Description' => [ 'shape' => 'String', ], 'ImageName' => [ 'shape' => 'String', ], 'ImageArn' => [ 'shape' => 'Arn', ], 'InstanceType' => [ 'shape' => 'String', ], 'FleetType' => [ 'shape' => 'FleetType', ], 'ComputeCapacityStatus' => [ 'shape' => 'ComputeCapacityStatus', ], 'MaxUserDurationInSeconds' => [ 'shape' => 'Integer', ], 'DisconnectTimeoutInSeconds' => [ 'shape' => 'Integer', ], 'State' => [ 'shape' => 'FleetState', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'CreatedTime' => [ 'shape' => 'Timestamp', ], 'FleetErrors' => [ 'shape' => 'FleetErrors', ], 'EnableDefaultInternetAccess' => [ 'shape' => 'BooleanObject', ], 'DomainJoinInfo' => [ 'shape' => 'DomainJoinInfo', ], 'IdleDisconnectTimeoutInSeconds' => [ 'shape' => 'Integer', ], 'IamRoleArn' => [ 'shape' => 'Arn', ], 'StreamView' => [ 'shape' => 'StreamView', ], 'Platform' => [ 'shape' => 'PlatformType', ], 'MaxConcurrentSessions' => [ 'shape' => 'Integer', ], 'UsbDeviceFilterStrings' => [ 'shape' => 'UsbDeviceFilterStrings', ], 'SessionScriptS3Location' => [ 'shape' => 'S3Location', ], 'MaxSessionsPerInstance' => [ 'shape' => 'Integer', ], ], ], 'FleetAttribute' => [ 'type' => 'string', 'enum' => [ 'VPC_CONFIGURATION', 'VPC_CONFIGURATION_SECURITY_GROUP_IDS', 'DOMAIN_JOIN_INFO', 'IAM_ROLE_ARN', 'USB_DEVICE_FILTER_STRINGS', 'SESSION_SCRIPT_S3_LOCATION', 'MAX_SESSIONS_PER_INSTANCE', ], ], 'FleetAttributes' => [ 'type' => 'list', 'member' => [ 'shape' => 'FleetAttribute', ], ], 'FleetError' => [ 'type' => 'structure', 'members' => [ 'ErrorCode' => [ 'shape' => 'FleetErrorCode', ], 'ErrorMessage' => [ 'shape' => 'String', ], ], ], 'FleetErrorCode' => [ 'type' => 'string', 'enum' => [ 'IAM_SERVICE_ROLE_MISSING_ENI_DESCRIBE_ACTION', 'IAM_SERVICE_ROLE_MISSING_ENI_CREATE_ACTION', 'IAM_SERVICE_ROLE_MISSING_ENI_DELETE_ACTION', 'NETWORK_INTERFACE_LIMIT_EXCEEDED', 'INTERNAL_SERVICE_ERROR', 'IAM_SERVICE_ROLE_IS_MISSING', 'MACHINE_ROLE_IS_MISSING', 'STS_DISABLED_IN_REGION', 'SUBNET_HAS_INSUFFICIENT_IP_ADDRESSES', 'IAM_SERVICE_ROLE_MISSING_DESCRIBE_SUBNET_ACTION', 'SUBNET_NOT_FOUND', 'IMAGE_NOT_FOUND', 'INVALID_SUBNET_CONFIGURATION', 'SECURITY_GROUPS_NOT_FOUND', 'IGW_NOT_ATTACHED', 'IAM_SERVICE_ROLE_MISSING_DESCRIBE_SECURITY_GROUPS_ACTION', 'FLEET_STOPPED', 'FLEET_INSTANCE_PROVISIONING_FAILURE', 'DOMAIN_JOIN_ERROR_FILE_NOT_FOUND', 'DOMAIN_JOIN_ERROR_ACCESS_DENIED', 'DOMAIN_JOIN_ERROR_LOGON_FAILURE', 'DOMAIN_JOIN_ERROR_INVALID_PARAMETER', 'DOMAIN_JOIN_ERROR_MORE_DATA', 'DOMAIN_JOIN_ERROR_NO_SUCH_DOMAIN', 'DOMAIN_JOIN_ERROR_NOT_SUPPORTED', 'DOMAIN_JOIN_NERR_INVALID_WORKGROUP_NAME', 'DOMAIN_JOIN_NERR_WORKSTATION_NOT_STARTED', 'DOMAIN_JOIN_ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED', 'DOMAIN_JOIN_NERR_PASSWORD_EXPIRED', 'DOMAIN_JOIN_INTERNAL_SERVICE_ERROR', ], ], 'FleetErrors' => [ 'type' => 'list', 'member' => [ 'shape' => 'FleetError', ], ], 'FleetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Fleet', ], ], 'FleetState' => [ 'type' => 'string', 'enum' => [ 'STARTING', 'RUNNING', 'STOPPING', 'STOPPED', ], ], 'FleetType' => [ 'type' => 'string', 'enum' => [ 'ALWAYS_ON', 'ON_DEMAND', 'ELASTIC', ], ], 'Image' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'String', ], 'Arn' => [ 'shape' => 'Arn', ], 'BaseImageArn' => [ 'shape' => 'Arn', ], 'DisplayName' => [ 'shape' => 'String', ], 'State' => [ 'shape' => 'ImageState', ], 'Visibility' => [ 'shape' => 'VisibilityType', ], 'ImageBuilderSupported' => [ 'shape' => 'Boolean', ], 'ImageBuilderName' => [ 'shape' => 'String', ], 'Platform' => [ 'shape' => 'PlatformType', ], 'Description' => [ 'shape' => 'String', ], 'StateChangeReason' => [ 'shape' => 'ImageStateChangeReason', ], 'Applications' => [ 'shape' => 'Applications', ], 'CreatedTime' => [ 'shape' => 'Timestamp', ], 'PublicBaseImageReleasedDate' => [ 'shape' => 'Timestamp', ], 'AppstreamAgentVersion' => [ 'shape' => 'AppstreamAgentVersion', ], 'ImagePermissions' => [ 'shape' => 'ImagePermissions', ], 'ImageErrors' => [ 'shape' => 'ResourceErrors', ], 'LatestAppstreamAgentVersion' => [ 'shape' => 'LatestAppstreamAgentVersion', ], 'SupportedInstanceFamilies' => [ 'shape' => 'StringList', ], 'DynamicAppProvidersEnabled' => [ 'shape' => 'DynamicAppProvidersEnabled', ], 'ImageSharedWithOthers' => [ 'shape' => 'ImageSharedWithOthers', ], ], ], 'ImageBuilder' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'String', ], 'Arn' => [ 'shape' => 'Arn', ], 'ImageArn' => [ 'shape' => 'Arn', ], 'Description' => [ 'shape' => 'String', ], 'DisplayName' => [ 'shape' => 'String', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'InstanceType' => [ 'shape' => 'String', ], 'Platform' => [ 'shape' => 'PlatformType', ], 'IamRoleArn' => [ 'shape' => 'Arn', ], 'State' => [ 'shape' => 'ImageBuilderState', ], 'StateChangeReason' => [ 'shape' => 'ImageBuilderStateChangeReason', ], 'CreatedTime' => [ 'shape' => 'Timestamp', ], 'EnableDefaultInternetAccess' => [ 'shape' => 'BooleanObject', ], 'DomainJoinInfo' => [ 'shape' => 'DomainJoinInfo', ], 'NetworkAccessConfiguration' => [ 'shape' => 'NetworkAccessConfiguration', ], 'ImageBuilderErrors' => [ 'shape' => 'ResourceErrors', ], 'AppstreamAgentVersion' => [ 'shape' => 'AppstreamAgentVersion', ], 'AccessEndpoints' => [ 'shape' => 'AccessEndpointList', ], 'LatestAppstreamAgentVersion' => [ 'shape' => 'LatestAppstreamAgentVersion', ], ], ], 'ImageBuilderList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ImageBuilder', ], ], 'ImageBuilderState' => [ 'type' => 'string', 'enum' => [ 'PENDING', 'UPDATING_AGENT', 'RUNNING', 'STOPPING', 'STOPPED', 'REBOOTING', 'SNAPSHOTTING', 'DELETING', 'FAILED', 'UPDATING', 'PENDING_QUALIFICATION', ], ], 'ImageBuilderStateChangeReason' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'ImageBuilderStateChangeReasonCode', ], 'Message' => [ 'shape' => 'String', ], ], ], 'ImageBuilderStateChangeReasonCode' => [ 'type' => 'string', 'enum' => [ 'INTERNAL_ERROR', 'IMAGE_UNAVAILABLE', ], ], 'ImageList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Image', ], ], 'ImagePermissions' => [ 'type' => 'structure', 'members' => [ 'allowFleet' => [ 'shape' => 'BooleanObject', ], 'allowImageBuilder' => [ 'shape' => 'BooleanObject', ], ], ], 'ImageSharedWithOthers' => [ 'type' => 'string', 'enum' => [ 'TRUE', 'FALSE', ], ], 'ImageState' => [ 'type' => 'string', 'enum' => [ 'PENDING', 'AVAILABLE', 'FAILED', 'COPYING', 'DELETING', 'CREATING', 'IMPORTING', ], ], 'ImageStateChangeReason' => [ 'type' => 'structure', 'members' => [ 'Code' => [ 'shape' => 'ImageStateChangeReasonCode', ], 'Message' => [ 'shape' => 'String', ], ], ], 'ImageStateChangeReasonCode' => [ 'type' => 'string', 'enum' => [ 'INTERNAL_ERROR', 'IMAGE_BUILDER_NOT_AVAILABLE', 'IMAGE_COPY_FAILURE', ], ], 'IncompatibleImageException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'Integer' => [ 'type' => 'integer', ], 'InvalidAccountStatusException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'InvalidParameterCombinationException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'InvalidRoleException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'LastReportGenerationExecutionError' => [ 'type' => 'structure', 'members' => [ 'ErrorCode' => [ 'shape' => 'UsageReportExecutionErrorCode', ], 'ErrorMessage' => [ 'shape' => 'String', ], ], ], 'LastReportGenerationExecutionErrors' => [ 'type' => 'list', 'member' => [ 'shape' => 'LastReportGenerationExecutionError', ], ], 'LatestAppstreamAgentVersion' => [ 'type' => 'string', 'enum' => [ 'TRUE', 'FALSE', ], ], 'LimitExceededException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'ListAssociatedFleetsRequest' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'StackName' => [ 'shape' => 'String', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'ListAssociatedFleetsResult' => [ 'type' => 'structure', 'members' => [ 'Names' => [ 'shape' => 'StringList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'ListAssociatedStacksRequest' => [ 'type' => 'structure', 'required' => [ 'FleetName', ], 'members' => [ 'FleetName' => [ 'shape' => 'String', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'ListAssociatedStacksResult' => [ 'type' => 'structure', 'members' => [ 'Names' => [ 'shape' => 'StringList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'ListEntitledApplicationsRequest' => [ 'type' => 'structure', 'required' => [ 'StackName', 'EntitlementName', ], 'members' => [ 'StackName' => [ 'shape' => 'Name', ], 'EntitlementName' => [ 'shape' => 'Name', ], 'NextToken' => [ 'shape' => 'String', ], 'MaxResults' => [ 'shape' => 'Integer', ], ], ], 'ListEntitledApplicationsResult' => [ 'type' => 'structure', 'members' => [ 'EntitledApplications' => [ 'shape' => 'EntitledApplicationList', ], 'NextToken' => [ 'shape' => 'String', ], ], ], 'ListTagsForResourceRequest' => [ 'type' => 'structure', 'required' => [ 'ResourceArn', ], 'members' => [ 'ResourceArn' => [ 'shape' => 'Arn', ], ], ], 'ListTagsForResourceResponse' => [ 'type' => 'structure', 'members' => [ 'Tags' => [ 'shape' => 'Tags', ], ], ], 'Long' => [ 'type' => 'long', ], 'MaxResults' => [ 'type' => 'integer', 'box' => true, 'max' => 500, 'min' => 0, ], 'MessageAction' => [ 'type' => 'string', 'enum' => [ 'SUPPRESS', 'RESEND', ], ], 'Metadata' => [ 'type' => 'map', 'key' => [ 'shape' => 'String', ], 'value' => [ 'shape' => 'String', ], ], 'Name' => [ 'type' => 'string', 'pattern' => '^[a-zA-Z0-9][a-zA-Z0-9_.-]{0,100}$', ], 'NetworkAccessConfiguration' => [ 'type' => 'structure', 'members' => [ 'EniPrivateIpAddress' => [ 'shape' => 'String', ], 'EniId' => [ 'shape' => 'String', ], ], ], 'OperationNotPermittedException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'OrganizationalUnitDistinguishedName' => [ 'type' => 'string', 'max' => 2000, ], 'OrganizationalUnitDistinguishedNamesList' => [ 'type' => 'list', 'member' => [ 'shape' => 'OrganizationalUnitDistinguishedName', ], ], 'PackagingType' => [ 'type' => 'string', 'enum' => [ 'CUSTOM', 'APPSTREAM2', ], ], 'Permission' => [ 'type' => 'string', 'enum' => [ 'ENABLED', 'DISABLED', ], ], 'PlatformType' => [ 'type' => 'string', 'enum' => [ 'WINDOWS', 'WINDOWS_SERVER_2016', 'WINDOWS_SERVER_2019', 'WINDOWS_SERVER_2022', 'AMAZON_LINUX2', 'RHEL8', ], ], 'Platforms' => [ 'type' => 'list', 'member' => [ 'shape' => 'PlatformType', ], 'max' => 4, ], 'PreferredProtocol' => [ 'type' => 'string', 'enum' => [ 'TCP', 'UDP', ], ], 'RedirectURL' => [ 'type' => 'string', 'max' => 1000, ], 'RegionName' => [ 'type' => 'string', 'max' => 32, 'min' => 1, ], 'RequestLimitExceededException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'ResourceAlreadyExistsException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'ResourceError' => [ 'type' => 'structure', 'members' => [ 'ErrorCode' => [ 'shape' => 'FleetErrorCode', ], 'ErrorMessage' => [ 'shape' => 'String', ], 'ErrorTimestamp' => [ 'shape' => 'Timestamp', ], ], ], 'ResourceErrors' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResourceError', ], ], 'ResourceIdentifier' => [ 'type' => 'string', 'max' => 2048, 'min' => 1, ], 'ResourceInUseException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'ResourceNotAvailableException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'ResourceNotFoundException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'ErrorMessage', ], ], 'exception' => true, ], 'S3Bucket' => [ 'type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '^[0-9a-z\\.\\-]*(? [ 'type' => 'string', 'max' => 1024, 'min' => 1, ], 'S3Location' => [ 'type' => 'structure', 'required' => [ 'S3Bucket', ], 'members' => [ 'S3Bucket' => [ 'shape' => 'S3Bucket', ], 'S3Key' => [ 'shape' => 'S3Key', ], ], ], 'ScriptDetails' => [ 'type' => 'structure', 'required' => [ 'ScriptS3Location', 'ExecutablePath', 'TimeoutInSeconds', ], 'members' => [ 'ScriptS3Location' => [ 'shape' => 'S3Location', ], 'ExecutablePath' => [ 'shape' => 'String', ], 'ExecutableParameters' => [ 'shape' => 'String', ], 'TimeoutInSeconds' => [ 'shape' => 'Integer', ], ], ], 'SecurityGroupIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'String', ], 'max' => 5, ], 'ServiceAccountCredentials' => [ 'type' => 'structure', 'required' => [ 'AccountName', 'AccountPassword', ], 'members' => [ 'AccountName' => [ 'shape' => 'AccountName', ], 'AccountPassword' => [ 'shape' => 'AccountPassword', ], ], ], 'Session' => [ 'type' => 'structure', 'required' => [ 'Id', 'UserId', 'StackName', 'FleetName', 'State', ], 'members' => [ 'Id' => [ 'shape' => 'String', ], 'UserId' => [ 'shape' => 'UserId', ], 'StackName' => [ 'shape' => 'String', ], 'FleetName' => [ 'shape' => 'String', ], 'State' => [ 'shape' => 'SessionState', ], 'ConnectionState' => [ 'shape' => 'SessionConnectionState', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'MaxExpirationTime' => [ 'shape' => 'Timestamp', ], 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], 'NetworkAccessConfiguration' => [ 'shape' => 'NetworkAccessConfiguration', ], 'InstanceId' => [ 'shape' => 'String', ], ], ], 'SessionConnectionState' => [ 'type' => 'string', 'enum' => [ 'CONNECTED', 'NOT_CONNECTED', ], ], 'SessionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Session', ], ], 'SessionState' => [ 'type' => 'string', 'enum' => [ 'ACTIVE', 'PENDING', 'EXPIRED', ], ], 'SettingsGroup' => [ 'type' => 'string', 'max' => 100, ], 'SharedImagePermissions' => [ 'type' => 'structure', 'required' => [ 'sharedAccountId', 'imagePermissions', ], 'members' => [ 'sharedAccountId' => [ 'shape' => 'AwsAccountId', ], 'imagePermissions' => [ 'shape' => 'ImagePermissions', ], ], ], 'SharedImagePermissionsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'SharedImagePermissions', ], ], 'Stack' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Arn' => [ 'shape' => 'Arn', ], 'Name' => [ 'shape' => 'String', ], 'Description' => [ 'shape' => 'String', ], 'DisplayName' => [ 'shape' => 'String', ], 'CreatedTime' => [ 'shape' => 'Timestamp', ], 'StorageConnectors' => [ 'shape' => 'StorageConnectorList', ], 'RedirectURL' => [ 'shape' => 'RedirectURL', ], 'FeedbackURL' => [ 'shape' => 'FeedbackURL', ], 'StackErrors' => [ 'shape' => 'StackErrors', ], 'UserSettings' => [ 'shape' => 'UserSettingList', ], 'ApplicationSettings' => [ 'shape' => 'ApplicationSettingsResponse', ], 'AccessEndpoints' => [ 'shape' => 'AccessEndpointList', ], 'EmbedHostDomains' => [ 'shape' => 'EmbedHostDomains', ], 'StreamingExperienceSettings' => [ 'shape' => 'StreamingExperienceSettings', ], ], ], 'StackAttribute' => [ 'type' => 'string', 'enum' => [ 'STORAGE_CONNECTORS', 'STORAGE_CONNECTOR_HOMEFOLDERS', 'STORAGE_CONNECTOR_GOOGLE_DRIVE', 'STORAGE_CONNECTOR_ONE_DRIVE', 'REDIRECT_URL', 'FEEDBACK_URL', 'THEME_NAME', 'USER_SETTINGS', 'EMBED_HOST_DOMAINS', 'IAM_ROLE_ARN', 'ACCESS_ENDPOINTS', 'STREAMING_EXPERIENCE_SETTINGS', ], ], 'StackAttributes' => [ 'type' => 'list', 'member' => [ 'shape' => 'StackAttribute', ], ], 'StackError' => [ 'type' => 'structure', 'members' => [ 'ErrorCode' => [ 'shape' => 'StackErrorCode', ], 'ErrorMessage' => [ 'shape' => 'String', ], ], ], 'StackErrorCode' => [ 'type' => 'string', 'enum' => [ 'STORAGE_CONNECTOR_ERROR', 'INTERNAL_SERVICE_ERROR', ], ], 'StackErrors' => [ 'type' => 'list', 'member' => [ 'shape' => 'StackError', ], ], 'StackList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Stack', ], ], 'StartAppBlockBuilderRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], ], ], 'StartAppBlockBuilderResult' => [ 'type' => 'structure', 'members' => [ 'AppBlockBuilder' => [ 'shape' => 'AppBlockBuilder', ], ], ], 'StartFleetRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'String', ], ], ], 'StartFleetResult' => [ 'type' => 'structure', 'members' => [], ], 'StartImageBuilderRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'String', ], 'AppstreamAgentVersion' => [ 'shape' => 'AppstreamAgentVersion', ], ], ], 'StartImageBuilderResult' => [ 'type' => 'structure', 'members' => [ 'ImageBuilder' => [ 'shape' => 'ImageBuilder', ], ], ], 'StopAppBlockBuilderRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], ], ], 'StopAppBlockBuilderResult' => [ 'type' => 'structure', 'members' => [ 'AppBlockBuilder' => [ 'shape' => 'AppBlockBuilder', ], ], ], 'StopFleetRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'String', ], ], ], 'StopFleetResult' => [ 'type' => 'structure', 'members' => [], ], 'StopImageBuilderRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'String', ], ], ], 'StopImageBuilderResult' => [ 'type' => 'structure', 'members' => [ 'ImageBuilder' => [ 'shape' => 'ImageBuilder', ], ], ], 'StorageConnector' => [ 'type' => 'structure', 'required' => [ 'ConnectorType', ], 'members' => [ 'ConnectorType' => [ 'shape' => 'StorageConnectorType', ], 'ResourceIdentifier' => [ 'shape' => 'ResourceIdentifier', ], 'Domains' => [ 'shape' => 'DomainList', ], ], ], 'StorageConnectorList' => [ 'type' => 'list', 'member' => [ 'shape' => 'StorageConnector', ], ], 'StorageConnectorType' => [ 'type' => 'string', 'enum' => [ 'HOMEFOLDERS', 'GOOGLE_DRIVE', 'ONE_DRIVE', ], ], 'StreamView' => [ 'type' => 'string', 'enum' => [ 'APP', 'DESKTOP', ], ], 'StreamingExperienceSettings' => [ 'type' => 'structure', 'members' => [ 'PreferredProtocol' => [ 'shape' => 'PreferredProtocol', ], ], ], 'StreamingUrlUserId' => [ 'type' => 'string', 'max' => 32, 'min' => 2, 'pattern' => '[\\w+=,.@-]*', ], 'String' => [ 'type' => 'string', 'min' => 1, ], 'StringList' => [ 'type' => 'list', 'member' => [ 'shape' => 'String', ], ], 'SubnetIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'String', ], ], 'TagKey' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^(^(?!aws:).[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$', ], 'TagKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagKey', ], 'max' => 50, 'min' => 1, ], 'TagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'ResourceArn', 'Tags', ], 'members' => [ 'ResourceArn' => [ 'shape' => 'Arn', ], 'Tags' => [ 'shape' => 'Tags', ], ], ], 'TagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'TagValue' => [ 'type' => 'string', 'max' => 256, 'min' => 0, 'pattern' => '^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$', ], 'Tags' => [ 'type' => 'map', 'key' => [ 'shape' => 'TagKey', ], 'value' => [ 'shape' => 'TagValue', ], 'max' => 50, 'min' => 1, ], 'Theme' => [ 'type' => 'structure', 'members' => [ 'StackName' => [ 'shape' => 'Name', ], 'State' => [ 'shape' => 'ThemeState', ], 'ThemeTitleText' => [ 'shape' => 'ThemeTitleText', ], 'ThemeStyling' => [ 'shape' => 'ThemeStyling', ], 'ThemeFooterLinks' => [ 'shape' => 'ThemeFooterLinks', ], 'ThemeOrganizationLogoURL' => [ 'shape' => 'String', ], 'ThemeFaviconURL' => [ 'shape' => 'String', ], 'CreatedTime' => [ 'shape' => 'Timestamp', ], ], ], 'ThemeAttribute' => [ 'type' => 'string', 'enum' => [ 'FOOTER_LINKS', ], ], 'ThemeAttributes' => [ 'type' => 'list', 'member' => [ 'shape' => 'ThemeAttribute', ], ], 'ThemeFooterLink' => [ 'type' => 'structure', 'members' => [ 'DisplayName' => [ 'shape' => 'ThemeFooterLinkDisplayName', ], 'FooterLinkURL' => [ 'shape' => 'ThemeFooterLinkURL', ], ], ], 'ThemeFooterLinkDisplayName' => [ 'type' => 'string', 'max' => 300, 'min' => 1, 'pattern' => '^[-@./#&+\\w\\s]*$', ], 'ThemeFooterLinkURL' => [ 'type' => 'string', 'max' => 1000, 'min' => 1, ], 'ThemeFooterLinks' => [ 'type' => 'list', 'member' => [ 'shape' => 'ThemeFooterLink', ], ], 'ThemeState' => [ 'type' => 'string', 'enum' => [ 'ENABLED', 'DISABLED', ], ], 'ThemeStyling' => [ 'type' => 'string', 'enum' => [ 'LIGHT_BLUE', 'BLUE', 'PINK', 'RED', ], ], 'ThemeTitleText' => [ 'type' => 'string', 'max' => 300, 'min' => 1, 'pattern' => '^[-@./#&+\\w\\s]*$', ], 'Timestamp' => [ 'type' => 'timestamp', ], 'UntagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'ResourceArn', 'TagKeys', ], 'members' => [ 'ResourceArn' => [ 'shape' => 'Arn', ], 'TagKeys' => [ 'shape' => 'TagKeyList', ], ], ], 'UntagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateAppBlockBuilderRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'Description' => [ 'shape' => 'Description', ], 'DisplayName' => [ 'shape' => 'DisplayName', ], 'Platform' => [ 'shape' => 'PlatformType', ], 'InstanceType' => [ 'shape' => 'String', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'EnableDefaultInternetAccess' => [ 'shape' => 'BooleanObject', ], 'IamRoleArn' => [ 'shape' => 'Arn', ], 'AccessEndpoints' => [ 'shape' => 'AccessEndpointList', ], 'AttributesToDelete' => [ 'shape' => 'AppBlockBuilderAttributes', ], ], ], 'UpdateAppBlockBuilderResult' => [ 'type' => 'structure', 'members' => [ 'AppBlockBuilder' => [ 'shape' => 'AppBlockBuilder', ], ], ], 'UpdateApplicationRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'DisplayName' => [ 'shape' => 'DisplayName', ], 'Description' => [ 'shape' => 'Description', ], 'IconS3Location' => [ 'shape' => 'S3Location', ], 'LaunchPath' => [ 'shape' => 'String', ], 'WorkingDirectory' => [ 'shape' => 'String', ], 'LaunchParameters' => [ 'shape' => 'String', ], 'AppBlockArn' => [ 'shape' => 'Arn', ], 'AttributesToDelete' => [ 'shape' => 'ApplicationAttributes', ], ], ], 'UpdateApplicationResult' => [ 'type' => 'structure', 'members' => [ 'Application' => [ 'shape' => 'Application', ], ], ], 'UpdateDirectoryConfigRequest' => [ 'type' => 'structure', 'required' => [ 'DirectoryName', ], 'members' => [ 'DirectoryName' => [ 'shape' => 'DirectoryName', ], 'OrganizationalUnitDistinguishedNames' => [ 'shape' => 'OrganizationalUnitDistinguishedNamesList', ], 'ServiceAccountCredentials' => [ 'shape' => 'ServiceAccountCredentials', ], 'CertificateBasedAuthProperties' => [ 'shape' => 'CertificateBasedAuthProperties', ], ], ], 'UpdateDirectoryConfigResult' => [ 'type' => 'structure', 'members' => [ 'DirectoryConfig' => [ 'shape' => 'DirectoryConfig', ], ], ], 'UpdateEntitlementRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'StackName', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'StackName' => [ 'shape' => 'Name', ], 'Description' => [ 'shape' => 'Description', ], 'AppVisibility' => [ 'shape' => 'AppVisibility', ], 'Attributes' => [ 'shape' => 'EntitlementAttributeList', ], ], ], 'UpdateEntitlementResult' => [ 'type' => 'structure', 'members' => [ 'Entitlement' => [ 'shape' => 'Entitlement', ], ], ], 'UpdateFleetRequest' => [ 'type' => 'structure', 'members' => [ 'ImageName' => [ 'shape' => 'String', ], 'ImageArn' => [ 'shape' => 'Arn', ], 'Name' => [ 'shape' => 'Name', ], 'InstanceType' => [ 'shape' => 'String', ], 'ComputeCapacity' => [ 'shape' => 'ComputeCapacity', ], 'VpcConfig' => [ 'shape' => 'VpcConfig', ], 'MaxUserDurationInSeconds' => [ 'shape' => 'Integer', ], 'DisconnectTimeoutInSeconds' => [ 'shape' => 'Integer', ], 'DeleteVpcConfig' => [ 'shape' => 'Boolean', 'deprecated' => true, ], 'Description' => [ 'shape' => 'Description', ], 'DisplayName' => [ 'shape' => 'DisplayName', ], 'EnableDefaultInternetAccess' => [ 'shape' => 'BooleanObject', ], 'DomainJoinInfo' => [ 'shape' => 'DomainJoinInfo', ], 'IdleDisconnectTimeoutInSeconds' => [ 'shape' => 'Integer', ], 'AttributesToDelete' => [ 'shape' => 'FleetAttributes', ], 'IamRoleArn' => [ 'shape' => 'Arn', ], 'StreamView' => [ 'shape' => 'StreamView', ], 'Platform' => [ 'shape' => 'PlatformType', ], 'MaxConcurrentSessions' => [ 'shape' => 'Integer', ], 'UsbDeviceFilterStrings' => [ 'shape' => 'UsbDeviceFilterStrings', ], 'SessionScriptS3Location' => [ 'shape' => 'S3Location', ], 'MaxSessionsPerInstance' => [ 'shape' => 'Integer', ], ], ], 'UpdateFleetResult' => [ 'type' => 'structure', 'members' => [ 'Fleet' => [ 'shape' => 'Fleet', ], ], ], 'UpdateImagePermissionsRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'SharedAccountId', 'ImagePermissions', ], 'members' => [ 'Name' => [ 'shape' => 'Name', ], 'SharedAccountId' => [ 'shape' => 'AwsAccountId', ], 'ImagePermissions' => [ 'shape' => 'ImagePermissions', ], ], ], 'UpdateImagePermissionsResult' => [ 'type' => 'structure', 'members' => [], ], 'UpdateStackRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'DisplayName' => [ 'shape' => 'DisplayName', ], 'Description' => [ 'shape' => 'Description', ], 'Name' => [ 'shape' => 'String', ], 'StorageConnectors' => [ 'shape' => 'StorageConnectorList', ], 'DeleteStorageConnectors' => [ 'shape' => 'Boolean', 'deprecated' => true, ], 'RedirectURL' => [ 'shape' => 'RedirectURL', ], 'FeedbackURL' => [ 'shape' => 'FeedbackURL', ], 'AttributesToDelete' => [ 'shape' => 'StackAttributes', ], 'UserSettings' => [ 'shape' => 'UserSettingList', ], 'ApplicationSettings' => [ 'shape' => 'ApplicationSettings', ], 'AccessEndpoints' => [ 'shape' => 'AccessEndpointList', ], 'EmbedHostDomains' => [ 'shape' => 'EmbedHostDomains', ], 'StreamingExperienceSettings' => [ 'shape' => 'StreamingExperienceSettings', ], ], ], 'UpdateStackResult' => [ 'type' => 'structure', 'members' => [ 'Stack' => [ 'shape' => 'Stack', ], ], ], 'UpdateThemeForStackRequest' => [ 'type' => 'structure', 'required' => [ 'StackName', ], 'members' => [ 'StackName' => [ 'shape' => 'Name', ], 'FooterLinks' => [ 'shape' => 'ThemeFooterLinks', ], 'TitleText' => [ 'shape' => 'ThemeTitleText', ], 'ThemeStyling' => [ 'shape' => 'ThemeStyling', ], 'OrganizationLogoS3Location' => [ 'shape' => 'S3Location', ], 'FaviconS3Location' => [ 'shape' => 'S3Location', ], 'State' => [ 'shape' => 'ThemeState', ], 'AttributesToDelete' => [ 'shape' => 'ThemeAttributes', ], ], ], 'UpdateThemeForStackResult' => [ 'type' => 'structure', 'members' => [ 'Theme' => [ 'shape' => 'Theme', ], ], ], 'UsageReportExecutionErrorCode' => [ 'type' => 'string', 'enum' => [ 'RESOURCE_NOT_FOUND', 'ACCESS_DENIED', 'INTERNAL_SERVICE_ERROR', ], ], 'UsageReportSchedule' => [ 'type' => 'string', 'enum' => [ 'DAILY', ], ], 'UsageReportSubscription' => [ 'type' => 'structure', 'members' => [ 'S3BucketName' => [ 'shape' => 'String', ], 'Schedule' => [ 'shape' => 'UsageReportSchedule', ], 'LastGeneratedReportDate' => [ 'shape' => 'Timestamp', ], 'SubscriptionErrors' => [ 'shape' => 'LastReportGenerationExecutionErrors', ], ], ], 'UsageReportSubscriptionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'UsageReportSubscription', ], ], 'UsbDeviceFilterString' => [ 'type' => 'string', 'max' => 100, 'min' => 0, 'pattern' => '^((\\w*)\\s*(\\w*)\\s*\\,\\s*(\\w*)\\s*\\,\\s*\\*?(\\w*)\\s*\\,\\s*\\*?(\\w*)\\s*\\,\\s*\\*?\\d*\\s*\\,\\s*\\*?\\d*\\s*\\,\\s*[0-1]\\s*\\,\\s*[0-1]\\s*)$', ], 'UsbDeviceFilterStrings' => [ 'type' => 'list', 'member' => [ 'shape' => 'UsbDeviceFilterString', ], ], 'User' => [ 'type' => 'structure', 'required' => [ 'AuthenticationType', ], 'members' => [ 'Arn' => [ 'shape' => 'Arn', ], 'UserName' => [ 'shape' => 'Username', ], 'Enabled' => [ 'shape' => 'Boolean', ], 'Status' => [ 'shape' => 'String', ], 'FirstName' => [ 'shape' => 'UserAttributeValue', ], 'LastName' => [ 'shape' => 'UserAttributeValue', ], 'CreatedTime' => [ 'shape' => 'Timestamp', ], 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], ], ], 'UserAttributeValue' => [ 'type' => 'string', 'max' => 2048, 'pattern' => '^[A-Za-z0-9_\\-\\s]+$', 'sensitive' => true, ], 'UserId' => [ 'type' => 'string', 'max' => 128, 'min' => 2, ], 'UserList' => [ 'type' => 'list', 'member' => [ 'shape' => 'User', ], ], 'UserSetting' => [ 'type' => 'structure', 'required' => [ 'Action', 'Permission', ], 'members' => [ 'Action' => [ 'shape' => 'Action', ], 'Permission' => [ 'shape' => 'Permission', ], 'MaximumLength' => [ 'shape' => 'Integer', ], ], ], 'UserSettingList' => [ 'type' => 'list', 'member' => [ 'shape' => 'UserSetting', ], 'min' => 1, ], 'UserStackAssociation' => [ 'type' => 'structure', 'required' => [ 'StackName', 'UserName', 'AuthenticationType', ], 'members' => [ 'StackName' => [ 'shape' => 'String', ], 'UserName' => [ 'shape' => 'Username', ], 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], 'SendEmailNotification' => [ 'shape' => 'Boolean', ], ], ], 'UserStackAssociationError' => [ 'type' => 'structure', 'members' => [ 'UserStackAssociation' => [ 'shape' => 'UserStackAssociation', ], 'ErrorCode' => [ 'shape' => 'UserStackAssociationErrorCode', ], 'ErrorMessage' => [ 'shape' => 'String', ], ], ], 'UserStackAssociationErrorCode' => [ 'type' => 'string', 'enum' => [ 'STACK_NOT_FOUND', 'USER_NAME_NOT_FOUND', 'DIRECTORY_NOT_FOUND', 'INTERNAL_ERROR', ], ], 'UserStackAssociationErrorList' => [ 'type' => 'list', 'member' => [ 'shape' => 'UserStackAssociationError', ], ], 'UserStackAssociationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'UserStackAssociation', ], 'max' => 25, 'min' => 1, ], 'Username' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+', 'sensitive' => true, ], 'VisibilityType' => [ 'type' => 'string', 'enum' => [ 'PUBLIC', 'PRIVATE', 'SHARED', ], ], 'VpcConfig' => [ 'type' => 'structure', 'members' => [ 'SubnetIds' => [ 'shape' => 'SubnetIdList', ], 'SecurityGroupIds' => [ 'shape' => 'SecurityGroupIdList', ], ], ], ],]; diff --git a/src/data/appstream/2016-12-01/docs-2.json b/src/data/appstream/2016-12-01/docs-2.json index f5babbedda..566fa9b7c9 100644 --- a/src/data/appstream/2016-12-01/docs-2.json +++ b/src/data/appstream/2016-12-01/docs-2.json @@ -20,6 +20,7 @@ "CreateImageBuilderStreamingURL": "

Creates a URL to start an image builder streaming session.

", "CreateStack": "

Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations.

", "CreateStreamingURL": "

Creates a temporary URL to start an AppStream 2.0 streaming session for the specified user. A streaming URL enables application streaming to be tested without user setup.

", + "CreateThemeForStack": "

Creates custom branding that customizes the appearance of the streaming application catalog page.

", "CreateUpdatedImage": "

Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent software.

For more information, see the \"Update an Image by Using Managed AppStream 2.0 Image Updates\" section in Administer Your AppStream 2.0 Images, in the Amazon AppStream 2.0 Administration Guide.

", "CreateUsageReportSubscription": "

Creates a usage report subscription. Usage reports are generated daily.

", "CreateUser": "

Creates a new user in the user pool.

", @@ -33,6 +34,7 @@ "DeleteImageBuilder": "

Deletes the specified image builder and releases the capacity.

", "DeleteImagePermissions": "

Deletes permissions for the specified private image. After you delete permissions for an image, AWS accounts to which you previously granted these permissions can no longer use the image.

", "DeleteStack": "

Deletes the specified stack. After the stack is deleted, the application streaming environment provided by the stack is no longer available to users. Also, any reservations made for application streaming sessions for the stack are released.

", + "DeleteThemeForStack": "

Deletes custom branding that customizes the appearance of the streaming application catalog page.

", "DeleteUsageReportSubscription": "

Disables usage report generation.

", "DeleteUser": "

Deletes a user from the user pool.

", "DescribeAppBlockBuilderAppBlockAssociations": "

Retrieves a list that describes one or more app block builder associations.

", @@ -48,6 +50,7 @@ "DescribeImages": "

Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided. Otherwise, all images in the account are described.

", "DescribeSessions": "

Retrieves a list that describes the streaming sessions for a specified stack and fleet. If a UserId is provided for the stack and fleet, only streaming sessions for that user are described. If an authentication type is not provided, the default is to authenticate users using a streaming URL.

", "DescribeStacks": "

Retrieves a list that describes one or more specified stacks, if the stack names are provided. Otherwise, all stacks in the account are described.

", + "DescribeThemeForStack": "

Retrieves a list that describes the theme for a specified stack. A theme is custom branding that customizes the appearance of the streaming application catalog page.

", "DescribeUsageReportSubscriptions": "

Retrieves a list that describes one or more usage report subscriptions.

", "DescribeUserStackAssociations": "

Retrieves a list that describes the UserStackAssociation objects. You must specify either or both of the following:

", "DescribeUsers": "

Retrieves a list that describes one or more specified users in the user pool.

", @@ -76,7 +79,8 @@ "UpdateEntitlement": "

Updates the specified entitlement.

", "UpdateFleet": "

Updates the specified fleet.

If the fleet is in the STOPPED state, you can update any attribute except the fleet name.

If the fleet is in the RUNNING state, you can update the following based on the fleet type:

If the fleet is in the STARTING or STOPPED state, you can't update it.

", "UpdateImagePermissions": "

Adds or updates permissions for the specified private image.

", - "UpdateStack": "

Updates the specified fields for the specified stack.

" + "UpdateStack": "

Updates the specified fields for the specified stack.

", + "UpdateThemeForStack": "

Updates custom branding that customizes the appearance of the streaming application catalog page.

" }, "shapes": { "AccessEndpoint": { @@ -600,6 +604,16 @@ "refs": { } }, + "CreateThemeForStackRequest": { + "base": null, + "refs": { + } + }, + "CreateThemeForStackResult": { + "base": null, + "refs": { + } + }, "CreateUpdatedImageRequest": { "base": null, "refs": { @@ -730,6 +744,16 @@ "refs": { } }, + "DeleteThemeForStackRequest": { + "base": null, + "refs": { + } + }, + "DeleteThemeForStackResult": { + "base": null, + "refs": { + } + }, "DeleteUsageReportSubscriptionRequest": { "base": null, "refs": { @@ -886,6 +910,16 @@ "refs": { } }, + "DescribeThemeForStackRequest": { + "base": null, + "refs": { + } + }, + "DescribeThemeForStackResult": { + "base": null, + "refs": { + } + }, "DescribeUsageReportSubscriptionsRequest": { "base": null, "refs": { @@ -1055,6 +1089,12 @@ "StorageConnector$Domains": "

The names of the domains for the account.

" } }, + "DynamicAppProvidersEnabled": { + "base": null, + "refs": { + "Image$DynamicAppProvidersEnabled": "

Indicates whether dynamic app providers are enabled within an AppStream 2.0 image or not.

" + } + }, "EmbedHostDomain": { "base": "Specifies a valid domain that can embed AppStream. Valid examples include: [\"testorigin.tt--com\", \"testingorigin.com.us\", \"test.com.us\"] Invalid examples include: [\"test,com\", \".com\", \"h*llo.com\". \"\"]", "refs": { @@ -1292,6 +1332,12 @@ "UpdateImagePermissionsRequest$ImagePermissions": "

The permissions for the image.

" } }, + "ImageSharedWithOthers": { + "base": null, + "refs": { + "Image$ImageSharedWithOthers": "

Indicates whether the image is shared with another account ID.

" + } + }, "ImageState": { "base": null, "refs": { @@ -1386,6 +1432,13 @@ "UsageReportSubscription$SubscriptionErrors": "

The errors that were returned if usage reports couldn't be generated.

" } }, + "LatestAppstreamAgentVersion": { + "base": null, + "refs": { + "Image$LatestAppstreamAgentVersion": "

Indicates whether the image is using the latest AppStream 2.0 agent version or not.

", + "ImageBuilder$LatestAppstreamAgentVersion": "

Indicates whether the image builder is using the latest AppStream 2.0 agent version or not.

" + } + }, "LimitExceededException": { "base": "

The requested limit exceeds the permitted limit for an account.

", "refs": { @@ -1479,6 +1532,7 @@ "CreateFleetRequest$ImageName": "

The name of the image used to create the fleet.

", "CreateImageBuilderRequest$Name": "

A unique name for the image builder.

", "CreateStackRequest$Name": "

The name of the stack.

", + "CreateThemeForStackRequest$StackName": "

The name of the stack for the theme.

", "CreateUpdatedImageRequest$existingImageName": "

The name of the image to update.

", "CreateUpdatedImageRequest$newImageName": "

The name of the new image. The name must be unique within the AWS account and Region.

", "DeleteAppBlockBuilderRequest$Name": "

The name of the app block builder.

", @@ -1489,6 +1543,7 @@ "DeleteImageBuilderRequest$Name": "

The name of the image builder.

", "DeleteImagePermissionsRequest$Name": "

The name of the private image.

", "DeleteImageRequest$Name": "

The name of the image.

", + "DeleteThemeForStackRequest$StackName": "

The name of the stack for the theme.

", "DescribeAppBlockBuilderAppBlockAssociationsRequest$AppBlockBuilderName": "

The name of the app block builder.

", "DescribeApplicationFleetAssociationsRequest$FleetName": "

The name of the fleet.

", "DescribeEntitlementsRequest$Name": "

The name of the entitlement.

", @@ -1497,6 +1552,7 @@ "DescribeImagePermissionsResult$Name": "

The name of the private image.

", "DescribeSessionsRequest$StackName": "

The name of the stack. This value is case-sensitive.

", "DescribeSessionsRequest$FleetName": "

The name of the fleet. This value is case-sensitive.

", + "DescribeThemeForStackRequest$StackName": "

The name of the stack for the theme.

", "DisassociateAppBlockBuilderAppBlockRequest$AppBlockBuilderName": "

The name of the app block builder.

", "DisassociateApplicationFleetRequest$FleetName": "

The name of the fleet.

", "DisassociateApplicationFromEntitlementRequest$StackName": "

The name of the stack with which the entitlement is associated.

", @@ -1507,12 +1563,14 @@ "ListEntitledApplicationsRequest$EntitlementName": "

The name of the entitlement.

", "StartAppBlockBuilderRequest$Name": "

The name of the app block builder.

", "StopAppBlockBuilderRequest$Name": "

The name of the app block builder.

", + "Theme$StackName": "

The stack that has the custom branding theme.

", "UpdateAppBlockBuilderRequest$Name": "

The unique name for the app block builder.

", "UpdateApplicationRequest$Name": "

The name of the application. This name is visible to users when display name is not specified.

", "UpdateEntitlementRequest$Name": "

The name of the entitlement.

", "UpdateEntitlementRequest$StackName": "

The name of the stack with which the entitlement is associated.

", "UpdateFleetRequest$Name": "

A unique name for the fleet.

", - "UpdateImagePermissionsRequest$Name": "

The name of the private image.

" + "UpdateImagePermissionsRequest$Name": "

The name of the private image.

", + "UpdateThemeForStackRequest$StackName": "

The name of the stack for the theme.

" } }, "NetworkAccessConfiguration": { @@ -1659,10 +1717,14 @@ "CreateAppBlockRequest$SourceS3Location": "

The source S3 location of the app block.

", "CreateApplicationRequest$IconS3Location": "

The location in S3 of the application icon.

", "CreateFleetRequest$SessionScriptS3Location": "

The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.

", + "CreateThemeForStackRequest$OrganizationLogoS3Location": "

The organization logo that appears on the streaming application catalog page.

", + "CreateThemeForStackRequest$FaviconS3Location": "

The S3 location of the favicon. The favicon enables users to recognize their application streaming site in a browser full of tabs or bookmarks. It is displayed at the top of the browser tab for the application streaming site during users' streaming sessions.

", "Fleet$SessionScriptS3Location": "

The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.

", "ScriptDetails$ScriptS3Location": "

The S3 object location for the script.

", "UpdateApplicationRequest$IconS3Location": "

The icon S3 location of the application.

", - "UpdateFleetRequest$SessionScriptS3Location": "

The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.

" + "UpdateFleetRequest$SessionScriptS3Location": "

The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.

", + "UpdateThemeForStackRequest$OrganizationLogoS3Location": "

The organization logo that appears on the streaming application catalog page.

", + "UpdateThemeForStackRequest$FaviconS3Location": "

The S3 location of the favicon. The favicon enables users to recognize their application streaming site in a browser full of tabs or bookmarks. It is displayed at the top of the browser tab for the application streaming site during users' streaming sessions.

" } }, "ScriptDetails": { @@ -1906,7 +1968,7 @@ "CreateApplicationRequest$LaunchPath": "

The launch path of the application.

", "CreateApplicationRequest$WorkingDirectory": "

The working directory of the application.

", "CreateApplicationRequest$LaunchParameters": "

The launch parameters of the application.

", - "CreateFleetRequest$InstanceType": "

The instance type to use when launching fleet instances. The following instance types are available:

The following instance types are available for Elastic fleets:

", + "CreateFleetRequest$InstanceType": "

The instance type to use when launching fleet instances. The following instance types are available:

The following instance types are available for Elastic fleets:

", "CreateImageBuilderRequest$ImageName": "

The name of the image used to create the image builder.

", "CreateImageBuilderRequest$InstanceType": "

The instance type to use when launching the image builder. The following instance types are available:

", "CreateImageBuilderStreamingURLRequest$Name": "

The name of the image builder.

", @@ -2009,6 +2071,8 @@ "StopImageBuilderRequest$Name": "

The name of the image builder.

", "StringList$member": null, "SubnetIdList$member": null, + "Theme$ThemeOrganizationLogoURL": "

The URL of the logo that displays in the catalog page header.

", + "Theme$ThemeFaviconURL": "

The URL of the icon that displays at the top of a user's browser tab during streaming sessions.

", "UpdateAppBlockBuilderRequest$InstanceType": "

The instance type to use when launching the app block builder. The following instance types are available:

", "UpdateApplicationRequest$LaunchPath": "

The launch path of the application.

", "UpdateApplicationRequest$WorkingDirectory": "

The working directory of the application.

", @@ -2032,6 +2096,7 @@ "DescribeImageBuildersRequest$Names": "

The names of the image builders to describe.

", "DescribeImagesRequest$Names": "

The names of the public or private images to describe.

", "DescribeStacksRequest$Names": "

The names of the stacks to describe.

", + "Image$SupportedInstanceFamilies": "

The supported instances families that determine which image a customer can use when the customer launches a fleet or image builder. The following instances families are supported:

", "ListAssociatedFleetsResult$Names": "

The name of the fleet.

", "ListAssociatedStacksResult$Names": "

The name of the stack.

" } @@ -2085,6 +2150,75 @@ "TagResourceRequest$Tags": "

The tags to associate. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

If you do not specify a value, the value is set to an empty string.

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

_ . : / = + \\ - @

" } }, + "Theme": { + "base": "

The custom branding theme, which might include a custom logo, website links, and other branding to display to users.

", + "refs": { + "CreateThemeForStackResult$Theme": "

The theme object that contains the metadata of the custom branding.

", + "DescribeThemeForStackResult$Theme": "

The theme object that contains the metadata of the custom branding.

", + "UpdateThemeForStackResult$Theme": "

The theme object that contains the metadata of the custom branding.

" + } + }, + "ThemeAttribute": { + "base": null, + "refs": { + "ThemeAttributes$member": null + } + }, + "ThemeAttributes": { + "base": null, + "refs": { + "UpdateThemeForStackRequest$AttributesToDelete": "

The attributes to delete.

" + } + }, + "ThemeFooterLink": { + "base": "

The website links that display in the catalog page footer.

", + "refs": { + "ThemeFooterLinks$member": null + } + }, + "ThemeFooterLinkDisplayName": { + "base": null, + "refs": { + "ThemeFooterLink$DisplayName": "

The name of the websites that display in the catalog page footer.

" + } + }, + "ThemeFooterLinkURL": { + "base": null, + "refs": { + "ThemeFooterLink$FooterLinkURL": "

The URL of the websites that display in the catalog page footer.

" + } + }, + "ThemeFooterLinks": { + "base": null, + "refs": { + "CreateThemeForStackRequest$FooterLinks": "

The links that are displayed in the footer of the streaming application catalog page. These links are helpful resources for users, such as the organization's IT support and product marketing sites.

", + "Theme$ThemeFooterLinks": "

The website links that display in the catalog page footer.

", + "UpdateThemeForStackRequest$FooterLinks": "

The links that are displayed in the footer of the streaming application catalog page. These links are helpful resources for users, such as the organization's IT support and product marketing sites.

" + } + }, + "ThemeState": { + "base": null, + "refs": { + "Theme$State": "

The state of the theme.

", + "UpdateThemeForStackRequest$State": "

Specifies whether custom branding should be applied to catalog page or not.

" + } + }, + "ThemeStyling": { + "base": null, + "refs": { + "CreateThemeForStackRequest$ThemeStyling": "

The color theme that is applied to website links, text, and buttons. These colors are also applied as accents in the background for the streaming application catalog page.

", + "Theme$ThemeStyling": "

The color that is used for the website links, text, buttons, and catalog page background.

", + "UpdateThemeForStackRequest$ThemeStyling": "

The color theme that is applied to website links, text, and buttons. These colors are also applied as accents in the background for the streaming application catalog page.

" + } + }, + "ThemeTitleText": { + "base": null, + "refs": { + "CreateThemeForStackRequest$TitleText": "

The title that is displayed at the top of the browser tab during users' application streaming sessions.

", + "Theme$ThemeTitleText": "

The browser tab page title.

", + "UpdateThemeForStackRequest$TitleText": "

The title that is displayed at the top of the browser tab during users' application streaming sessions.

" + } + }, "Timestamp": { "base": null, "refs": { @@ -2105,6 +2239,7 @@ "Session$StartTime": "

The time when a streaming instance is dedicated for the user.

", "Session$MaxExpirationTime": "

The time when the streaming session is set to expire. This time is based on the MaxUserDurationinSeconds value, which determines the maximum length of time that a streaming session can run. A streaming session might end earlier than the time specified in SessionMaxExpirationTime, when the DisconnectTimeOutInSeconds elapses or the user chooses to end his or her session. If the DisconnectTimeOutInSeconds elapses, or the user chooses to end his or her session, the streaming instance is terminated and the streaming session ends.

", "Stack$CreatedTime": "

The time the stack was created.

", + "Theme$CreatedTime": "

The time the theme was created.

", "UsageReportSubscription$LastGeneratedReportDate": "

The time when the last usage report was generated.

", "User$CreatedTime": "

The date and time the user was created in the user pool.

" } @@ -2189,6 +2324,16 @@ "refs": { } }, + "UpdateThemeForStackRequest": { + "base": null, + "refs": { + } + }, + "UpdateThemeForStackResult": { + "base": null, + "refs": { + } + }, "UsageReportExecutionErrorCode": { "base": null, "refs": { diff --git a/src/data/appstream/2016-12-01/docs-2.json.php b/src/data/appstream/2016-12-01/docs-2.json.php index 4ef625dcb5..d28d3d8c3f 100644 --- a/src/data/appstream/2016-12-01/docs-2.json.php +++ b/src/data/appstream/2016-12-01/docs-2.json.php @@ -1,3 +1,3 @@ '2.0', 'service' => 'Amazon AppStream 2.0

This is the Amazon AppStream 2.0 API Reference. This documentation provides descriptions and syntax for each of the actions and data types in AppStream 2.0. AppStream 2.0 is a fully managed, secure application streaming service that lets you stream desktop applications to users without rewriting applications. AppStream 2.0 manages the AWS resources that are required to host and run your applications, scales automatically, and provides access to your users on demand.

You can call the AppStream 2.0 API operations by using an interface VPC endpoint (interface endpoint). For more information, see Access AppStream 2.0 API Operations and CLI Commands Through an Interface VPC Endpoint in the Amazon AppStream 2.0 Administration Guide.

To learn more about AppStream 2.0, see the following resources:

', 'operations' => [ 'AssociateAppBlockBuilderAppBlock' => '

Associates the specified app block builder with the specified app block.

', 'AssociateApplicationFleet' => '

Associates the specified application with the specified fleet. This is only supported for Elastic fleets.

', 'AssociateApplicationToEntitlement' => '

Associates an application to entitle.

', 'AssociateFleet' => '

Associates the specified fleet with the specified stack.

', 'BatchAssociateUserStack' => '

Associates the specified users with the specified stacks. Users in a user pool cannot be assigned to stacks with fleets that are joined to an Active Directory domain.

', 'BatchDisassociateUserStack' => '

Disassociates the specified users from the specified stacks.

', 'CopyImage' => '

Copies the image within the same region or to a new region within the same AWS account. Note that any tags you added to the image will not be copied.

', 'CreateAppBlock' => '

Creates an app block.

App blocks are an Amazon AppStream 2.0 resource that stores the details about the virtual hard disk in an S3 bucket. It also stores the setup script with details about how to mount the virtual hard disk. The virtual hard disk includes the application binaries and other files necessary to launch your applications. Multiple applications can be assigned to a single app block.

This is only supported for Elastic fleets.

', 'CreateAppBlockBuilder' => '

Creates an app block builder.

', 'CreateAppBlockBuilderStreamingURL' => '

Creates a URL to start a create app block builder streaming session.

', 'CreateApplication' => '

Creates an application.

Applications are an Amazon AppStream 2.0 resource that stores the details about how to launch applications on Elastic fleet streaming instances. An application consists of the launch details, icon, and display name. Applications are associated with an app block that contains the application binaries and other files. The applications assigned to an Elastic fleet are the applications users can launch.

This is only supported for Elastic fleets.

', 'CreateDirectoryConfig' => '

Creates a Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

', 'CreateEntitlement' => '

Creates a new entitlement. Entitlements control access to specific applications within a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all applications in a stack. Entitlements don\'t apply to the desktop stream view application, or to applications managed by a dynamic app provider using the Dynamic Application Framework.

', 'CreateFleet' => '

Creates a fleet. A fleet consists of streaming instances that your users access for their applications and desktops.

', 'CreateImageBuilder' => '

Creates an image builder. An image builder is a virtual machine that is used to create an image.

The initial state of the builder is PENDING. When it is ready, the state is RUNNING.

', 'CreateImageBuilderStreamingURL' => '

Creates a URL to start an image builder streaming session.

', 'CreateStack' => '

Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations.

', 'CreateStreamingURL' => '

Creates a temporary URL to start an AppStream 2.0 streaming session for the specified user. A streaming URL enables application streaming to be tested without user setup.

', 'CreateUpdatedImage' => '

Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent software.

For more information, see the "Update an Image by Using Managed AppStream 2.0 Image Updates" section in Administer Your AppStream 2.0 Images, in the Amazon AppStream 2.0 Administration Guide.

', 'CreateUsageReportSubscription' => '

Creates a usage report subscription. Usage reports are generated daily.

', 'CreateUser' => '

Creates a new user in the user pool.

', 'DeleteAppBlock' => '

Deletes an app block.

', 'DeleteAppBlockBuilder' => '

Deletes an app block builder.

An app block builder can only be deleted when it has no association with an app block.

', 'DeleteApplication' => '

Deletes an application.

', 'DeleteDirectoryConfig' => '

Deletes the specified Directory Config object from AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.

', 'DeleteEntitlement' => '

Deletes the specified entitlement.

', 'DeleteFleet' => '

Deletes the specified fleet.

', 'DeleteImage' => '

Deletes the specified image. You cannot delete an image when it is in use. After you delete an image, you cannot provision new capacity using the image.

', 'DeleteImageBuilder' => '

Deletes the specified image builder and releases the capacity.

', 'DeleteImagePermissions' => '

Deletes permissions for the specified private image. After you delete permissions for an image, AWS accounts to which you previously granted these permissions can no longer use the image.

', 'DeleteStack' => '

Deletes the specified stack. After the stack is deleted, the application streaming environment provided by the stack is no longer available to users. Also, any reservations made for application streaming sessions for the stack are released.

', 'DeleteUsageReportSubscription' => '

Disables usage report generation.

', 'DeleteUser' => '

Deletes a user from the user pool.

', 'DescribeAppBlockBuilderAppBlockAssociations' => '

Retrieves a list that describes one or more app block builder associations.

', 'DescribeAppBlockBuilders' => '

Retrieves a list that describes one or more app block builders.

', 'DescribeAppBlocks' => '

Retrieves a list that describes one or more app blocks.

', 'DescribeApplicationFleetAssociations' => '

Retrieves a list that describes one or more application fleet associations. Either ApplicationArn or FleetName must be specified.

', 'DescribeApplications' => '

Retrieves a list that describes one or more applications.

', 'DescribeDirectoryConfigs' => '

Retrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names for these objects are provided. Otherwise, all Directory Config objects in the account are described. These objects include the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

Although the response syntax in this topic includes the account password, this password is not returned in the actual response.

', 'DescribeEntitlements' => '

Retrieves a list that describes one of more entitlements.

', 'DescribeFleets' => '

Retrieves a list that describes one or more specified fleets, if the fleet names are provided. Otherwise, all fleets in the account are described.

', 'DescribeImageBuilders' => '

Retrieves a list that describes one or more specified image builders, if the image builder names are provided. Otherwise, all image builders in the account are described.

', 'DescribeImagePermissions' => '

Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.

', 'DescribeImages' => '

Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided. Otherwise, all images in the account are described.

', 'DescribeSessions' => '

Retrieves a list that describes the streaming sessions for a specified stack and fleet. If a UserId is provided for the stack and fleet, only streaming sessions for that user are described. If an authentication type is not provided, the default is to authenticate users using a streaming URL.

', 'DescribeStacks' => '

Retrieves a list that describes one or more specified stacks, if the stack names are provided. Otherwise, all stacks in the account are described.

', 'DescribeUsageReportSubscriptions' => '

Retrieves a list that describes one or more usage report subscriptions.

', 'DescribeUserStackAssociations' => '

Retrieves a list that describes the UserStackAssociation objects. You must specify either or both of the following:

', 'DescribeUsers' => '

Retrieves a list that describes one or more specified users in the user pool.

', 'DisableUser' => '

Disables the specified user in the user pool. Users can\'t sign in to AppStream 2.0 until they are re-enabled. This action does not delete the user.

', 'DisassociateAppBlockBuilderAppBlock' => '

Disassociates a specified app block builder from a specified app block.

', 'DisassociateApplicationFleet' => '

Disassociates the specified application from the fleet.

', 'DisassociateApplicationFromEntitlement' => '

Deletes the specified application from the specified entitlement.

', 'DisassociateFleet' => '

Disassociates the specified fleet from the specified stack.

', 'EnableUser' => '

Enables a user in the user pool. After being enabled, users can sign in to AppStream 2.0 and open applications from the stacks to which they are assigned.

', 'ExpireSession' => '

Immediately stops the specified streaming session.

', 'ListAssociatedFleets' => '

Retrieves the name of the fleet that is associated with the specified stack.

', 'ListAssociatedStacks' => '

Retrieves the name of the stack with which the specified fleet is associated.

', 'ListEntitledApplications' => '

Retrieves a list of entitled applications.

', 'ListTagsForResource' => '

Retrieves a list of all tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

', 'StartAppBlockBuilder' => '

Starts an app block builder.

An app block builder can only be started when it\'s associated with an app block.

Starting an app block builder starts a new instance, which is equivalent to an elastic fleet instance with application builder assistance functionality.

', 'StartFleet' => '

Starts the specified fleet.

', 'StartImageBuilder' => '

Starts the specified image builder.

', 'StopAppBlockBuilder' => '

Stops an app block builder.

Stopping an app block builder terminates the instance, and the instance state is not persisted.

', 'StopFleet' => '

Stops the specified fleet.

', 'StopImageBuilder' => '

Stops the specified image builder.

', 'TagResource' => '

Adds or overwrites one or more tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.

Each tag consists of a key and an optional value. If a resource already has a tag with the same key, this operation updates its value.

To list the current tags for your resources, use ListTagsForResource. To disassociate tags from your resources, use UntagResource.

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

', 'UntagResource' => '

Disassociates one or more specified tags from the specified AppStream 2.0 resource.

To list the current tags for your resources, use ListTagsForResource.

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

', 'UpdateAppBlockBuilder' => '

Updates an app block builder.

If the app block builder is in the STARTING or STOPPING state, you can\'t update it. If the app block builder is in the RUNNING state, you can only update the DisplayName and Description. If the app block builder is in the STOPPED state, you can update any attribute except the Name.

', 'UpdateApplication' => '

Updates the specified application.

', 'UpdateDirectoryConfig' => '

Updates the specified Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

', 'UpdateEntitlement' => '

Updates the specified entitlement.

', 'UpdateFleet' => '

Updates the specified fleet.

If the fleet is in the STOPPED state, you can update any attribute except the fleet name.

If the fleet is in the RUNNING state, you can update the following based on the fleet type:

If the fleet is in the STARTING or STOPPED state, you can\'t update it.

', 'UpdateImagePermissions' => '

Adds or updates permissions for the specified private image.

', 'UpdateStack' => '

Updates the specified fields for the specified stack.

', ], 'shapes' => [ 'AccessEndpoint' => [ 'base' => '

Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and AppStream 2.0. When you specify an interface endpoint for a stack, users of the stack can connect to AppStream 2.0 only through that endpoint. When you specify an interface endpoint for an image builder, administrators can connect to the image builder only through that endpoint.

', 'refs' => [ 'AccessEndpointList$member' => NULL, ], ], 'AccessEndpointList' => [ 'base' => NULL, 'refs' => [ 'AppBlockBuilder$AccessEndpoints' => '

The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.

', 'CreateAppBlockBuilderRequest$AccessEndpoints' => '

The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.

', 'CreateImageBuilderRequest$AccessEndpoints' => '

The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the image builder only through the specified endpoints.

', 'CreateStackRequest$AccessEndpoints' => '

The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.

', 'ImageBuilder$AccessEndpoints' => '

The list of virtual private cloud (VPC) interface endpoint objects. Administrators can connect to the image builder only through the specified endpoints.

', 'Stack$AccessEndpoints' => '

The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.

', 'UpdateAppBlockBuilderRequest$AccessEndpoints' => '

The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.

', 'UpdateStackRequest$AccessEndpoints' => '

The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.

', ], ], 'AccessEndpointType' => [ 'base' => NULL, 'refs' => [ 'AccessEndpoint$EndpointType' => '

The type of interface endpoint.

', ], ], 'AccountName' => [ 'base' => NULL, 'refs' => [ 'ServiceAccountCredentials$AccountName' => '

The user name of the account. This account must have the following privileges: create computer objects, join computers to the domain, and change/reset the password on descendant computer objects for the organizational units specified.

', ], ], 'AccountPassword' => [ 'base' => NULL, 'refs' => [ 'ServiceAccountCredentials$AccountPassword' => '

The password for the account.

', ], ], 'Action' => [ 'base' => NULL, 'refs' => [ 'UserSetting$Action' => '

The action that is enabled or disabled.

', ], ], 'AppBlock' => [ 'base' => '

Describes an app block.

App blocks are an Amazon AppStream 2.0 resource that stores the details about the virtual hard disk in an S3 bucket. It also stores the setup script with details about how to mount the virtual hard disk. The virtual hard disk includes the application binaries and other files necessary to launch your applications. Multiple applications can be assigned to a single app block.

This is only supported for Elastic fleets.

', 'refs' => [ 'AppBlocks$member' => NULL, 'CreateAppBlockResult$AppBlock' => '

The app block.

', ], ], 'AppBlockBuilder' => [ 'base' => '

Describes an app block builder.

', 'refs' => [ 'AppBlockBuilderList$member' => NULL, 'CreateAppBlockBuilderResult$AppBlockBuilder' => NULL, 'StartAppBlockBuilderResult$AppBlockBuilder' => NULL, 'StopAppBlockBuilderResult$AppBlockBuilder' => NULL, 'UpdateAppBlockBuilderResult$AppBlockBuilder' => NULL, ], ], 'AppBlockBuilderAppBlockAssociation' => [ 'base' => '

Describes an association between an app block builder and app block.

', 'refs' => [ 'AppBlockBuilderAppBlockAssociationsList$member' => NULL, 'AssociateAppBlockBuilderAppBlockResult$AppBlockBuilderAppBlockAssociation' => '

The list of app block builders associated with app blocks.

', ], ], 'AppBlockBuilderAppBlockAssociationsList' => [ 'base' => NULL, 'refs' => [ 'DescribeAppBlockBuilderAppBlockAssociationsResult$AppBlockBuilderAppBlockAssociations' => '

This list of app block builders associated with app blocks.

', ], ], 'AppBlockBuilderAttribute' => [ 'base' => NULL, 'refs' => [ 'AppBlockBuilderAttributes$member' => NULL, ], ], 'AppBlockBuilderAttributes' => [ 'base' => NULL, 'refs' => [ 'UpdateAppBlockBuilderRequest$AttributesToDelete' => '

The attributes to delete from the app block builder.

', ], ], 'AppBlockBuilderList' => [ 'base' => NULL, 'refs' => [ 'DescribeAppBlockBuildersResult$AppBlockBuilders' => '

The list that describes one or more app block builders.

', ], ], 'AppBlockBuilderPlatformType' => [ 'base' => NULL, 'refs' => [ 'AppBlockBuilder$Platform' => '

The platform of the app block builder.

WINDOWS_SERVER_2019 is the only valid value.

', 'CreateAppBlockBuilderRequest$Platform' => '

The platform of the app block builder.

WINDOWS_SERVER_2019 is the only valid value.

', ], ], 'AppBlockBuilderState' => [ 'base' => NULL, 'refs' => [ 'AppBlockBuilder$State' => '

The state of the app block builder.

', ], ], 'AppBlockBuilderStateChangeReason' => [ 'base' => '

Describes the reason why the last app block builder state change occurred.

', 'refs' => [ 'AppBlockBuilder$StateChangeReason' => '

The state change reason.

', ], ], 'AppBlockBuilderStateChangeReasonCode' => [ 'base' => NULL, 'refs' => [ 'AppBlockBuilderStateChangeReason$Code' => '

The state change reason code.

', ], ], 'AppBlockState' => [ 'base' => NULL, 'refs' => [ 'AppBlock$State' => '

The state of the app block.

An app block with AppStream 2.0 packaging will be in the INACTIVE state if no application package (VHD) is assigned to it. After an application package (VHD) is created by an app block builder for an app block, it becomes ACTIVE.

Custom app blocks are always in the ACTIVE state and no action is required to use them.

', ], ], 'AppBlocks' => [ 'base' => NULL, 'refs' => [ 'DescribeAppBlocksResult$AppBlocks' => '

The app blocks in the list.

', ], ], 'AppVisibility' => [ 'base' => NULL, 'refs' => [ 'CreateEntitlementRequest$AppVisibility' => '

Specifies whether all or selected apps are entitled.

', 'Entitlement$AppVisibility' => '

Specifies whether all or selected apps are entitled.

', 'UpdateEntitlementRequest$AppVisibility' => '

Specifies whether all or only selected apps are entitled.

', ], ], 'Application' => [ 'base' => '

Describes an application in the application catalog.

', 'refs' => [ 'Applications$member' => NULL, 'CreateApplicationResult$Application' => NULL, 'UpdateApplicationResult$Application' => NULL, ], ], 'ApplicationAttribute' => [ 'base' => NULL, 'refs' => [ 'ApplicationAttributes$member' => NULL, ], ], 'ApplicationAttributes' => [ 'base' => NULL, 'refs' => [ 'UpdateApplicationRequest$AttributesToDelete' => '

The attributes to delete for an application.

', ], ], 'ApplicationFleetAssociation' => [ 'base' => '

Describes the application fleet association.

', 'refs' => [ 'ApplicationFleetAssociationList$member' => NULL, 'AssociateApplicationFleetResult$ApplicationFleetAssociation' => '

If fleet name is specified, this returns the list of applications that are associated to it. If application ARN is specified, this returns the list of fleets to which it is associated.

', ], ], 'ApplicationFleetAssociationList' => [ 'base' => NULL, 'refs' => [ 'DescribeApplicationFleetAssociationsResult$ApplicationFleetAssociations' => '

The application fleet associations in the list.

', ], ], 'ApplicationSettings' => [ 'base' => '

The persistent application settings for users of a stack.

', 'refs' => [ 'CreateStackRequest$ApplicationSettings' => '

The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.

', 'UpdateStackRequest$ApplicationSettings' => '

The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.

', ], ], 'ApplicationSettingsResponse' => [ 'base' => '

Describes the persistent application settings for users of a stack.

', 'refs' => [ 'Stack$ApplicationSettings' => '

The persistent application settings for users of the stack.

', ], ], 'Applications' => [ 'base' => NULL, 'refs' => [ 'DescribeApplicationsResult$Applications' => '

The applications in the list.

', 'Image$Applications' => '

The applications associated with the image.

', ], ], 'AppstreamAgentVersion' => [ 'base' => NULL, 'refs' => [ 'CreateImageBuilderRequest$AppstreamAgentVersion' => '

The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].

', 'Image$AppstreamAgentVersion' => '

The version of the AppStream 2.0 agent to use for instances that are launched from this image.

', 'ImageBuilder$AppstreamAgentVersion' => '

The version of the AppStream 2.0 agent that is currently being used by the image builder.

', 'StartImageBuilderRequest$AppstreamAgentVersion' => '

The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].

', ], ], 'Arn' => [ 'base' => NULL, 'refs' => [ 'AppBlock$Arn' => '

The ARN of the app block.

', 'AppBlockBuilder$Arn' => '

The ARN of the app block builder.

', 'AppBlockBuilder$IamRoleArn' => '

The ARN of the IAM role that is applied to the app block builder.

', 'AppBlockBuilderAppBlockAssociation$AppBlockArn' => '

The ARN of the app block.

', 'Application$Arn' => '

The ARN of the application.

', 'Application$AppBlockArn' => '

The app block ARN of the application.

', 'ApplicationFleetAssociation$ApplicationArn' => '

The ARN of the application associated with the fleet.

', 'ArnList$member' => NULL, 'AssociateAppBlockBuilderAppBlockRequest$AppBlockArn' => '

The ARN of the app block.

', 'AssociateApplicationFleetRequest$ApplicationArn' => '

The ARN of the application.

', 'CertificateBasedAuthProperties$CertificateAuthorityArn' => '

The ARN of the AWS Certificate Manager Private CA resource.

', 'CreateAppBlockBuilderRequest$IamRoleArn' => '

The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To assume a role, the app block builder calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

', 'CreateApplicationRequest$AppBlockArn' => '

The app block ARN to which the application should be associated

', 'CreateFleetRequest$ImageArn' => '

The ARN of the public, private, or shared image to use.

', 'CreateFleetRequest$IamRoleArn' => '

The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a fleet instance calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

', 'CreateImageBuilderRequest$ImageArn' => '

The ARN of the public, private, or shared image to use.

', 'CreateImageBuilderRequest$IamRoleArn' => '

The Amazon Resource Name (ARN) of the IAM role to apply to the image builder. To assume a role, the image builder calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

', 'DescribeAppBlockBuilderAppBlockAssociationsRequest$AppBlockArn' => '

The ARN of the app block.

', 'DescribeApplicationFleetAssociationsRequest$ApplicationArn' => '

The ARN of the application.

', 'DisassociateAppBlockBuilderAppBlockRequest$AppBlockArn' => '

The ARN of the app block.

', 'DisassociateApplicationFleetRequest$ApplicationArn' => '

The ARN of the application.

', 'Fleet$Arn' => '

The Amazon Resource Name (ARN) for the fleet.

', 'Fleet$ImageArn' => '

The ARN for the public, private, or shared image.

', 'Fleet$IamRoleArn' => '

The ARN of the IAM role that is applied to the fleet. To assume a role, the fleet instance calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

', 'Image$Arn' => '

The ARN of the image.

', 'Image$BaseImageArn' => '

The ARN of the image from which this image was created.

', 'ImageBuilder$Arn' => '

The ARN for the image builder.

', 'ImageBuilder$ImageArn' => '

The ARN of the image from which this builder was created.

', 'ImageBuilder$IamRoleArn' => '

The ARN of the IAM role that is applied to the image builder. To assume a role, the image builder calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

', 'ListTagsForResourceRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource.

', 'Stack$Arn' => '

The ARN of the stack.

', 'TagResourceRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource.

', 'UntagResourceRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource.

', 'UpdateAppBlockBuilderRequest$IamRoleArn' => '

The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To assume a role, the app block builder calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

', 'UpdateApplicationRequest$AppBlockArn' => '

The ARN of the app block.

', 'UpdateFleetRequest$ImageArn' => '

The ARN of the public, private, or shared image to use.

', 'UpdateFleetRequest$IamRoleArn' => '

The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a fleet instance calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

', 'User$Arn' => '

The ARN of the user.

', ], ], 'ArnList' => [ 'base' => NULL, 'refs' => [ 'DescribeAppBlocksRequest$Arns' => '

The ARNs of the app blocks.

', 'DescribeApplicationsRequest$Arns' => '

The ARNs for the applications.

', 'DescribeImagesRequest$Arns' => '

The ARNs of the public, private, and shared images to describe.

', ], ], 'AssociateAppBlockBuilderAppBlockRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateAppBlockBuilderAppBlockResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateApplicationFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateApplicationFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateApplicationToEntitlementRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateApplicationToEntitlementResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'AuthenticationType' => [ 'base' => NULL, 'refs' => [ 'CreateUserRequest$AuthenticationType' => '

The authentication type for the user. You must specify USERPOOL.

', 'DeleteUserRequest$AuthenticationType' => '

The authentication type for the user. You must specify USERPOOL.

', 'DescribeSessionsRequest$AuthenticationType' => '

The authentication method. Specify API for a user authenticated using a streaming URL or SAML for a SAML federated user. The default is to authenticate users using a streaming URL.

', 'DescribeUserStackAssociationsRequest$AuthenticationType' => '

The authentication type for the user who is associated with the stack. You must specify USERPOOL.

', 'DescribeUsersRequest$AuthenticationType' => '

The authentication type for the users in the user pool to describe. You must specify USERPOOL.

', 'DisableUserRequest$AuthenticationType' => '

The authentication type for the user. You must specify USERPOOL.

', 'EnableUserRequest$AuthenticationType' => '

The authentication type for the user. You must specify USERPOOL.

', 'Session$AuthenticationType' => '

The authentication method. The user is authenticated using a streaming URL (API) or SAML 2.0 federation (SAML).

', 'User$AuthenticationType' => '

The authentication type for the user.

', 'UserStackAssociation$AuthenticationType' => '

The authentication type for the user.

', ], ], 'AwsAccountId' => [ 'base' => NULL, 'refs' => [ 'AwsAccountIdList$member' => NULL, 'DeleteImagePermissionsRequest$SharedAccountId' => '

The 12-digit identifier of the AWS account for which to delete image permissions.

', 'SharedImagePermissions$sharedAccountId' => '

The 12-digit identifier of the AWS account with which the image is shared.

', 'UpdateImagePermissionsRequest$SharedAccountId' => '

The 12-digit identifier of the AWS account for which you want add or update image permissions.

', ], ], 'AwsAccountIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeImagePermissionsRequest$SharedAwsAccountIds' => '

The 12-digit identifier of one or more AWS accounts with which the image is shared.

', ], ], 'BatchAssociateUserStackRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchAssociateUserStackResult' => [ 'base' => NULL, 'refs' => [], ], 'BatchDisassociateUserStackRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchDisassociateUserStackResult' => [ 'base' => NULL, 'refs' => [], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'Application$Enabled' => '

If there is a problem, the application can be disabled after image creation.

', 'ApplicationSettings$Enabled' => '

Enables or disables persistent application settings for users during their streaming sessions.

', 'ApplicationSettingsResponse$Enabled' => '

Specifies whether persistent application settings are enabled for users during their streaming sessions.

', 'CreateUpdatedImageRequest$dryRun' => '

Indicates whether to display the status of image update availability before AppStream 2.0 initiates the process of creating a new updated image. If this value is set to true, AppStream 2.0 displays whether image updates are available. If this value is set to false, AppStream 2.0 initiates the process of creating a new updated image without displaying whether image updates are available.

', 'CreateUpdatedImageResult$canUpdateImage' => '

Indicates whether a new image can be created.

', 'Image$ImageBuilderSupported' => '

Indicates whether an image builder can be launched from this image.

', 'UpdateFleetRequest$DeleteVpcConfig' => '

Deletes the VPC association for the specified fleet.

', 'UpdateStackRequest$DeleteStorageConnectors' => '

Deletes the storage connectors currently enabled for the stack.

', 'User$Enabled' => '

Specifies whether the user in the user pool is enabled.

', 'UserStackAssociation$SendEmailNotification' => '

Specifies whether a welcome email is sent to a user after the user is created in the user pool.

', ], ], 'BooleanObject' => [ 'base' => NULL, 'refs' => [ 'AppBlockBuilder$EnableDefaultInternetAccess' => '

Indicates whether default internet access is enabled for the app block builder.

', 'CreateAppBlockBuilderRequest$EnableDefaultInternetAccess' => '

Enables or disables default internet access for the app block builder.

', 'CreateFleetRequest$EnableDefaultInternetAccess' => '

Enables or disables default internet access for the fleet.

', 'CreateImageBuilderRequest$EnableDefaultInternetAccess' => '

Enables or disables default internet access for the image builder.

', 'Fleet$EnableDefaultInternetAccess' => '

Indicates whether default internet access is enabled for the fleet.

', 'ImageBuilder$EnableDefaultInternetAccess' => '

Enables or disables default internet access for the image builder.

', 'ImagePermissions$allowFleet' => '

Indicates whether the image can be used for a fleet.

', 'ImagePermissions$allowImageBuilder' => '

Indicates whether the image can be used for an image builder.

', 'UpdateAppBlockBuilderRequest$EnableDefaultInternetAccess' => '

Enables or disables default internet access for the app block builder.

', 'UpdateFleetRequest$EnableDefaultInternetAccess' => '

Enables or disables default internet access for the fleet.

', ], ], 'CertificateBasedAuthProperties' => [ 'base' => '

The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow users to log in using their AD domain password. Users will be disconnected to re-authenticate using certificates.

', 'refs' => [ 'CreateDirectoryConfigRequest$CertificateBasedAuthProperties' => '

The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow users to log in using their AD domain password. Users will be disconnected to re-authenticate using certificates.

', 'DirectoryConfig$CertificateBasedAuthProperties' => '

The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow users to log in using their AD domain password. Users will be disconnected to re-authenticate using certificates.

', 'UpdateDirectoryConfigRequest$CertificateBasedAuthProperties' => '

The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow users to log in using their AD domain password. Users will be disconnected to re-authenticate using certificates.

', ], ], 'CertificateBasedAuthStatus' => [ 'base' => NULL, 'refs' => [ 'CertificateBasedAuthProperties$Status' => '

The status of the certificate-based authentication properties.

', ], ], 'ComputeCapacity' => [ 'base' => '

Describes the capacity for a fleet.

', 'refs' => [ 'CreateFleetRequest$ComputeCapacity' => '

The desired capacity for the fleet. This is not allowed for Elastic fleets. For Elastic fleets, specify MaxConcurrentSessions instead.

', 'UpdateFleetRequest$ComputeCapacity' => '

The desired capacity for the fleet. This is not allowed for Elastic fleets.

', ], ], 'ComputeCapacityStatus' => [ 'base' => '

Describes the capacity status for a fleet.

', 'refs' => [ 'Fleet$ComputeCapacityStatus' => '

The capacity status for the fleet.

', ], ], 'ConcurrentModificationException' => [ 'base' => '

An API error occurred. Wait a few minutes and try again.

', 'refs' => [], ], 'CopyImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'CopyImageResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateAppBlockBuilderRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateAppBlockBuilderResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateAppBlockBuilderStreamingURLRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateAppBlockBuilderStreamingURLResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateAppBlockRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateAppBlockResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateApplicationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateApplicationResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateDirectoryConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDirectoryConfigResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateEntitlementRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateEntitlementResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateImageBuilderRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateImageBuilderResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateImageBuilderStreamingURLRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateImageBuilderStreamingURLResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateStackRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateStackResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateStreamingURLRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateStreamingURLResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateUpdatedImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateUpdatedImageResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateUsageReportSubscriptionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateUsageReportSubscriptionResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateUserRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateUserResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAppBlockBuilderRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAppBlockBuilderResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAppBlockRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAppBlockResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteApplicationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteApplicationResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDirectoryConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDirectoryConfigResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteEntitlementRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteEntitlementResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteImageBuilderRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteImageBuilderResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteImagePermissionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteImagePermissionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteImageResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteStackRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteStackResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteUsageReportSubscriptionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteUsageReportSubscriptionResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteUserRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteUserResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAppBlockBuilderAppBlockAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAppBlockBuilderAppBlockAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAppBlockBuildersRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAppBlockBuildersResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAppBlocksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAppBlocksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeApplicationFleetAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeApplicationFleetAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeApplicationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeApplicationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDirectoryConfigsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDirectoryConfigsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEntitlementsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEntitlementsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFleetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFleetsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImageBuildersRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImageBuildersResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImagePermissionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImagePermissionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImagesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeImagesRequest$MaxResults' => '

The maximum size of each page of results.

', ], ], 'DescribeImagesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImagesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSessionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSessionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeStacksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeStacksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeUsageReportSubscriptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeUsageReportSubscriptionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeUserStackAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeUserStackAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeUsersRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeUsersResult' => [ 'base' => NULL, 'refs' => [], ], 'Description' => [ 'base' => NULL, 'refs' => [ 'CopyImageRequest$DestinationImageDescription' => '

The description that the image will have when it is copied to the destination.

', 'CreateAppBlockBuilderRequest$Description' => '

The description of the app block builder.

', 'CreateAppBlockRequest$Description' => '

The description of the app block.

', 'CreateApplicationRequest$Description' => '

The description of the application.

', 'CreateEntitlementRequest$Description' => '

The description of the entitlement.

', 'CreateFleetRequest$Description' => '

The description to display.

', 'CreateImageBuilderRequest$Description' => '

The description to display.

', 'CreateStackRequest$Description' => '

The description to display.

', 'CreateUpdatedImageRequest$newImageDescription' => '

The description to display for the new image.

', 'Entitlement$Description' => '

The description of the entitlement.

', 'UpdateAppBlockBuilderRequest$Description' => '

The description of the app block builder.

', 'UpdateApplicationRequest$Description' => '

The description of the application.

', 'UpdateEntitlementRequest$Description' => '

The description of the entitlement.

', 'UpdateFleetRequest$Description' => '

The description to display.

', 'UpdateStackRequest$Description' => '

The description to display.

', ], ], 'DirectoryConfig' => [ 'base' => '

Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

', 'refs' => [ 'CreateDirectoryConfigResult$DirectoryConfig' => '

Information about the directory configuration.

', 'DirectoryConfigList$member' => NULL, 'UpdateDirectoryConfigResult$DirectoryConfig' => '

Information about the Directory Config object.

', ], ], 'DirectoryConfigList' => [ 'base' => NULL, 'refs' => [ 'DescribeDirectoryConfigsResult$DirectoryConfigs' => '

Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.

', ], ], 'DirectoryName' => [ 'base' => NULL, 'refs' => [ 'CreateDirectoryConfigRequest$DirectoryName' => '

The fully qualified name of the directory (for example, corp.example.com).

', 'DeleteDirectoryConfigRequest$DirectoryName' => '

The name of the directory configuration.

', 'DirectoryConfig$DirectoryName' => '

The fully qualified name of the directory (for example, corp.example.com).

', 'DirectoryNameList$member' => NULL, 'DomainJoinInfo$DirectoryName' => '

The fully qualified name of the directory (for example, corp.example.com).

', 'UpdateDirectoryConfigRequest$DirectoryName' => '

The name of the Directory Config object.

', ], ], 'DirectoryNameList' => [ 'base' => NULL, 'refs' => [ 'DescribeDirectoryConfigsRequest$DirectoryNames' => '

The directory names.

', ], ], 'DisableUserRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableUserResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateAppBlockBuilderAppBlockRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateAppBlockBuilderAppBlockResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateApplicationFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateApplicationFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateApplicationFromEntitlementRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateApplicationFromEntitlementResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'DisplayName' => [ 'base' => NULL, 'refs' => [ 'CreateAppBlockBuilderRequest$DisplayName' => '

The display name of the app block builder.

', 'CreateAppBlockRequest$DisplayName' => '

The display name of the app block. This is not displayed to the user.

', 'CreateApplicationRequest$DisplayName' => '

The display name of the application. This name is visible to users in the application catalog.

', 'CreateFleetRequest$DisplayName' => '

The fleet name to display.

', 'CreateImageBuilderRequest$DisplayName' => '

The image builder name to display.

', 'CreateStackRequest$DisplayName' => '

The stack name to display.

', 'CreateUpdatedImageRequest$newImageDisplayName' => '

The name to display for the new image.

', 'UpdateAppBlockBuilderRequest$DisplayName' => '

The display name of the app block builder.

', 'UpdateApplicationRequest$DisplayName' => '

The display name of the application. This name is visible to users in the application catalog.

', 'UpdateFleetRequest$DisplayName' => '

The fleet name to display.

', 'UpdateStackRequest$DisplayName' => '

The stack name to display.

', ], ], 'Domain' => [ 'base' => 'GSuite domain for GDrive integration.', 'refs' => [ 'DomainList$member' => NULL, ], ], 'DomainJoinInfo' => [ 'base' => '

Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

', 'refs' => [ 'CreateFleetRequest$DomainJoinInfo' => '

The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain. This is not allowed for Elastic fleets.

', 'CreateImageBuilderRequest$DomainJoinInfo' => '

The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.

', 'Fleet$DomainJoinInfo' => '

The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.

', 'ImageBuilder$DomainJoinInfo' => '

The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.

', 'UpdateFleetRequest$DomainJoinInfo' => '

The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.

', ], ], 'DomainList' => [ 'base' => NULL, 'refs' => [ 'StorageConnector$Domains' => '

The names of the domains for the account.

', ], ], 'EmbedHostDomain' => [ 'base' => 'Specifies a valid domain that can embed AppStream. Valid examples include: ["testorigin.tt--com", "testingorigin.com.us", "test.com.us"] Invalid examples include: ["test,com", ".com", "h*llo.com". ""]', 'refs' => [ 'EmbedHostDomains$member' => NULL, ], ], 'EmbedHostDomains' => [ 'base' => NULL, 'refs' => [ 'CreateStackRequest$EmbedHostDomains' => '

The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.

', 'Stack$EmbedHostDomains' => '

The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.

', 'UpdateStackRequest$EmbedHostDomains' => '

The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.

', ], ], 'EnableUserRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableUserResult' => [ 'base' => NULL, 'refs' => [], ], 'EntitledApplication' => [ 'base' => '

The application associated to an entitlement. Access is controlled based on user attributes.

', 'refs' => [ 'EntitledApplicationList$member' => NULL, ], ], 'EntitledApplicationList' => [ 'base' => NULL, 'refs' => [ 'ListEntitledApplicationsResult$EntitledApplications' => '

The entitled applications.

', ], ], 'Entitlement' => [ 'base' => '

Specifies an entitlement. Entitlements control access to specific applications within a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all applications in a stack. Entitlements don\'t apply to the desktop stream view application, or to applications managed by a dynamic app provider using the Dynamic Application Framework.

', 'refs' => [ 'CreateEntitlementResult$Entitlement' => '

The entitlement.

', 'EntitlementList$member' => NULL, 'UpdateEntitlementResult$Entitlement' => '

The entitlement.

', ], ], 'EntitlementAlreadyExistsException' => [ 'base' => '

The entitlement already exists.

', 'refs' => [], ], 'EntitlementAttribute' => [ 'base' => '

An attribute associated with an entitlement. Application entitlements work by matching a supported SAML 2.0 attribute name to a value when a user identity federates to an Amazon AppStream 2.0 SAML application.

', 'refs' => [ 'EntitlementAttributeList$member' => NULL, ], ], 'EntitlementAttributeList' => [ 'base' => NULL, 'refs' => [ 'CreateEntitlementRequest$Attributes' => '

The attributes of the entitlement.

', 'Entitlement$Attributes' => '

The attributes of the entitlement.

', 'UpdateEntitlementRequest$Attributes' => '

The attributes of the entitlement.

', ], ], 'EntitlementList' => [ 'base' => NULL, 'refs' => [ 'DescribeEntitlementsResult$Entitlements' => '

The entitlements.

', ], ], 'EntitlementNotFoundException' => [ 'base' => '

The entitlement can\'t be found.

', 'refs' => [], ], 'ErrorDetails' => [ 'base' => '

The error details.

', 'refs' => [ 'ErrorDetailsList$member' => NULL, ], ], 'ErrorDetailsList' => [ 'base' => NULL, 'refs' => [ 'AppBlock$AppBlockErrors' => '

The errors of the app block.

', ], ], 'ErrorMessage' => [ 'base' => '

The error message in the exception.

', 'refs' => [ 'ConcurrentModificationException$Message' => NULL, 'EntitlementAlreadyExistsException$Message' => NULL, 'EntitlementNotFoundException$Message' => NULL, 'IncompatibleImageException$Message' => NULL, 'InvalidAccountStatusException$Message' => NULL, 'InvalidParameterCombinationException$Message' => NULL, 'InvalidRoleException$Message' => NULL, 'LimitExceededException$Message' => NULL, 'OperationNotPermittedException$Message' => NULL, 'RequestLimitExceededException$Message' => NULL, 'ResourceAlreadyExistsException$Message' => NULL, 'ResourceInUseException$Message' => NULL, 'ResourceNotAvailableException$Message' => NULL, 'ResourceNotFoundException$Message' => NULL, ], ], 'ExpireSessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'ExpireSessionResult' => [ 'base' => NULL, 'refs' => [], ], 'FeedbackURL' => [ 'base' => NULL, 'refs' => [ 'CreateStackRequest$FeedbackURL' => '

The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.

', 'Stack$FeedbackURL' => '

The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.

', 'UpdateStackRequest$FeedbackURL' => '

The URL that users are redirected to after they choose the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.

', ], ], 'Fleet' => [ 'base' => '

Describes a fleet.

', 'refs' => [ 'CreateFleetResult$Fleet' => '

Information about the fleet.

', 'FleetList$member' => NULL, 'UpdateFleetResult$Fleet' => '

Information about the fleet.

', ], ], 'FleetAttribute' => [ 'base' => '

The fleet attribute.

', 'refs' => [ 'FleetAttributes$member' => NULL, ], ], 'FleetAttributes' => [ 'base' => '

The fleet attributes.

', 'refs' => [ 'UpdateFleetRequest$AttributesToDelete' => '

The fleet attributes to delete.

', ], ], 'FleetError' => [ 'base' => '

Describes a fleet error.

', 'refs' => [ 'FleetErrors$member' => NULL, ], ], 'FleetErrorCode' => [ 'base' => NULL, 'refs' => [ 'FleetError$ErrorCode' => '

The error code.

', 'ResourceError$ErrorCode' => '

The error code.

', ], ], 'FleetErrors' => [ 'base' => NULL, 'refs' => [ 'Fleet$FleetErrors' => '

The fleet errors.

', ], ], 'FleetList' => [ 'base' => '

The fleets.

', 'refs' => [ 'DescribeFleetsResult$Fleets' => '

Information about the fleets.

', ], ], 'FleetState' => [ 'base' => NULL, 'refs' => [ 'Fleet$State' => '

The current state for the fleet.

', ], ], 'FleetType' => [ 'base' => NULL, 'refs' => [ 'CreateFleetRequest$FleetType' => '

The fleet type.

ALWAYS_ON

Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.

ON_DEMAND

Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.

', 'Fleet$FleetType' => '

The fleet type.

ALWAYS_ON

Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.

ON_DEMAND

Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.

', ], ], 'Image' => [ 'base' => '

Describes an image.

', 'refs' => [ 'CreateUpdatedImageResult$image' => NULL, 'DeleteImageResult$Image' => '

Information about the image.

', 'ImageList$member' => NULL, ], ], 'ImageBuilder' => [ 'base' => '

Describes a virtual machine that is used to create an image.

', 'refs' => [ 'CreateImageBuilderResult$ImageBuilder' => '

Information about the image builder.

', 'DeleteImageBuilderResult$ImageBuilder' => '

Information about the image builder.

', 'ImageBuilderList$member' => NULL, 'StartImageBuilderResult$ImageBuilder' => '

Information about the image builder.

', 'StopImageBuilderResult$ImageBuilder' => '

Information about the image builder.

', ], ], 'ImageBuilderList' => [ 'base' => NULL, 'refs' => [ 'DescribeImageBuildersResult$ImageBuilders' => '

Information about the image builders.

', ], ], 'ImageBuilderState' => [ 'base' => NULL, 'refs' => [ 'ImageBuilder$State' => '

The state of the image builder.

', ], ], 'ImageBuilderStateChangeReason' => [ 'base' => '

Describes the reason why the last image builder state change occurred.

', 'refs' => [ 'ImageBuilder$StateChangeReason' => '

The reason why the last state change occurred.

', ], ], 'ImageBuilderStateChangeReasonCode' => [ 'base' => NULL, 'refs' => [ 'ImageBuilderStateChangeReason$Code' => '

The state change reason code.

', ], ], 'ImageList' => [ 'base' => NULL, 'refs' => [ 'DescribeImagesResult$Images' => '

Information about the images.

', ], ], 'ImagePermissions' => [ 'base' => '

Describes the permissions for an image.

', 'refs' => [ 'Image$ImagePermissions' => '

The permissions to provide to the destination AWS account for the specified image.

', 'SharedImagePermissions$imagePermissions' => '

Describes the permissions for a shared image.

', 'UpdateImagePermissionsRequest$ImagePermissions' => '

The permissions for the image.

', ], ], 'ImageState' => [ 'base' => NULL, 'refs' => [ 'Image$State' => '

The image starts in the PENDING state. If image creation succeeds, the state is AVAILABLE. If image creation fails, the state is FAILED.

', ], ], 'ImageStateChangeReason' => [ 'base' => '

Describes the reason why the last image state change occurred.

', 'refs' => [ 'Image$StateChangeReason' => '

The reason why the last state change occurred.

', ], ], 'ImageStateChangeReasonCode' => [ 'base' => NULL, 'refs' => [ 'ImageStateChangeReason$Code' => '

The state change reason code.

', ], ], 'IncompatibleImageException' => [ 'base' => '

The image can\'t be updated because it\'s not compatible for updates.

', 'refs' => [], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'ComputeCapacity$DesiredInstances' => '

The desired number of streaming instances.

', 'ComputeCapacity$DesiredSessions' => '

The desired number of user sessions for a multi-session fleet. This is not allowed for single-session fleets.

When you create a fleet, you must set either the DesiredSessions or DesiredInstances attribute, based on the type of fleet you create. You can’t define both attributes or leave both attributes blank.

', 'ComputeCapacityStatus$Desired' => '

The desired number of streaming instances.

', 'ComputeCapacityStatus$Running' => '

The total number of simultaneous streaming instances that are running.

', 'ComputeCapacityStatus$InUse' => '

The number of instances in use for streaming.

', 'ComputeCapacityStatus$Available' => '

The number of currently available instances that can be used to stream sessions.

', 'ComputeCapacityStatus$DesiredUserSessions' => '

The total number of sessions slots that are either running or pending. This represents the total number of concurrent streaming sessions your fleet can support in a steady state.

DesiredUserSessionCapacity = ActualUserSessionCapacity + PendingUserSessionCapacity

This only applies to multi-session fleets.

', 'ComputeCapacityStatus$AvailableUserSessions' => '

The number of idle session slots currently available for user sessions.

AvailableUserSessionCapacity = ActualUserSessionCapacity - ActiveUserSessions

This only applies to multi-session fleets.

', 'ComputeCapacityStatus$ActiveUserSessions' => '

The number of user sessions currently being used for streaming sessions. This only applies to multi-session fleets.

', 'ComputeCapacityStatus$ActualUserSessions' => '

The total number of session slots that are available for streaming or are currently streaming.

ActualUserSessionCapacity = AvailableUserSessionCapacity + ActiveUserSessions

This only applies to multi-session fleets.

', 'CreateFleetRequest$MaxUserDurationInSeconds' => '

The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.

Specify a value between 600 and 432000.

', 'CreateFleetRequest$DisconnectTimeoutInSeconds' => '

The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.

Specify a value between 60 and 36000.

', 'CreateFleetRequest$IdleDisconnectTimeoutInSeconds' => '

The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the DisconnectTimeoutInSeconds time interval begins. Users are notified before they are disconnected due to inactivity. If they try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected.

To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0.

If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don\'t do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.

', 'CreateFleetRequest$MaxConcurrentSessions' => '

The maximum concurrent sessions of the Elastic fleet. This is required for Elastic fleets, and not allowed for other fleet types.

', 'CreateFleetRequest$MaxSessionsPerInstance' => '

The maximum number of user sessions on an instance. This only applies to multi-session fleets.

', 'DescribeAppBlockBuilderAppBlockAssociationsRequest$MaxResults' => '

The maximum size of each page of results.

', 'DescribeAppBlockBuildersRequest$MaxResults' => '

The maximum size of each page of results. The maximum value is 25.

', 'DescribeAppBlocksRequest$MaxResults' => '

The maximum size of each page of results.

', 'DescribeApplicationFleetAssociationsRequest$MaxResults' => '

The maximum size of each page of results.

', 'DescribeApplicationsRequest$MaxResults' => '

The maximum size of each page of results.

', 'DescribeDirectoryConfigsRequest$MaxResults' => '

The maximum size of each page of results.

', 'DescribeEntitlementsRequest$MaxResults' => '

The maximum size of each page of results.

', 'DescribeImageBuildersRequest$MaxResults' => '

The maximum size of each page of results.

', 'DescribeSessionsRequest$Limit' => '

The size of each page of results. The default value is 20 and the maximum value is 50.

', 'DescribeUsageReportSubscriptionsRequest$MaxResults' => '

The maximum size of each page of results.

', 'DescribeUsersRequest$MaxResults' => '

The maximum size of each page of results.

', 'Fleet$MaxUserDurationInSeconds' => '

The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.

Specify a value between 600 and 360000.

', 'Fleet$DisconnectTimeoutInSeconds' => '

The amount of time that a streaming session remains active after users disconnect. If they try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.

Specify a value between 60 and 36000.

', 'Fleet$IdleDisconnectTimeoutInSeconds' => '

The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the DisconnectTimeoutInSeconds time interval begins. Users are notified before they are disconnected due to inactivity. If users try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected.

To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0.

If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don\'t do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.

', 'Fleet$MaxConcurrentSessions' => '

The maximum number of concurrent sessions for the fleet.

', 'Fleet$MaxSessionsPerInstance' => '

The maximum number of user sessions on an instance. This only applies to multi-session fleets.

', 'ListEntitledApplicationsRequest$MaxResults' => '

The maximum size of each page of results.

', 'ScriptDetails$TimeoutInSeconds' => '

The run timeout, in seconds, for the script.

', 'UpdateFleetRequest$MaxUserDurationInSeconds' => '

The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.

Specify a value between 600 and 432000.

', 'UpdateFleetRequest$DisconnectTimeoutInSeconds' => '

The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.

Specify a value between 60 and 36000.

', 'UpdateFleetRequest$IdleDisconnectTimeoutInSeconds' => '

The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the DisconnectTimeoutInSeconds time interval begins. Users are notified before they are disconnected due to inactivity. If users try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected.

To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0.

If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don\'t do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.

', 'UpdateFleetRequest$MaxConcurrentSessions' => '

The maximum number of concurrent sessions for a fleet.

', 'UpdateFleetRequest$MaxSessionsPerInstance' => '

The maximum number of user sessions on an instance. This only applies to multi-session fleets.

', 'UserSetting$MaximumLength' => '

Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session.

This can be specified only for the CLIPBOARD_COPY_FROM_LOCAL_DEVICE and CLIPBOARD_COPY_TO_LOCAL_DEVICE actions.

This defaults to 20,971,520 (20 MB) when unspecified and the permission is ENABLED. This can\'t be specified when the permission is DISABLED.

The value can be between 1 and 20,971,520 (20 MB).

', ], ], 'InvalidAccountStatusException' => [ 'base' => '

The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support.

', 'refs' => [], ], 'InvalidParameterCombinationException' => [ 'base' => '

Indicates an incorrect combination of parameters, or a missing parameter.

', 'refs' => [], ], 'InvalidRoleException' => [ 'base' => '

The specified role is invalid.

', 'refs' => [], ], 'LastReportGenerationExecutionError' => [ 'base' => '

Describes the error that is returned when a usage report can\'t be generated.

', 'refs' => [ 'LastReportGenerationExecutionErrors$member' => NULL, ], ], 'LastReportGenerationExecutionErrors' => [ 'base' => NULL, 'refs' => [ 'UsageReportSubscription$SubscriptionErrors' => '

The errors that were returned if usage reports couldn\'t be generated.

', ], ], 'LimitExceededException' => [ 'base' => '

The requested limit exceeds the permitted limit for an account.

', 'refs' => [], ], 'ListAssociatedFleetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAssociatedFleetsResult' => [ 'base' => NULL, 'refs' => [], ], 'ListAssociatedStacksRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAssociatedStacksResult' => [ 'base' => NULL, 'refs' => [], ], 'ListEntitledApplicationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListEntitledApplicationsResult' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'Long' => [ 'base' => NULL, 'refs' => [ 'CreateAppBlockBuilderStreamingURLRequest$Validity' => '

The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.

', 'CreateImageBuilderStreamingURLRequest$Validity' => '

The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.

', 'CreateStreamingURLRequest$Validity' => '

The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.

', ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeImagePermissionsRequest$MaxResults' => '

The maximum size of each page of results.

', 'DescribeUserStackAssociationsRequest$MaxResults' => '

The maximum size of each page of results.

', ], ], 'MessageAction' => [ 'base' => NULL, 'refs' => [ 'CreateUserRequest$MessageAction' => '

The action to take for the welcome email that is sent to a user after the user is created in the user pool. If you specify SUPPRESS, no email is sent. If you specify RESEND, do not specify the first name or last name of the user. If the value is null, the email is sent.

The temporary password in the welcome email is valid for only 7 days. If users don’t set their passwords within 7 days, you must send them a new welcome email.

', ], ], 'Metadata' => [ 'base' => NULL, 'refs' => [ 'Application$Metadata' => '

Additional attributes that describe the application.

', ], ], 'Name' => [ 'base' => NULL, 'refs' => [ 'AppBlockBuilderAppBlockAssociation$AppBlockBuilderName' => '

The name of the app block builder.

', 'AssociateAppBlockBuilderAppBlockRequest$AppBlockBuilderName' => '

The name of the app block builder.

', 'AssociateApplicationFleetRequest$FleetName' => '

The name of the fleet.

', 'AssociateApplicationToEntitlementRequest$StackName' => '

The name of the stack.

', 'AssociateApplicationToEntitlementRequest$EntitlementName' => '

The name of the entitlement.

', 'CopyImageRequest$SourceImageName' => '

The name of the image to copy.

', 'CopyImageRequest$DestinationImageName' => '

The name that the image will have when it is copied to the destination.

', 'CopyImageResponse$DestinationImageName' => '

The name of the destination image.

', 'CreateAppBlockBuilderRequest$Name' => '

The unique name for the app block builder.

', 'CreateAppBlockBuilderStreamingURLRequest$AppBlockBuilderName' => '

The name of the app block builder.

', 'CreateAppBlockRequest$Name' => '

The name of the app block.

', 'CreateApplicationRequest$Name' => '

The name of the application. This name is visible to users when display name is not specified.

', 'CreateEntitlementRequest$Name' => '

The name of the entitlement.

', 'CreateEntitlementRequest$StackName' => '

The name of the stack with which the entitlement is associated.

', 'CreateFleetRequest$Name' => '

A unique name for the fleet.

', 'CreateFleetRequest$ImageName' => '

The name of the image used to create the fleet.

', 'CreateImageBuilderRequest$Name' => '

A unique name for the image builder.

', 'CreateStackRequest$Name' => '

The name of the stack.

', 'CreateUpdatedImageRequest$existingImageName' => '

The name of the image to update.

', 'CreateUpdatedImageRequest$newImageName' => '

The name of the new image. The name must be unique within the AWS account and Region.

', 'DeleteAppBlockBuilderRequest$Name' => '

The name of the app block builder.

', 'DeleteAppBlockRequest$Name' => '

The name of the app block.

', 'DeleteApplicationRequest$Name' => '

The name of the application.

', 'DeleteEntitlementRequest$Name' => '

The name of the entitlement.

', 'DeleteEntitlementRequest$StackName' => '

The name of the stack with which the entitlement is associated.

', 'DeleteImageBuilderRequest$Name' => '

The name of the image builder.

', 'DeleteImagePermissionsRequest$Name' => '

The name of the private image.

', 'DeleteImageRequest$Name' => '

The name of the image.

', 'DescribeAppBlockBuilderAppBlockAssociationsRequest$AppBlockBuilderName' => '

The name of the app block builder.

', 'DescribeApplicationFleetAssociationsRequest$FleetName' => '

The name of the fleet.

', 'DescribeEntitlementsRequest$Name' => '

The name of the entitlement.

', 'DescribeEntitlementsRequest$StackName' => '

The name of the stack with which the entitlement is associated.

', 'DescribeImagePermissionsRequest$Name' => '

The name of the private image for which to describe permissions. The image must be one that you own.

', 'DescribeImagePermissionsResult$Name' => '

The name of the private image.

', 'DescribeSessionsRequest$StackName' => '

The name of the stack. This value is case-sensitive.

', 'DescribeSessionsRequest$FleetName' => '

The name of the fleet. This value is case-sensitive.

', 'DisassociateAppBlockBuilderAppBlockRequest$AppBlockBuilderName' => '

The name of the app block builder.

', 'DisassociateApplicationFleetRequest$FleetName' => '

The name of the fleet.

', 'DisassociateApplicationFromEntitlementRequest$StackName' => '

The name of the stack with which the entitlement is associated.

', 'DisassociateApplicationFromEntitlementRequest$EntitlementName' => '

The name of the entitlement.

', 'Entitlement$Name' => '

The name of the entitlement.

', 'Entitlement$StackName' => '

The name of the stack with which the entitlement is associated.

', 'ListEntitledApplicationsRequest$StackName' => '

The name of the stack with which the entitlement is associated.

', 'ListEntitledApplicationsRequest$EntitlementName' => '

The name of the entitlement.

', 'StartAppBlockBuilderRequest$Name' => '

The name of the app block builder.

', 'StopAppBlockBuilderRequest$Name' => '

The name of the app block builder.

', 'UpdateAppBlockBuilderRequest$Name' => '

The unique name for the app block builder.

', 'UpdateApplicationRequest$Name' => '

The name of the application. This name is visible to users when display name is not specified.

', 'UpdateEntitlementRequest$Name' => '

The name of the entitlement.

', 'UpdateEntitlementRequest$StackName' => '

The name of the stack with which the entitlement is associated.

', 'UpdateFleetRequest$Name' => '

A unique name for the fleet.

', 'UpdateImagePermissionsRequest$Name' => '

The name of the private image.

', ], ], 'NetworkAccessConfiguration' => [ 'base' => '

Describes the network details of the fleet or image builder instance.

', 'refs' => [ 'ImageBuilder$NetworkAccessConfiguration' => NULL, 'Session$NetworkAccessConfiguration' => '

The network details for the streaming session.

', ], ], 'OperationNotPermittedException' => [ 'base' => '

The attempted operation is not permitted.

', 'refs' => [], ], 'OrganizationalUnitDistinguishedName' => [ 'base' => NULL, 'refs' => [ 'DomainJoinInfo$OrganizationalUnitDistinguishedName' => '

The distinguished name of the organizational unit for computer accounts.

', 'OrganizationalUnitDistinguishedNamesList$member' => NULL, ], ], 'OrganizationalUnitDistinguishedNamesList' => [ 'base' => NULL, 'refs' => [ 'CreateDirectoryConfigRequest$OrganizationalUnitDistinguishedNames' => '

The distinguished names of the organizational units for computer accounts.

', 'DirectoryConfig$OrganizationalUnitDistinguishedNames' => '

The distinguished names of the organizational units for computer accounts.

', 'UpdateDirectoryConfigRequest$OrganizationalUnitDistinguishedNames' => '

The distinguished names of the organizational units for computer accounts.

', ], ], 'PackagingType' => [ 'base' => NULL, 'refs' => [ 'AppBlock$PackagingType' => '

The packaging type of the app block.

', 'CreateAppBlockRequest$PackagingType' => '

The packaging type of the app block.

', ], ], 'Permission' => [ 'base' => NULL, 'refs' => [ 'UserSetting$Permission' => '

Indicates whether the action is enabled or disabled.

', ], ], 'PlatformType' => [ 'base' => NULL, 'refs' => [ 'CreateFleetRequest$Platform' => '

The fleet platform. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.

', 'Fleet$Platform' => '

The platform of the fleet.

', 'Image$Platform' => '

The operating system platform of the image.

', 'ImageBuilder$Platform' => '

The operating system platform of the image builder.

', 'Platforms$member' => NULL, 'UpdateAppBlockBuilderRequest$Platform' => '

The platform of the app block builder.

WINDOWS_SERVER_2019 is the only valid value.

', 'UpdateFleetRequest$Platform' => '

The platform of the fleet. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.

', ], ], 'Platforms' => [ 'base' => NULL, 'refs' => [ 'Application$Platforms' => '

The platforms on which the application can run.

', 'CreateApplicationRequest$Platforms' => '

The platforms the application supports. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.

', ], ], 'PreferredProtocol' => [ 'base' => NULL, 'refs' => [ 'StreamingExperienceSettings$PreferredProtocol' => '

The preferred protocol that you want to use while streaming your application.

', ], ], 'RedirectURL' => [ 'base' => NULL, 'refs' => [ 'CreateStackRequest$RedirectURL' => '

The URL that users are redirected to after their streaming session ends.

', 'Stack$RedirectURL' => '

The URL that users are redirected to after their streaming session ends.

', 'UpdateStackRequest$RedirectURL' => '

The URL that users are redirected to after their streaming session ends.

', ], ], 'RegionName' => [ 'base' => NULL, 'refs' => [ 'CopyImageRequest$DestinationRegion' => '

The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.

', ], ], 'RequestLimitExceededException' => [ 'base' => '

AppStream 2.0 can’t process the request right now because the Describe calls from your AWS account are being throttled by Amazon EC2. Try again later.

', 'refs' => [], ], 'ResourceAlreadyExistsException' => [ 'base' => '

The specified resource already exists.

', 'refs' => [], ], 'ResourceError' => [ 'base' => '

Describes a resource error.

', 'refs' => [ 'ResourceErrors$member' => NULL, ], ], 'ResourceErrors' => [ 'base' => NULL, 'refs' => [ 'AppBlockBuilder$AppBlockBuilderErrors' => '

The app block builder errors.

', 'Image$ImageErrors' => '

Describes the errors that are returned when a new image can\'t be created.

', 'ImageBuilder$ImageBuilderErrors' => '

The image builder errors.

', ], ], 'ResourceIdentifier' => [ 'base' => '

The ARN of the resource.

', 'refs' => [ 'StorageConnector$ResourceIdentifier' => '

The ARN of the storage connector.

', ], ], 'ResourceInUseException' => [ 'base' => '

The specified resource is in use.

', 'refs' => [], ], 'ResourceNotAvailableException' => [ 'base' => '

The specified resource exists and is not in use, but isn\'t available.

', 'refs' => [], ], 'ResourceNotFoundException' => [ 'base' => '

The specified resource was not found.

', 'refs' => [], ], 'S3Bucket' => [ 'base' => NULL, 'refs' => [ 'S3Location$S3Bucket' => '

The S3 bucket of the S3 object.

', ], ], 'S3Key' => [ 'base' => NULL, 'refs' => [ 'S3Location$S3Key' => '

The S3 key of the S3 object.

This is required when used for the following:

', ], ], 'S3Location' => [ 'base' => '

Describes the S3 location.

', 'refs' => [ 'AppBlock$SourceS3Location' => '

The source S3 location of the app block.

', 'Application$IconS3Location' => '

The S3 location of the application icon.

', 'CreateAppBlockRequest$SourceS3Location' => '

The source S3 location of the app block.

', 'CreateApplicationRequest$IconS3Location' => '

The location in S3 of the application icon.

', 'CreateFleetRequest$SessionScriptS3Location' => '

The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.

', 'Fleet$SessionScriptS3Location' => '

The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.

', 'ScriptDetails$ScriptS3Location' => '

The S3 object location for the script.

', 'UpdateApplicationRequest$IconS3Location' => '

The icon S3 location of the application.

', 'UpdateFleetRequest$SessionScriptS3Location' => '

The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.

', ], ], 'ScriptDetails' => [ 'base' => '

Describes the details of the script.

', 'refs' => [ 'AppBlock$SetupScriptDetails' => '

The setup script details of the app block.

This only applies to app blocks with PackagingType CUSTOM.

', 'AppBlock$PostSetupScriptDetails' => '

The post setup script details of the app block.

This only applies to app blocks with PackagingType APPSTREAM2.

', 'CreateAppBlockRequest$SetupScriptDetails' => '

The setup script details of the app block. This must be provided for the CUSTOM PackagingType.

', 'CreateAppBlockRequest$PostSetupScriptDetails' => '

The post setup script details of the app block. This can only be provided for the APPSTREAM2 PackagingType.

', ], ], 'SecurityGroupIdList' => [ 'base' => '

The security group identifiers.

', 'refs' => [ 'VpcConfig$SecurityGroupIds' => '

The identifiers of the security groups for the fleet or image builder.

', ], ], 'ServiceAccountCredentials' => [ 'base' => '

Describes the credentials for the service account used by the fleet or image builder to connect to the directory.

', 'refs' => [ 'CreateDirectoryConfigRequest$ServiceAccountCredentials' => '

The credentials for the service account used by the fleet or image builder to connect to the directory.

', 'DirectoryConfig$ServiceAccountCredentials' => '

The credentials for the service account used by the fleet or image builder to connect to the directory.

', 'UpdateDirectoryConfigRequest$ServiceAccountCredentials' => '

The credentials for the service account used by the fleet or image builder to connect to the directory.

', ], ], 'Session' => [ 'base' => '

Describes a streaming session.

', 'refs' => [ 'SessionList$member' => NULL, ], ], 'SessionConnectionState' => [ 'base' => NULL, 'refs' => [ 'Session$ConnectionState' => '

Specifies whether a user is connected to the streaming session.

', ], ], 'SessionList' => [ 'base' => '

List of sessions.

', 'refs' => [ 'DescribeSessionsResult$Sessions' => '

Information about the streaming sessions.

', ], ], 'SessionState' => [ 'base' => '

Possible values for the state of a streaming session.

', 'refs' => [ 'Session$State' => '

The current state of the streaming session.

', ], ], 'SettingsGroup' => [ 'base' => NULL, 'refs' => [ 'ApplicationSettings$SettingsGroup' => '

The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.

', 'ApplicationSettingsResponse$SettingsGroup' => '

The path prefix for the S3 bucket where users’ persistent application settings are stored.

', ], ], 'SharedImagePermissions' => [ 'base' => '

Describes the permissions that are available to the specified AWS account for a shared image.

', 'refs' => [ 'SharedImagePermissionsList$member' => NULL, ], ], 'SharedImagePermissionsList' => [ 'base' => NULL, 'refs' => [ 'DescribeImagePermissionsResult$SharedImagePermissionsList' => '

The permissions for a private image that you own.

', ], ], 'Stack' => [ 'base' => '

Describes a stack.

', 'refs' => [ 'CreateStackResult$Stack' => '

Information about the stack.

', 'StackList$member' => NULL, 'UpdateStackResult$Stack' => '

Information about the stack.

', ], ], 'StackAttribute' => [ 'base' => NULL, 'refs' => [ 'StackAttributes$member' => NULL, ], ], 'StackAttributes' => [ 'base' => NULL, 'refs' => [ 'UpdateStackRequest$AttributesToDelete' => '

The stack attributes to delete.

', ], ], 'StackError' => [ 'base' => '

Describes a stack error.

', 'refs' => [ 'StackErrors$member' => NULL, ], ], 'StackErrorCode' => [ 'base' => NULL, 'refs' => [ 'StackError$ErrorCode' => '

The error code.

', ], ], 'StackErrors' => [ 'base' => '

The stack errors.

', 'refs' => [ 'Stack$StackErrors' => '

The errors for the stack.

', ], ], 'StackList' => [ 'base' => '

The stacks.

', 'refs' => [ 'DescribeStacksResult$Stacks' => '

Information about the stacks.

', ], ], 'StartAppBlockBuilderRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartAppBlockBuilderResult' => [ 'base' => NULL, 'refs' => [], ], 'StartFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'StartImageBuilderRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartImageBuilderResult' => [ 'base' => NULL, 'refs' => [], ], 'StopAppBlockBuilderRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopAppBlockBuilderResult' => [ 'base' => NULL, 'refs' => [], ], 'StopFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'StopImageBuilderRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopImageBuilderResult' => [ 'base' => NULL, 'refs' => [], ], 'StorageConnector' => [ 'base' => '

Describes a connector that enables persistent storage for users.

', 'refs' => [ 'StorageConnectorList$member' => NULL, ], ], 'StorageConnectorList' => [ 'base' => '

The storage connectors.

', 'refs' => [ 'CreateStackRequest$StorageConnectors' => '

The storage connectors to enable.

', 'Stack$StorageConnectors' => '

The storage connectors to enable.

', 'UpdateStackRequest$StorageConnectors' => '

The storage connectors to enable.

', ], ], 'StorageConnectorType' => [ 'base' => '

The type of storage connector.

', 'refs' => [ 'StorageConnector$ConnectorType' => '

The type of storage connector.

', ], ], 'StreamView' => [ 'base' => NULL, 'refs' => [ 'CreateFleetRequest$StreamView' => '

The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When APP is specified, only the windows of applications opened by users display. When DESKTOP is specified, the standard desktop that is provided by the operating system displays.

The default value is APP.

', 'Fleet$StreamView' => '

The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When APP is specified, only the windows of applications opened by users display. When DESKTOP is specified, the standard desktop that is provided by the operating system displays.

The default value is APP.

', 'UpdateFleetRequest$StreamView' => '

The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When APP is specified, only the windows of applications opened by users display. When DESKTOP is specified, the standard desktop that is provided by the operating system displays.

The default value is APP.

', ], ], 'StreamingExperienceSettings' => [ 'base' => '

The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

', 'refs' => [ 'CreateStackRequest$StreamingExperienceSettings' => '

The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

', 'Stack$StreamingExperienceSettings' => '

The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

', 'UpdateStackRequest$StreamingExperienceSettings' => '

The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

', ], ], 'StreamingUrlUserId' => [ 'base' => NULL, 'refs' => [ 'CreateStreamingURLRequest$UserId' => '

The identifier of the user.

', ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AccessEndpoint$VpceId' => '

The identifier (ID) of the VPC in which the interface endpoint is used.

', 'AppBlock$Name' => '

The name of the app block.

', 'AppBlock$Description' => '

The description of the app block.

', 'AppBlock$DisplayName' => '

The display name of the app block.

', 'AppBlockBuilder$Name' => '

The name of the app block builder.

', 'AppBlockBuilder$DisplayName' => '

The display name of the app block builder.

', 'AppBlockBuilder$Description' => '

The description of the app block builder.

', 'AppBlockBuilder$InstanceType' => '

The instance type of the app block builder.

', 'AppBlockBuilderStateChangeReason$Message' => '

The state change reason message.

', 'Application$Name' => '

The name of the application.

', 'Application$DisplayName' => '

The application name to display.

', 'Application$IconURL' => '

The URL for the application icon. This URL might be time-limited.

', 'Application$LaunchPath' => '

The path to the application executable in the instance.

', 'Application$LaunchParameters' => '

The arguments that are passed to the application at launch.

', 'Application$WorkingDirectory' => '

The working directory for the application.

', 'Application$Description' => '

The description of the application.

', 'ApplicationFleetAssociation$FleetName' => '

The name of the fleet associated with the application.

', 'ApplicationSettingsResponse$S3BucketName' => '

The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.

', 'AssociateApplicationToEntitlementRequest$ApplicationIdentifier' => '

The identifier of the application.

', 'AssociateFleetRequest$FleetName' => '

The name of the fleet.

', 'AssociateFleetRequest$StackName' => '

The name of the stack.

', 'CreateAppBlockBuilderRequest$InstanceType' => '

The instance type to use when launching the app block builder. The following instance types are available:

', 'CreateAppBlockBuilderStreamingURLResult$StreamingURL' => '

The URL to start the streaming session.

', 'CreateApplicationRequest$LaunchPath' => '

The launch path of the application.

', 'CreateApplicationRequest$WorkingDirectory' => '

The working directory of the application.

', 'CreateApplicationRequest$LaunchParameters' => '

The launch parameters of the application.

', 'CreateFleetRequest$InstanceType' => '

The instance type to use when launching fleet instances. The following instance types are available:

The following instance types are available for Elastic fleets:

', 'CreateImageBuilderRequest$ImageName' => '

The name of the image used to create the image builder.

', 'CreateImageBuilderRequest$InstanceType' => '

The instance type to use when launching the image builder. The following instance types are available:

', 'CreateImageBuilderStreamingURLRequest$Name' => '

The name of the image builder.

', 'CreateImageBuilderStreamingURLResult$StreamingURL' => '

The URL to start the AppStream 2.0 streaming session.

', 'CreateStreamingURLRequest$StackName' => '

The name of the stack.

', 'CreateStreamingURLRequest$FleetName' => '

The name of the fleet.

', 'CreateStreamingURLRequest$ApplicationId' => '

The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant. If your fleet is enabled for the Desktop stream view, you can also choose to launch directly to the operating system desktop. To do so, specify Desktop.

', 'CreateStreamingURLRequest$SessionContext' => '

The session context. For more information, see Session Context in the Amazon AppStream 2.0 Administration Guide.

', 'CreateStreamingURLResult$StreamingURL' => '

The URL to start the AppStream 2.0 streaming session.

', 'CreateUsageReportSubscriptionResult$S3BucketName' => '

The Amazon S3 bucket where generated reports are stored.

If you enabled on-instance session scripts and Amazon S3 logging for your session script configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0 uses the same bucket to store your usage reports. If you haven\'t already enabled on-instance session scripts, when you enable usage reports, AppStream 2.0 creates a new S3 bucket.

', 'DeleteFleetRequest$Name' => '

The name of the fleet.

', 'DeleteStackRequest$Name' => '

The name of the stack.

', 'DescribeAppBlockBuilderAppBlockAssociationsRequest$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeAppBlockBuilderAppBlockAssociationsResult$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeAppBlockBuildersRequest$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeAppBlockBuildersResult$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeAppBlocksRequest$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeAppBlocksResult$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeApplicationFleetAssociationsRequest$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeApplicationFleetAssociationsResult$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeApplicationsRequest$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeApplicationsResult$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeDirectoryConfigsRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'DescribeDirectoryConfigsResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'DescribeEntitlementsRequest$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeEntitlementsResult$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeFleetsRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'DescribeFleetsResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'DescribeImageBuildersRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'DescribeImageBuildersResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'DescribeImagePermissionsRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'DescribeImagePermissionsResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'DescribeImagesRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'DescribeImagesResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'DescribeSessionsRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'DescribeSessionsRequest$InstanceId' => '

The identifier for the instance hosting the session.

', 'DescribeSessionsResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'DescribeStacksRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'DescribeStacksResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'DescribeUsageReportSubscriptionsRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'DescribeUsageReportSubscriptionsResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'DescribeUserStackAssociationsRequest$StackName' => '

The name of the stack that is associated with the user.

', 'DescribeUserStackAssociationsRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'DescribeUserStackAssociationsResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'DescribeUsersRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'DescribeUsersResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'DisassociateApplicationFromEntitlementRequest$ApplicationIdentifier' => '

The identifier of the application to remove from the entitlement.

', 'DisassociateFleetRequest$FleetName' => '

The name of the fleet.

', 'DisassociateFleetRequest$StackName' => '

The name of the stack.

', 'EntitledApplication$ApplicationIdentifier' => '

The identifier of the application.

', 'EntitlementAttribute$Name' => '

A supported AWS IAM SAML PrincipalTag attribute that is matched to the associated value when a user identity federates into an Amazon AppStream 2.0 SAML application.

The following are valid values:

', 'EntitlementAttribute$Value' => '

A value that is matched to a supported SAML attribute name when a user identity federates into an Amazon AppStream 2.0 SAML application.

', 'ErrorDetails$ErrorCode' => '

The error code.

', 'ErrorDetails$ErrorMessage' => '

The error message.

', 'ExpireSessionRequest$SessionId' => '

The identifier of the streaming session.

', 'Fleet$Name' => '

The name of the fleet.

', 'Fleet$DisplayName' => '

The fleet name to display.

', 'Fleet$Description' => '

The description to display.

', 'Fleet$ImageName' => '

The name of the image used to create the fleet.

', 'Fleet$InstanceType' => '

The instance type to use when launching fleet instances. The following instance types are available:

', 'FleetError$ErrorMessage' => '

The error message.

', 'Image$Name' => '

The name of the image.

', 'Image$DisplayName' => '

The image name to display.

', 'Image$ImageBuilderName' => '

The name of the image builder that was used to create the private image. If the image is shared, this value is null.

', 'Image$Description' => '

The description to display.

', 'ImageBuilder$Name' => '

The name of the image builder.

', 'ImageBuilder$Description' => '

The description to display.

', 'ImageBuilder$DisplayName' => '

The image builder name to display.

', 'ImageBuilder$InstanceType' => '

The instance type for the image builder. The following instance types are available:

', 'ImageBuilderStateChangeReason$Message' => '

The state change reason message.

', 'ImageStateChangeReason$Message' => '

The state change reason message.

', 'LastReportGenerationExecutionError$ErrorMessage' => '

The error message for the error that is returned when a usage report can\'t be generated.

', 'ListAssociatedFleetsRequest$StackName' => '

The name of the stack.

', 'ListAssociatedFleetsRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'ListAssociatedFleetsResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'ListAssociatedStacksRequest$FleetName' => '

The name of the fleet.

', 'ListAssociatedStacksRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'ListAssociatedStacksResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'ListEntitledApplicationsRequest$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'ListEntitledApplicationsResult$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'Metadata$key' => NULL, 'Metadata$value' => NULL, 'NetworkAccessConfiguration$EniPrivateIpAddress' => '

The private IP address of the elastic network interface that is attached to instances in your VPC.

', 'NetworkAccessConfiguration$EniId' => '

The resource identifier of the elastic network interface that is attached to instances in your VPC. All network interfaces have the eni-xxxxxxxx resource identifier.

', 'ResourceError$ErrorMessage' => '

The error message.

', 'ScriptDetails$ExecutablePath' => '

The run path for the script.

', 'ScriptDetails$ExecutableParameters' => '

The runtime parameters passed to the run path for the script.

', 'SecurityGroupIdList$member' => NULL, 'Session$Id' => '

The identifier of the streaming session.

', 'Session$StackName' => '

The name of the stack for the streaming session.

', 'Session$FleetName' => '

The name of the fleet for the streaming session.

', 'Session$InstanceId' => '

The identifier for the instance hosting the session.

', 'Stack$Name' => '

The name of the stack.

', 'Stack$Description' => '

The description to display.

', 'Stack$DisplayName' => '

The stack name to display.

', 'StackError$ErrorMessage' => '

The error message.

', 'StartFleetRequest$Name' => '

The name of the fleet.

', 'StartImageBuilderRequest$Name' => '

The name of the image builder.

', 'StopFleetRequest$Name' => '

The name of the fleet.

', 'StopImageBuilderRequest$Name' => '

The name of the image builder.

', 'StringList$member' => NULL, 'SubnetIdList$member' => NULL, 'UpdateAppBlockBuilderRequest$InstanceType' => '

The instance type to use when launching the app block builder. The following instance types are available:

', 'UpdateApplicationRequest$LaunchPath' => '

The launch path of the application.

', 'UpdateApplicationRequest$WorkingDirectory' => '

The working directory of the application.

', 'UpdateApplicationRequest$LaunchParameters' => '

The launch parameters of the application.

', 'UpdateFleetRequest$ImageName' => '

The name of the image used to create the fleet.

', 'UpdateFleetRequest$InstanceType' => '

The instance type to use when launching fleet instances. The following instance types are available:

The following instance types are available for Elastic fleets:

', 'UpdateStackRequest$Name' => '

The name of the stack.

', 'UsageReportSubscription$S3BucketName' => '

The Amazon S3 bucket where generated reports are stored.

If you enabled on-instance session scripts and Amazon S3 logging for your session script configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0 uses the same bucket to store your usage reports. If you haven\'t already enabled on-instance session scripts, when you enable usage reports, AppStream 2.0 creates a new S3 bucket.

', 'User$Status' => '

The status of the user in the user pool. The status can be one of the following:

', 'UserStackAssociation$StackName' => '

The name of the stack that is associated with the user.

', 'UserStackAssociationError$ErrorMessage' => '

The error message for the error that is returned when a user can’t be associated with or disassociated from a stack.

', ], ], 'StringList' => [ 'base' => NULL, 'refs' => [ 'Application$InstanceFamilies' => '

The instance families for the application.

', 'CreateApplicationRequest$InstanceFamilies' => '

The instance families the application supports. Valid values are GENERAL_PURPOSE and GRAPHICS_G4.

', 'DescribeAppBlockBuildersRequest$Names' => '

The names of the app block builders.

', 'DescribeFleetsRequest$Names' => '

The names of the fleets to describe.

', 'DescribeImageBuildersRequest$Names' => '

The names of the image builders to describe.

', 'DescribeImagesRequest$Names' => '

The names of the public or private images to describe.

', 'DescribeStacksRequest$Names' => '

The names of the stacks to describe.

', 'ListAssociatedFleetsResult$Names' => '

The name of the fleet.

', 'ListAssociatedStacksResult$Names' => '

The name of the stack.

', ], ], 'SubnetIdList' => [ 'base' => '

The subnet identifiers.

', 'refs' => [ 'VpcConfig$SubnetIds' => '

The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.

', ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagKeyList$member' => NULL, 'Tags$key' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$TagKeys' => '

The tag keys for the tags to disassociate.

', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'Tags$value' => NULL, ], ], 'Tags' => [ 'base' => NULL, 'refs' => [ 'CreateAppBlockBuilderRequest$Tags' => '

The tags to associate with the app block builder. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

If you do not specify a value, the value is set to an empty string.

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

_ . : / = + \\ - @

For more information, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

', 'CreateAppBlockRequest$Tags' => '

The tags assigned to the app block.

', 'CreateApplicationRequest$Tags' => '

The tags assigned to the application.

', 'CreateFleetRequest$Tags' => '

The tags to associate with the fleet. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

If you do not specify a value, the value is set to an empty string.

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

_ . : / = + \\ - @

For more information, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

', 'CreateImageBuilderRequest$Tags' => '

The tags to associate with the image builder. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

_ . : / = + \\ - @

If you do not specify a value, the value is set to an empty string.

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

', 'CreateStackRequest$Tags' => '

The tags to associate with the stack. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

If you do not specify a value, the value is set to an empty string.

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

_ . : / = + \\ - @

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

', 'CreateUpdatedImageRequest$newImageTags' => '

The tags to associate with the new image. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

_ . : / = + \\ - @

If you do not specify a value, the value is set to an empty string.

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

', 'ListTagsForResourceResponse$Tags' => '

The information about the tags.

', 'TagResourceRequest$Tags' => '

The tags to associate. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

If you do not specify a value, the value is set to an empty string.

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

_ . : / = + \\ - @

', ], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'AppBlock$CreatedTime' => '

The created time of the app block.

', 'AppBlockBuilder$CreatedTime' => '

The creation time of the app block builder.

', 'Application$CreatedTime' => '

The time at which the application was created within the app block.

', 'CreateAppBlockBuilderStreamingURLResult$Expires' => '

The elapsed time, in seconds after the Unix epoch, when this URL expires.

', 'CreateImageBuilderStreamingURLResult$Expires' => '

The elapsed time, in seconds after the Unix epoch, when this URL expires.

', 'CreateStreamingURLResult$Expires' => '

The elapsed time, in seconds after the Unix epoch, when this URL expires.

', 'DirectoryConfig$CreatedTime' => '

The time the directory configuration was created.

', 'Entitlement$CreatedTime' => '

The time when the entitlement was created.

', 'Entitlement$LastModifiedTime' => '

The time when the entitlement was last modified.

', 'Fleet$CreatedTime' => '

The time the fleet was created.

', 'Image$CreatedTime' => '

The time the image was created.

', 'Image$PublicBaseImageReleasedDate' => '

The release date of the public base image. For private images, this date is the release date of the base image from which the image was created.

', 'ImageBuilder$CreatedTime' => '

The time stamp when the image builder was created.

', 'ResourceError$ErrorTimestamp' => '

The time the error occurred.

', 'Session$StartTime' => '

The time when a streaming instance is dedicated for the user.

', 'Session$MaxExpirationTime' => '

The time when the streaming session is set to expire. This time is based on the MaxUserDurationinSeconds value, which determines the maximum length of time that a streaming session can run. A streaming session might end earlier than the time specified in SessionMaxExpirationTime, when the DisconnectTimeOutInSeconds elapses or the user chooses to end his or her session. If the DisconnectTimeOutInSeconds elapses, or the user chooses to end his or her session, the streaming instance is terminated and the streaming session ends.

', 'Stack$CreatedTime' => '

The time the stack was created.

', 'UsageReportSubscription$LastGeneratedReportDate' => '

The time when the last usage report was generated.

', 'User$CreatedTime' => '

The date and time the user was created in the user pool.

', ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateAppBlockBuilderRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateAppBlockBuilderResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateApplicationRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateApplicationResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDirectoryConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDirectoryConfigResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateEntitlementRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateEntitlementResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateImagePermissionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateImagePermissionsResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateStackRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateStackResult' => [ 'base' => NULL, 'refs' => [], ], 'UsageReportExecutionErrorCode' => [ 'base' => NULL, 'refs' => [ 'LastReportGenerationExecutionError$ErrorCode' => '

The error code for the error that is returned when a usage report can\'t be generated.

', ], ], 'UsageReportSchedule' => [ 'base' => NULL, 'refs' => [ 'CreateUsageReportSubscriptionResult$Schedule' => '

The schedule for generating usage reports.

', 'UsageReportSubscription$Schedule' => '

The schedule for generating usage reports.

', ], ], 'UsageReportSubscription' => [ 'base' => '

Describes information about the usage report subscription.

', 'refs' => [ 'UsageReportSubscriptionList$member' => NULL, ], ], 'UsageReportSubscriptionList' => [ 'base' => NULL, 'refs' => [ 'DescribeUsageReportSubscriptionsResult$UsageReportSubscriptions' => '

Information about the usage report subscription.

', ], ], 'UsbDeviceFilterString' => [ 'base' => NULL, 'refs' => [ 'UsbDeviceFilterStrings$member' => NULL, ], ], 'UsbDeviceFilterStrings' => [ 'base' => NULL, 'refs' => [ 'CreateFleetRequest$UsbDeviceFilterStrings' => '

The USB device filter strings that specify which USB devices a user can redirect to the fleet streaming session, when using the Windows native client. This is allowed but not required for Elastic fleets.

', 'Fleet$UsbDeviceFilterStrings' => '

The USB device filter strings associated with the fleet.

', 'UpdateFleetRequest$UsbDeviceFilterStrings' => '

The USB device filter strings that specify which USB devices a user can redirect to the fleet streaming session, when using the Windows native client. This is allowed but not required for Elastic fleets.

', ], ], 'User' => [ 'base' => '

Describes a user in the user pool.

', 'refs' => [ 'UserList$member' => NULL, ], ], 'UserAttributeValue' => [ 'base' => NULL, 'refs' => [ 'CreateUserRequest$FirstName' => '

The first name, or given name, of the user.

', 'CreateUserRequest$LastName' => '

The last name, or surname, of the user.

', 'User$FirstName' => '

The first name, or given name, of the user.

', 'User$LastName' => '

The last name, or surname, of the user.

', ], ], 'UserId' => [ 'base' => NULL, 'refs' => [ 'DescribeSessionsRequest$UserId' => '

The user identifier (ID). If you specify a user ID, you must also specify the authentication type.

', 'Session$UserId' => '

The identifier of the user for whom the session was created.

', ], ], 'UserList' => [ 'base' => NULL, 'refs' => [ 'DescribeUsersResult$Users' => '

Information about users in the user pool.

', ], ], 'UserSetting' => [ 'base' => '

Describes an action and whether the action is enabled or disabled for users during their streaming sessions.

', 'refs' => [ 'UserSettingList$member' => NULL, ], ], 'UserSettingList' => [ 'base' => NULL, 'refs' => [ 'CreateStackRequest$UserSettings' => '

The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.

', 'Stack$UserSettings' => '

The actions that are enabled or disabled for users during their streaming sessions. By default these actions are enabled.

', 'UpdateStackRequest$UserSettings' => '

The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.

', ], ], 'UserStackAssociation' => [ 'base' => '

Describes a user in the user pool and the associated stack.

', 'refs' => [ 'UserStackAssociationError$UserStackAssociation' => '

Information about the user and associated stack.

', 'UserStackAssociationList$member' => NULL, ], ], 'UserStackAssociationError' => [ 'base' => '

Describes the error that is returned when a user can’t be associated with or disassociated from a stack.

', 'refs' => [ 'UserStackAssociationErrorList$member' => NULL, ], ], 'UserStackAssociationErrorCode' => [ 'base' => NULL, 'refs' => [ 'UserStackAssociationError$ErrorCode' => '

The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.

', ], ], 'UserStackAssociationErrorList' => [ 'base' => NULL, 'refs' => [ 'BatchAssociateUserStackResult$errors' => '

The list of UserStackAssociationError objects.

', 'BatchDisassociateUserStackResult$errors' => '

The list of UserStackAssociationError objects.

', ], ], 'UserStackAssociationList' => [ 'base' => NULL, 'refs' => [ 'BatchAssociateUserStackRequest$UserStackAssociations' => '

The list of UserStackAssociation objects.

', 'BatchDisassociateUserStackRequest$UserStackAssociations' => '

The list of UserStackAssociation objects.

', 'DescribeUserStackAssociationsResult$UserStackAssociations' => '

The UserStackAssociation objects.

', ], ], 'Username' => [ 'base' => NULL, 'refs' => [ 'CreateUserRequest$UserName' => '

The email address of the user.

Users\' email addresses are case-sensitive. During login, if they specify an email address that doesn\'t use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays.

', 'DeleteUserRequest$UserName' => '

The email address of the user.

Users\' email addresses are case-sensitive.

', 'DescribeUserStackAssociationsRequest$UserName' => '

The email address of the user who is associated with the stack.

Users\' email addresses are case-sensitive.

', 'DisableUserRequest$UserName' => '

The email address of the user.

Users\' email addresses are case-sensitive.

', 'EnableUserRequest$UserName' => '

The email address of the user.

Users\' email addresses are case-sensitive. During login, if they specify an email address that doesn\'t use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays.

', 'User$UserName' => '

The email address of the user.

Users\' email addresses are case-sensitive.

', 'UserStackAssociation$UserName' => '

The email address of the user who is associated with the stack.

Users\' email addresses are case-sensitive.

', ], ], 'VisibilityType' => [ 'base' => NULL, 'refs' => [ 'DescribeImagesRequest$Type' => '

The type of image (public, private, or shared) to describe.

', 'Image$Visibility' => '

Indicates whether the image is public or private.

', ], ], 'VpcConfig' => [ 'base' => '

Describes VPC configuration information for fleets and image builders.

', 'refs' => [ 'AppBlockBuilder$VpcConfig' => '

The VPC configuration for the app block builder.

', 'CreateAppBlockBuilderRequest$VpcConfig' => '

The VPC configuration for the app block builder.

App block builders require that you specify at least two subnets in different availability zones.

', 'CreateFleetRequest$VpcConfig' => '

The VPC configuration for the fleet. This is required for Elastic fleets, but not required for other fleet types. Elastic fleets require that you specify at least two subnets in different availability zones.

', 'CreateImageBuilderRequest$VpcConfig' => '

The VPC configuration for the image builder. You can specify only one subnet.

', 'Fleet$VpcConfig' => '

The VPC configuration for the fleet.

', 'ImageBuilder$VpcConfig' => '

The VPC configuration of the image builder.

', 'UpdateAppBlockBuilderRequest$VpcConfig' => '

The VPC configuration for the app block builder.

App block builders require that you specify at least two subnets in different availability zones.

', 'UpdateFleetRequest$VpcConfig' => '

The VPC configuration for the fleet. This is required for Elastic fleets, but not required for other fleet types. Elastic fleets require that you specify at least two subnets in different availability zones.

', ], ], ],]; +return [ 'version' => '2.0', 'service' => 'Amazon AppStream 2.0

This is the Amazon AppStream 2.0 API Reference. This documentation provides descriptions and syntax for each of the actions and data types in AppStream 2.0. AppStream 2.0 is a fully managed, secure application streaming service that lets you stream desktop applications to users without rewriting applications. AppStream 2.0 manages the AWS resources that are required to host and run your applications, scales automatically, and provides access to your users on demand.

You can call the AppStream 2.0 API operations by using an interface VPC endpoint (interface endpoint). For more information, see Access AppStream 2.0 API Operations and CLI Commands Through an Interface VPC Endpoint in the Amazon AppStream 2.0 Administration Guide.

To learn more about AppStream 2.0, see the following resources:

', 'operations' => [ 'AssociateAppBlockBuilderAppBlock' => '

Associates the specified app block builder with the specified app block.

', 'AssociateApplicationFleet' => '

Associates the specified application with the specified fleet. This is only supported for Elastic fleets.

', 'AssociateApplicationToEntitlement' => '

Associates an application to entitle.

', 'AssociateFleet' => '

Associates the specified fleet with the specified stack.

', 'BatchAssociateUserStack' => '

Associates the specified users with the specified stacks. Users in a user pool cannot be assigned to stacks with fleets that are joined to an Active Directory domain.

', 'BatchDisassociateUserStack' => '

Disassociates the specified users from the specified stacks.

', 'CopyImage' => '

Copies the image within the same region or to a new region within the same AWS account. Note that any tags you added to the image will not be copied.

', 'CreateAppBlock' => '

Creates an app block.

App blocks are an Amazon AppStream 2.0 resource that stores the details about the virtual hard disk in an S3 bucket. It also stores the setup script with details about how to mount the virtual hard disk. The virtual hard disk includes the application binaries and other files necessary to launch your applications. Multiple applications can be assigned to a single app block.

This is only supported for Elastic fleets.

', 'CreateAppBlockBuilder' => '

Creates an app block builder.

', 'CreateAppBlockBuilderStreamingURL' => '

Creates a URL to start a create app block builder streaming session.

', 'CreateApplication' => '

Creates an application.

Applications are an Amazon AppStream 2.0 resource that stores the details about how to launch applications on Elastic fleet streaming instances. An application consists of the launch details, icon, and display name. Applications are associated with an app block that contains the application binaries and other files. The applications assigned to an Elastic fleet are the applications users can launch.

This is only supported for Elastic fleets.

', 'CreateDirectoryConfig' => '

Creates a Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

', 'CreateEntitlement' => '

Creates a new entitlement. Entitlements control access to specific applications within a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all applications in a stack. Entitlements don\'t apply to the desktop stream view application, or to applications managed by a dynamic app provider using the Dynamic Application Framework.

', 'CreateFleet' => '

Creates a fleet. A fleet consists of streaming instances that your users access for their applications and desktops.

', 'CreateImageBuilder' => '

Creates an image builder. An image builder is a virtual machine that is used to create an image.

The initial state of the builder is PENDING. When it is ready, the state is RUNNING.

', 'CreateImageBuilderStreamingURL' => '

Creates a URL to start an image builder streaming session.

', 'CreateStack' => '

Creates a stack to start streaming applications to users. A stack consists of an associated fleet, user access policies, and storage configurations.

', 'CreateStreamingURL' => '

Creates a temporary URL to start an AppStream 2.0 streaming session for the specified user. A streaming URL enables application streaming to be tested without user setup.

', 'CreateThemeForStack' => '

Creates custom branding that customizes the appearance of the streaming application catalog page.

', 'CreateUpdatedImage' => '

Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent software.

For more information, see the "Update an Image by Using Managed AppStream 2.0 Image Updates" section in Administer Your AppStream 2.0 Images, in the Amazon AppStream 2.0 Administration Guide.

', 'CreateUsageReportSubscription' => '

Creates a usage report subscription. Usage reports are generated daily.

', 'CreateUser' => '

Creates a new user in the user pool.

', 'DeleteAppBlock' => '

Deletes an app block.

', 'DeleteAppBlockBuilder' => '

Deletes an app block builder.

An app block builder can only be deleted when it has no association with an app block.

', 'DeleteApplication' => '

Deletes an application.

', 'DeleteDirectoryConfig' => '

Deletes the specified Directory Config object from AppStream 2.0. This object includes the information required to join streaming instances to an Active Directory domain.

', 'DeleteEntitlement' => '

Deletes the specified entitlement.

', 'DeleteFleet' => '

Deletes the specified fleet.

', 'DeleteImage' => '

Deletes the specified image. You cannot delete an image when it is in use. After you delete an image, you cannot provision new capacity using the image.

', 'DeleteImageBuilder' => '

Deletes the specified image builder and releases the capacity.

', 'DeleteImagePermissions' => '

Deletes permissions for the specified private image. After you delete permissions for an image, AWS accounts to which you previously granted these permissions can no longer use the image.

', 'DeleteStack' => '

Deletes the specified stack. After the stack is deleted, the application streaming environment provided by the stack is no longer available to users. Also, any reservations made for application streaming sessions for the stack are released.

', 'DeleteThemeForStack' => '

Deletes custom branding that customizes the appearance of the streaming application catalog page.

', 'DeleteUsageReportSubscription' => '

Disables usage report generation.

', 'DeleteUser' => '

Deletes a user from the user pool.

', 'DescribeAppBlockBuilderAppBlockAssociations' => '

Retrieves a list that describes one or more app block builder associations.

', 'DescribeAppBlockBuilders' => '

Retrieves a list that describes one or more app block builders.

', 'DescribeAppBlocks' => '

Retrieves a list that describes one or more app blocks.

', 'DescribeApplicationFleetAssociations' => '

Retrieves a list that describes one or more application fleet associations. Either ApplicationArn or FleetName must be specified.

', 'DescribeApplications' => '

Retrieves a list that describes one or more applications.

', 'DescribeDirectoryConfigs' => '

Retrieves a list that describes one or more specified Directory Config objects for AppStream 2.0, if the names for these objects are provided. Otherwise, all Directory Config objects in the account are described. These objects include the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

Although the response syntax in this topic includes the account password, this password is not returned in the actual response.

', 'DescribeEntitlements' => '

Retrieves a list that describes one of more entitlements.

', 'DescribeFleets' => '

Retrieves a list that describes one or more specified fleets, if the fleet names are provided. Otherwise, all fleets in the account are described.

', 'DescribeImageBuilders' => '

Retrieves a list that describes one or more specified image builders, if the image builder names are provided. Otherwise, all image builders in the account are described.

', 'DescribeImagePermissions' => '

Retrieves a list that describes the permissions for shared AWS account IDs on a private image that you own.

', 'DescribeImages' => '

Retrieves a list that describes one or more specified images, if the image names or image ARNs are provided. Otherwise, all images in the account are described.

', 'DescribeSessions' => '

Retrieves a list that describes the streaming sessions for a specified stack and fleet. If a UserId is provided for the stack and fleet, only streaming sessions for that user are described. If an authentication type is not provided, the default is to authenticate users using a streaming URL.

', 'DescribeStacks' => '

Retrieves a list that describes one or more specified stacks, if the stack names are provided. Otherwise, all stacks in the account are described.

', 'DescribeThemeForStack' => '

Retrieves a list that describes the theme for a specified stack. A theme is custom branding that customizes the appearance of the streaming application catalog page.

', 'DescribeUsageReportSubscriptions' => '

Retrieves a list that describes one or more usage report subscriptions.

', 'DescribeUserStackAssociations' => '

Retrieves a list that describes the UserStackAssociation objects. You must specify either or both of the following:

', 'DescribeUsers' => '

Retrieves a list that describes one or more specified users in the user pool.

', 'DisableUser' => '

Disables the specified user in the user pool. Users can\'t sign in to AppStream 2.0 until they are re-enabled. This action does not delete the user.

', 'DisassociateAppBlockBuilderAppBlock' => '

Disassociates a specified app block builder from a specified app block.

', 'DisassociateApplicationFleet' => '

Disassociates the specified application from the fleet.

', 'DisassociateApplicationFromEntitlement' => '

Deletes the specified application from the specified entitlement.

', 'DisassociateFleet' => '

Disassociates the specified fleet from the specified stack.

', 'EnableUser' => '

Enables a user in the user pool. After being enabled, users can sign in to AppStream 2.0 and open applications from the stacks to which they are assigned.

', 'ExpireSession' => '

Immediately stops the specified streaming session.

', 'ListAssociatedFleets' => '

Retrieves the name of the fleet that is associated with the specified stack.

', 'ListAssociatedStacks' => '

Retrieves the name of the stack with which the specified fleet is associated.

', 'ListEntitledApplications' => '

Retrieves a list of entitled applications.

', 'ListTagsForResource' => '

Retrieves a list of all tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

', 'StartAppBlockBuilder' => '

Starts an app block builder.

An app block builder can only be started when it\'s associated with an app block.

Starting an app block builder starts a new instance, which is equivalent to an elastic fleet instance with application builder assistance functionality.

', 'StartFleet' => '

Starts the specified fleet.

', 'StartImageBuilder' => '

Starts the specified image builder.

', 'StopAppBlockBuilder' => '

Stops an app block builder.

Stopping an app block builder terminates the instance, and the instance state is not persisted.

', 'StopFleet' => '

Stops the specified fleet.

', 'StopImageBuilder' => '

Stops the specified image builder.

', 'TagResource' => '

Adds or overwrites one or more tags for the specified AppStream 2.0 resource. You can tag AppStream 2.0 image builders, images, fleets, and stacks.

Each tag consists of a key and an optional value. If a resource already has a tag with the same key, this operation updates its value.

To list the current tags for your resources, use ListTagsForResource. To disassociate tags from your resources, use UntagResource.

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

', 'UntagResource' => '

Disassociates one or more specified tags from the specified AppStream 2.0 resource.

To list the current tags for your resources, use ListTagsForResource.

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

', 'UpdateAppBlockBuilder' => '

Updates an app block builder.

If the app block builder is in the STARTING or STOPPING state, you can\'t update it. If the app block builder is in the RUNNING state, you can only update the DisplayName and Description. If the app block builder is in the STOPPED state, you can update any attribute except the Name.

', 'UpdateApplication' => '

Updates the specified application.

', 'UpdateDirectoryConfig' => '

Updates the specified Directory Config object in AppStream 2.0. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

', 'UpdateEntitlement' => '

Updates the specified entitlement.

', 'UpdateFleet' => '

Updates the specified fleet.

If the fleet is in the STOPPED state, you can update any attribute except the fleet name.

If the fleet is in the RUNNING state, you can update the following based on the fleet type:

If the fleet is in the STARTING or STOPPED state, you can\'t update it.

', 'UpdateImagePermissions' => '

Adds or updates permissions for the specified private image.

', 'UpdateStack' => '

Updates the specified fields for the specified stack.

', 'UpdateThemeForStack' => '

Updates custom branding that customizes the appearance of the streaming application catalog page.

', ], 'shapes' => [ 'AccessEndpoint' => [ 'base' => '

Describes an interface VPC endpoint (interface endpoint) that lets you create a private connection between the virtual private cloud (VPC) that you specify and AppStream 2.0. When you specify an interface endpoint for a stack, users of the stack can connect to AppStream 2.0 only through that endpoint. When you specify an interface endpoint for an image builder, administrators can connect to the image builder only through that endpoint.

', 'refs' => [ 'AccessEndpointList$member' => NULL, ], ], 'AccessEndpointList' => [ 'base' => NULL, 'refs' => [ 'AppBlockBuilder$AccessEndpoints' => '

The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.

', 'CreateAppBlockBuilderRequest$AccessEndpoints' => '

The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.

', 'CreateImageBuilderRequest$AccessEndpoints' => '

The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the image builder only through the specified endpoints.

', 'CreateStackRequest$AccessEndpoints' => '

The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.

', 'ImageBuilder$AccessEndpoints' => '

The list of virtual private cloud (VPC) interface endpoint objects. Administrators can connect to the image builder only through the specified endpoints.

', 'Stack$AccessEndpoints' => '

The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.

', 'UpdateAppBlockBuilderRequest$AccessEndpoints' => '

The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.

', 'UpdateStackRequest$AccessEndpoints' => '

The list of interface VPC endpoint (interface endpoint) objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.

', ], ], 'AccessEndpointType' => [ 'base' => NULL, 'refs' => [ 'AccessEndpoint$EndpointType' => '

The type of interface endpoint.

', ], ], 'AccountName' => [ 'base' => NULL, 'refs' => [ 'ServiceAccountCredentials$AccountName' => '

The user name of the account. This account must have the following privileges: create computer objects, join computers to the domain, and change/reset the password on descendant computer objects for the organizational units specified.

', ], ], 'AccountPassword' => [ 'base' => NULL, 'refs' => [ 'ServiceAccountCredentials$AccountPassword' => '

The password for the account.

', ], ], 'Action' => [ 'base' => NULL, 'refs' => [ 'UserSetting$Action' => '

The action that is enabled or disabled.

', ], ], 'AppBlock' => [ 'base' => '

Describes an app block.

App blocks are an Amazon AppStream 2.0 resource that stores the details about the virtual hard disk in an S3 bucket. It also stores the setup script with details about how to mount the virtual hard disk. The virtual hard disk includes the application binaries and other files necessary to launch your applications. Multiple applications can be assigned to a single app block.

This is only supported for Elastic fleets.

', 'refs' => [ 'AppBlocks$member' => NULL, 'CreateAppBlockResult$AppBlock' => '

The app block.

', ], ], 'AppBlockBuilder' => [ 'base' => '

Describes an app block builder.

', 'refs' => [ 'AppBlockBuilderList$member' => NULL, 'CreateAppBlockBuilderResult$AppBlockBuilder' => NULL, 'StartAppBlockBuilderResult$AppBlockBuilder' => NULL, 'StopAppBlockBuilderResult$AppBlockBuilder' => NULL, 'UpdateAppBlockBuilderResult$AppBlockBuilder' => NULL, ], ], 'AppBlockBuilderAppBlockAssociation' => [ 'base' => '

Describes an association between an app block builder and app block.

', 'refs' => [ 'AppBlockBuilderAppBlockAssociationsList$member' => NULL, 'AssociateAppBlockBuilderAppBlockResult$AppBlockBuilderAppBlockAssociation' => '

The list of app block builders associated with app blocks.

', ], ], 'AppBlockBuilderAppBlockAssociationsList' => [ 'base' => NULL, 'refs' => [ 'DescribeAppBlockBuilderAppBlockAssociationsResult$AppBlockBuilderAppBlockAssociations' => '

This list of app block builders associated with app blocks.

', ], ], 'AppBlockBuilderAttribute' => [ 'base' => NULL, 'refs' => [ 'AppBlockBuilderAttributes$member' => NULL, ], ], 'AppBlockBuilderAttributes' => [ 'base' => NULL, 'refs' => [ 'UpdateAppBlockBuilderRequest$AttributesToDelete' => '

The attributes to delete from the app block builder.

', ], ], 'AppBlockBuilderList' => [ 'base' => NULL, 'refs' => [ 'DescribeAppBlockBuildersResult$AppBlockBuilders' => '

The list that describes one or more app block builders.

', ], ], 'AppBlockBuilderPlatformType' => [ 'base' => NULL, 'refs' => [ 'AppBlockBuilder$Platform' => '

The platform of the app block builder.

WINDOWS_SERVER_2019 is the only valid value.

', 'CreateAppBlockBuilderRequest$Platform' => '

The platform of the app block builder.

WINDOWS_SERVER_2019 is the only valid value.

', ], ], 'AppBlockBuilderState' => [ 'base' => NULL, 'refs' => [ 'AppBlockBuilder$State' => '

The state of the app block builder.

', ], ], 'AppBlockBuilderStateChangeReason' => [ 'base' => '

Describes the reason why the last app block builder state change occurred.

', 'refs' => [ 'AppBlockBuilder$StateChangeReason' => '

The state change reason.

', ], ], 'AppBlockBuilderStateChangeReasonCode' => [ 'base' => NULL, 'refs' => [ 'AppBlockBuilderStateChangeReason$Code' => '

The state change reason code.

', ], ], 'AppBlockState' => [ 'base' => NULL, 'refs' => [ 'AppBlock$State' => '

The state of the app block.

An app block with AppStream 2.0 packaging will be in the INACTIVE state if no application package (VHD) is assigned to it. After an application package (VHD) is created by an app block builder for an app block, it becomes ACTIVE.

Custom app blocks are always in the ACTIVE state and no action is required to use them.

', ], ], 'AppBlocks' => [ 'base' => NULL, 'refs' => [ 'DescribeAppBlocksResult$AppBlocks' => '

The app blocks in the list.

', ], ], 'AppVisibility' => [ 'base' => NULL, 'refs' => [ 'CreateEntitlementRequest$AppVisibility' => '

Specifies whether all or selected apps are entitled.

', 'Entitlement$AppVisibility' => '

Specifies whether all or selected apps are entitled.

', 'UpdateEntitlementRequest$AppVisibility' => '

Specifies whether all or only selected apps are entitled.

', ], ], 'Application' => [ 'base' => '

Describes an application in the application catalog.

', 'refs' => [ 'Applications$member' => NULL, 'CreateApplicationResult$Application' => NULL, 'UpdateApplicationResult$Application' => NULL, ], ], 'ApplicationAttribute' => [ 'base' => NULL, 'refs' => [ 'ApplicationAttributes$member' => NULL, ], ], 'ApplicationAttributes' => [ 'base' => NULL, 'refs' => [ 'UpdateApplicationRequest$AttributesToDelete' => '

The attributes to delete for an application.

', ], ], 'ApplicationFleetAssociation' => [ 'base' => '

Describes the application fleet association.

', 'refs' => [ 'ApplicationFleetAssociationList$member' => NULL, 'AssociateApplicationFleetResult$ApplicationFleetAssociation' => '

If fleet name is specified, this returns the list of applications that are associated to it. If application ARN is specified, this returns the list of fleets to which it is associated.

', ], ], 'ApplicationFleetAssociationList' => [ 'base' => NULL, 'refs' => [ 'DescribeApplicationFleetAssociationsResult$ApplicationFleetAssociations' => '

The application fleet associations in the list.

', ], ], 'ApplicationSettings' => [ 'base' => '

The persistent application settings for users of a stack.

', 'refs' => [ 'CreateStackRequest$ApplicationSettings' => '

The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.

', 'UpdateStackRequest$ApplicationSettings' => '

The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.

', ], ], 'ApplicationSettingsResponse' => [ 'base' => '

Describes the persistent application settings for users of a stack.

', 'refs' => [ 'Stack$ApplicationSettings' => '

The persistent application settings for users of the stack.

', ], ], 'Applications' => [ 'base' => NULL, 'refs' => [ 'DescribeApplicationsResult$Applications' => '

The applications in the list.

', 'Image$Applications' => '

The applications associated with the image.

', ], ], 'AppstreamAgentVersion' => [ 'base' => NULL, 'refs' => [ 'CreateImageBuilderRequest$AppstreamAgentVersion' => '

The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].

', 'Image$AppstreamAgentVersion' => '

The version of the AppStream 2.0 agent to use for instances that are launched from this image.

', 'ImageBuilder$AppstreamAgentVersion' => '

The version of the AppStream 2.0 agent that is currently being used by the image builder.

', 'StartImageBuilderRequest$AppstreamAgentVersion' => '

The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify [LATEST].

', ], ], 'Arn' => [ 'base' => NULL, 'refs' => [ 'AppBlock$Arn' => '

The ARN of the app block.

', 'AppBlockBuilder$Arn' => '

The ARN of the app block builder.

', 'AppBlockBuilder$IamRoleArn' => '

The ARN of the IAM role that is applied to the app block builder.

', 'AppBlockBuilderAppBlockAssociation$AppBlockArn' => '

The ARN of the app block.

', 'Application$Arn' => '

The ARN of the application.

', 'Application$AppBlockArn' => '

The app block ARN of the application.

', 'ApplicationFleetAssociation$ApplicationArn' => '

The ARN of the application associated with the fleet.

', 'ArnList$member' => NULL, 'AssociateAppBlockBuilderAppBlockRequest$AppBlockArn' => '

The ARN of the app block.

', 'AssociateApplicationFleetRequest$ApplicationArn' => '

The ARN of the application.

', 'CertificateBasedAuthProperties$CertificateAuthorityArn' => '

The ARN of the AWS Certificate Manager Private CA resource.

', 'CreateAppBlockBuilderRequest$IamRoleArn' => '

The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To assume a role, the app block builder calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

', 'CreateApplicationRequest$AppBlockArn' => '

The app block ARN to which the application should be associated

', 'CreateFleetRequest$ImageArn' => '

The ARN of the public, private, or shared image to use.

', 'CreateFleetRequest$IamRoleArn' => '

The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a fleet instance calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

', 'CreateImageBuilderRequest$ImageArn' => '

The ARN of the public, private, or shared image to use.

', 'CreateImageBuilderRequest$IamRoleArn' => '

The Amazon Resource Name (ARN) of the IAM role to apply to the image builder. To assume a role, the image builder calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

', 'DescribeAppBlockBuilderAppBlockAssociationsRequest$AppBlockArn' => '

The ARN of the app block.

', 'DescribeApplicationFleetAssociationsRequest$ApplicationArn' => '

The ARN of the application.

', 'DisassociateAppBlockBuilderAppBlockRequest$AppBlockArn' => '

The ARN of the app block.

', 'DisassociateApplicationFleetRequest$ApplicationArn' => '

The ARN of the application.

', 'Fleet$Arn' => '

The Amazon Resource Name (ARN) for the fleet.

', 'Fleet$ImageArn' => '

The ARN for the public, private, or shared image.

', 'Fleet$IamRoleArn' => '

The ARN of the IAM role that is applied to the fleet. To assume a role, the fleet instance calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

', 'Image$Arn' => '

The ARN of the image.

', 'Image$BaseImageArn' => '

The ARN of the image from which this image was created.

', 'ImageBuilder$Arn' => '

The ARN for the image builder.

', 'ImageBuilder$ImageArn' => '

The ARN of the image from which this builder was created.

', 'ImageBuilder$IamRoleArn' => '

The ARN of the IAM role that is applied to the image builder. To assume a role, the image builder calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

', 'ListTagsForResourceRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource.

', 'Stack$Arn' => '

The ARN of the stack.

', 'TagResourceRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource.

', 'UntagResourceRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the resource.

', 'UpdateAppBlockBuilderRequest$IamRoleArn' => '

The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To assume a role, the app block builder calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

', 'UpdateApplicationRequest$AppBlockArn' => '

The ARN of the app block.

', 'UpdateFleetRequest$ImageArn' => '

The ARN of the public, private, or shared image to use.

', 'UpdateFleetRequest$IamRoleArn' => '

The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a fleet instance calls the AWS Security Token Service (STS) AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.

For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide.

', 'User$Arn' => '

The ARN of the user.

', ], ], 'ArnList' => [ 'base' => NULL, 'refs' => [ 'DescribeAppBlocksRequest$Arns' => '

The ARNs of the app blocks.

', 'DescribeApplicationsRequest$Arns' => '

The ARNs for the applications.

', 'DescribeImagesRequest$Arns' => '

The ARNs of the public, private, and shared images to describe.

', ], ], 'AssociateAppBlockBuilderAppBlockRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateAppBlockBuilderAppBlockResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateApplicationFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateApplicationFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateApplicationToEntitlementRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateApplicationToEntitlementResult' => [ 'base' => NULL, 'refs' => [], ], 'AssociateFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'AssociateFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'AuthenticationType' => [ 'base' => NULL, 'refs' => [ 'CreateUserRequest$AuthenticationType' => '

The authentication type for the user. You must specify USERPOOL.

', 'DeleteUserRequest$AuthenticationType' => '

The authentication type for the user. You must specify USERPOOL.

', 'DescribeSessionsRequest$AuthenticationType' => '

The authentication method. Specify API for a user authenticated using a streaming URL or SAML for a SAML federated user. The default is to authenticate users using a streaming URL.

', 'DescribeUserStackAssociationsRequest$AuthenticationType' => '

The authentication type for the user who is associated with the stack. You must specify USERPOOL.

', 'DescribeUsersRequest$AuthenticationType' => '

The authentication type for the users in the user pool to describe. You must specify USERPOOL.

', 'DisableUserRequest$AuthenticationType' => '

The authentication type for the user. You must specify USERPOOL.

', 'EnableUserRequest$AuthenticationType' => '

The authentication type for the user. You must specify USERPOOL.

', 'Session$AuthenticationType' => '

The authentication method. The user is authenticated using a streaming URL (API) or SAML 2.0 federation (SAML).

', 'User$AuthenticationType' => '

The authentication type for the user.

', 'UserStackAssociation$AuthenticationType' => '

The authentication type for the user.

', ], ], 'AwsAccountId' => [ 'base' => NULL, 'refs' => [ 'AwsAccountIdList$member' => NULL, 'DeleteImagePermissionsRequest$SharedAccountId' => '

The 12-digit identifier of the AWS account for which to delete image permissions.

', 'SharedImagePermissions$sharedAccountId' => '

The 12-digit identifier of the AWS account with which the image is shared.

', 'UpdateImagePermissionsRequest$SharedAccountId' => '

The 12-digit identifier of the AWS account for which you want add or update image permissions.

', ], ], 'AwsAccountIdList' => [ 'base' => NULL, 'refs' => [ 'DescribeImagePermissionsRequest$SharedAwsAccountIds' => '

The 12-digit identifier of one or more AWS accounts with which the image is shared.

', ], ], 'BatchAssociateUserStackRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchAssociateUserStackResult' => [ 'base' => NULL, 'refs' => [], ], 'BatchDisassociateUserStackRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchDisassociateUserStackResult' => [ 'base' => NULL, 'refs' => [], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'Application$Enabled' => '

If there is a problem, the application can be disabled after image creation.

', 'ApplicationSettings$Enabled' => '

Enables or disables persistent application settings for users during their streaming sessions.

', 'ApplicationSettingsResponse$Enabled' => '

Specifies whether persistent application settings are enabled for users during their streaming sessions.

', 'CreateUpdatedImageRequest$dryRun' => '

Indicates whether to display the status of image update availability before AppStream 2.0 initiates the process of creating a new updated image. If this value is set to true, AppStream 2.0 displays whether image updates are available. If this value is set to false, AppStream 2.0 initiates the process of creating a new updated image without displaying whether image updates are available.

', 'CreateUpdatedImageResult$canUpdateImage' => '

Indicates whether a new image can be created.

', 'Image$ImageBuilderSupported' => '

Indicates whether an image builder can be launched from this image.

', 'UpdateFleetRequest$DeleteVpcConfig' => '

Deletes the VPC association for the specified fleet.

', 'UpdateStackRequest$DeleteStorageConnectors' => '

Deletes the storage connectors currently enabled for the stack.

', 'User$Enabled' => '

Specifies whether the user in the user pool is enabled.

', 'UserStackAssociation$SendEmailNotification' => '

Specifies whether a welcome email is sent to a user after the user is created in the user pool.

', ], ], 'BooleanObject' => [ 'base' => NULL, 'refs' => [ 'AppBlockBuilder$EnableDefaultInternetAccess' => '

Indicates whether default internet access is enabled for the app block builder.

', 'CreateAppBlockBuilderRequest$EnableDefaultInternetAccess' => '

Enables or disables default internet access for the app block builder.

', 'CreateFleetRequest$EnableDefaultInternetAccess' => '

Enables or disables default internet access for the fleet.

', 'CreateImageBuilderRequest$EnableDefaultInternetAccess' => '

Enables or disables default internet access for the image builder.

', 'Fleet$EnableDefaultInternetAccess' => '

Indicates whether default internet access is enabled for the fleet.

', 'ImageBuilder$EnableDefaultInternetAccess' => '

Enables or disables default internet access for the image builder.

', 'ImagePermissions$allowFleet' => '

Indicates whether the image can be used for a fleet.

', 'ImagePermissions$allowImageBuilder' => '

Indicates whether the image can be used for an image builder.

', 'UpdateAppBlockBuilderRequest$EnableDefaultInternetAccess' => '

Enables or disables default internet access for the app block builder.

', 'UpdateFleetRequest$EnableDefaultInternetAccess' => '

Enables or disables default internet access for the fleet.

', ], ], 'CertificateBasedAuthProperties' => [ 'base' => '

The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow users to log in using their AD domain password. Users will be disconnected to re-authenticate using certificates.

', 'refs' => [ 'CreateDirectoryConfigRequest$CertificateBasedAuthProperties' => '

The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow users to log in using their AD domain password. Users will be disconnected to re-authenticate using certificates.

', 'DirectoryConfig$CertificateBasedAuthProperties' => '

The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow users to log in using their AD domain password. Users will be disconnected to re-authenticate using certificates.

', 'UpdateDirectoryConfigRequest$CertificateBasedAuthProperties' => '

The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow users to log in using their AD domain password. Users will be disconnected to re-authenticate using certificates.

', ], ], 'CertificateBasedAuthStatus' => [ 'base' => NULL, 'refs' => [ 'CertificateBasedAuthProperties$Status' => '

The status of the certificate-based authentication properties.

', ], ], 'ComputeCapacity' => [ 'base' => '

Describes the capacity for a fleet.

', 'refs' => [ 'CreateFleetRequest$ComputeCapacity' => '

The desired capacity for the fleet. This is not allowed for Elastic fleets. For Elastic fleets, specify MaxConcurrentSessions instead.

', 'UpdateFleetRequest$ComputeCapacity' => '

The desired capacity for the fleet. This is not allowed for Elastic fleets.

', ], ], 'ComputeCapacityStatus' => [ 'base' => '

Describes the capacity status for a fleet.

', 'refs' => [ 'Fleet$ComputeCapacityStatus' => '

The capacity status for the fleet.

', ], ], 'ConcurrentModificationException' => [ 'base' => '

An API error occurred. Wait a few minutes and try again.

', 'refs' => [], ], 'CopyImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'CopyImageResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateAppBlockBuilderRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateAppBlockBuilderResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateAppBlockBuilderStreamingURLRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateAppBlockBuilderStreamingURLResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateAppBlockRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateAppBlockResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateApplicationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateApplicationResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateDirectoryConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateDirectoryConfigResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateEntitlementRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateEntitlementResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateImageBuilderRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateImageBuilderResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateImageBuilderStreamingURLRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateImageBuilderStreamingURLResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateStackRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateStackResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateStreamingURLRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateStreamingURLResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateThemeForStackRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateThemeForStackResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateUpdatedImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateUpdatedImageResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateUsageReportSubscriptionRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateUsageReportSubscriptionResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateUserRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateUserResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAppBlockBuilderRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAppBlockBuilderResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAppBlockRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteAppBlockResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteApplicationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteApplicationResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDirectoryConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteDirectoryConfigResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteEntitlementRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteEntitlementResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteImageBuilderRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteImageBuilderResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteImagePermissionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteImagePermissionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteImageRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteImageResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteStackRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteStackResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteThemeForStackRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteThemeForStackResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteUsageReportSubscriptionRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteUsageReportSubscriptionResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteUserRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteUserResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAppBlockBuilderAppBlockAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAppBlockBuilderAppBlockAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAppBlockBuildersRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAppBlockBuildersResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAppBlocksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeAppBlocksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeApplicationFleetAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeApplicationFleetAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeApplicationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeApplicationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDirectoryConfigsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeDirectoryConfigsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEntitlementsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeEntitlementsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFleetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeFleetsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImageBuildersRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImageBuildersResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImagePermissionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImagePermissionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImagesMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeImagesRequest$MaxResults' => '

The maximum size of each page of results.

', ], ], 'DescribeImagesRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeImagesResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSessionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeSessionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeStacksRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeStacksResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeThemeForStackRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeThemeForStackResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeUsageReportSubscriptionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeUsageReportSubscriptionsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeUserStackAssociationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeUserStackAssociationsResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeUsersRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeUsersResult' => [ 'base' => NULL, 'refs' => [], ], 'Description' => [ 'base' => NULL, 'refs' => [ 'CopyImageRequest$DestinationImageDescription' => '

The description that the image will have when it is copied to the destination.

', 'CreateAppBlockBuilderRequest$Description' => '

The description of the app block builder.

', 'CreateAppBlockRequest$Description' => '

The description of the app block.

', 'CreateApplicationRequest$Description' => '

The description of the application.

', 'CreateEntitlementRequest$Description' => '

The description of the entitlement.

', 'CreateFleetRequest$Description' => '

The description to display.

', 'CreateImageBuilderRequest$Description' => '

The description to display.

', 'CreateStackRequest$Description' => '

The description to display.

', 'CreateUpdatedImageRequest$newImageDescription' => '

The description to display for the new image.

', 'Entitlement$Description' => '

The description of the entitlement.

', 'UpdateAppBlockBuilderRequest$Description' => '

The description of the app block builder.

', 'UpdateApplicationRequest$Description' => '

The description of the application.

', 'UpdateEntitlementRequest$Description' => '

The description of the entitlement.

', 'UpdateFleetRequest$Description' => '

The description to display.

', 'UpdateStackRequest$Description' => '

The description to display.

', ], ], 'DirectoryConfig' => [ 'base' => '

Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

', 'refs' => [ 'CreateDirectoryConfigResult$DirectoryConfig' => '

Information about the directory configuration.

', 'DirectoryConfigList$member' => NULL, 'UpdateDirectoryConfigResult$DirectoryConfig' => '

Information about the Directory Config object.

', ], ], 'DirectoryConfigList' => [ 'base' => NULL, 'refs' => [ 'DescribeDirectoryConfigsResult$DirectoryConfigs' => '

Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.

', ], ], 'DirectoryName' => [ 'base' => NULL, 'refs' => [ 'CreateDirectoryConfigRequest$DirectoryName' => '

The fully qualified name of the directory (for example, corp.example.com).

', 'DeleteDirectoryConfigRequest$DirectoryName' => '

The name of the directory configuration.

', 'DirectoryConfig$DirectoryName' => '

The fully qualified name of the directory (for example, corp.example.com).

', 'DirectoryNameList$member' => NULL, 'DomainJoinInfo$DirectoryName' => '

The fully qualified name of the directory (for example, corp.example.com).

', 'UpdateDirectoryConfigRequest$DirectoryName' => '

The name of the Directory Config object.

', ], ], 'DirectoryNameList' => [ 'base' => NULL, 'refs' => [ 'DescribeDirectoryConfigsRequest$DirectoryNames' => '

The directory names.

', ], ], 'DisableUserRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisableUserResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateAppBlockBuilderAppBlockRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateAppBlockBuilderAppBlockResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateApplicationFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateApplicationFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateApplicationFromEntitlementRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateApplicationFromEntitlementResult' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'DisplayName' => [ 'base' => NULL, 'refs' => [ 'CreateAppBlockBuilderRequest$DisplayName' => '

The display name of the app block builder.

', 'CreateAppBlockRequest$DisplayName' => '

The display name of the app block. This is not displayed to the user.

', 'CreateApplicationRequest$DisplayName' => '

The display name of the application. This name is visible to users in the application catalog.

', 'CreateFleetRequest$DisplayName' => '

The fleet name to display.

', 'CreateImageBuilderRequest$DisplayName' => '

The image builder name to display.

', 'CreateStackRequest$DisplayName' => '

The stack name to display.

', 'CreateUpdatedImageRequest$newImageDisplayName' => '

The name to display for the new image.

', 'UpdateAppBlockBuilderRequest$DisplayName' => '

The display name of the app block builder.

', 'UpdateApplicationRequest$DisplayName' => '

The display name of the application. This name is visible to users in the application catalog.

', 'UpdateFleetRequest$DisplayName' => '

The fleet name to display.

', 'UpdateStackRequest$DisplayName' => '

The stack name to display.

', ], ], 'Domain' => [ 'base' => 'GSuite domain for GDrive integration.', 'refs' => [ 'DomainList$member' => NULL, ], ], 'DomainJoinInfo' => [ 'base' => '

Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

', 'refs' => [ 'CreateFleetRequest$DomainJoinInfo' => '

The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain. This is not allowed for Elastic fleets.

', 'CreateImageBuilderRequest$DomainJoinInfo' => '

The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.

', 'Fleet$DomainJoinInfo' => '

The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.

', 'ImageBuilder$DomainJoinInfo' => '

The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.

', 'UpdateFleetRequest$DomainJoinInfo' => '

The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.

', ], ], 'DomainList' => [ 'base' => NULL, 'refs' => [ 'StorageConnector$Domains' => '

The names of the domains for the account.

', ], ], 'DynamicAppProvidersEnabled' => [ 'base' => NULL, 'refs' => [ 'Image$DynamicAppProvidersEnabled' => '

Indicates whether dynamic app providers are enabled within an AppStream 2.0 image or not.

', ], ], 'EmbedHostDomain' => [ 'base' => 'Specifies a valid domain that can embed AppStream. Valid examples include: ["testorigin.tt--com", "testingorigin.com.us", "test.com.us"] Invalid examples include: ["test,com", ".com", "h*llo.com". ""]', 'refs' => [ 'EmbedHostDomains$member' => NULL, ], ], 'EmbedHostDomains' => [ 'base' => NULL, 'refs' => [ 'CreateStackRequest$EmbedHostDomains' => '

The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.

', 'Stack$EmbedHostDomains' => '

The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.

', 'UpdateStackRequest$EmbedHostDomains' => '

The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.

', ], ], 'EnableUserRequest' => [ 'base' => NULL, 'refs' => [], ], 'EnableUserResult' => [ 'base' => NULL, 'refs' => [], ], 'EntitledApplication' => [ 'base' => '

The application associated to an entitlement. Access is controlled based on user attributes.

', 'refs' => [ 'EntitledApplicationList$member' => NULL, ], ], 'EntitledApplicationList' => [ 'base' => NULL, 'refs' => [ 'ListEntitledApplicationsResult$EntitledApplications' => '

The entitled applications.

', ], ], 'Entitlement' => [ 'base' => '

Specifies an entitlement. Entitlements control access to specific applications within a stack, based on user attributes. Entitlements apply to SAML 2.0 federated user identities. Amazon AppStream 2.0 user pool and streaming URL users are entitled to all applications in a stack. Entitlements don\'t apply to the desktop stream view application, or to applications managed by a dynamic app provider using the Dynamic Application Framework.

', 'refs' => [ 'CreateEntitlementResult$Entitlement' => '

The entitlement.

', 'EntitlementList$member' => NULL, 'UpdateEntitlementResult$Entitlement' => '

The entitlement.

', ], ], 'EntitlementAlreadyExistsException' => [ 'base' => '

The entitlement already exists.

', 'refs' => [], ], 'EntitlementAttribute' => [ 'base' => '

An attribute associated with an entitlement. Application entitlements work by matching a supported SAML 2.0 attribute name to a value when a user identity federates to an Amazon AppStream 2.0 SAML application.

', 'refs' => [ 'EntitlementAttributeList$member' => NULL, ], ], 'EntitlementAttributeList' => [ 'base' => NULL, 'refs' => [ 'CreateEntitlementRequest$Attributes' => '

The attributes of the entitlement.

', 'Entitlement$Attributes' => '

The attributes of the entitlement.

', 'UpdateEntitlementRequest$Attributes' => '

The attributes of the entitlement.

', ], ], 'EntitlementList' => [ 'base' => NULL, 'refs' => [ 'DescribeEntitlementsResult$Entitlements' => '

The entitlements.

', ], ], 'EntitlementNotFoundException' => [ 'base' => '

The entitlement can\'t be found.

', 'refs' => [], ], 'ErrorDetails' => [ 'base' => '

The error details.

', 'refs' => [ 'ErrorDetailsList$member' => NULL, ], ], 'ErrorDetailsList' => [ 'base' => NULL, 'refs' => [ 'AppBlock$AppBlockErrors' => '

The errors of the app block.

', ], ], 'ErrorMessage' => [ 'base' => '

The error message in the exception.

', 'refs' => [ 'ConcurrentModificationException$Message' => NULL, 'EntitlementAlreadyExistsException$Message' => NULL, 'EntitlementNotFoundException$Message' => NULL, 'IncompatibleImageException$Message' => NULL, 'InvalidAccountStatusException$Message' => NULL, 'InvalidParameterCombinationException$Message' => NULL, 'InvalidRoleException$Message' => NULL, 'LimitExceededException$Message' => NULL, 'OperationNotPermittedException$Message' => NULL, 'RequestLimitExceededException$Message' => NULL, 'ResourceAlreadyExistsException$Message' => NULL, 'ResourceInUseException$Message' => NULL, 'ResourceNotAvailableException$Message' => NULL, 'ResourceNotFoundException$Message' => NULL, ], ], 'ExpireSessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'ExpireSessionResult' => [ 'base' => NULL, 'refs' => [], ], 'FeedbackURL' => [ 'base' => NULL, 'refs' => [ 'CreateStackRequest$FeedbackURL' => '

The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.

', 'Stack$FeedbackURL' => '

The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.

', 'UpdateStackRequest$FeedbackURL' => '

The URL that users are redirected to after they choose the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.

', ], ], 'Fleet' => [ 'base' => '

Describes a fleet.

', 'refs' => [ 'CreateFleetResult$Fleet' => '

Information about the fleet.

', 'FleetList$member' => NULL, 'UpdateFleetResult$Fleet' => '

Information about the fleet.

', ], ], 'FleetAttribute' => [ 'base' => '

The fleet attribute.

', 'refs' => [ 'FleetAttributes$member' => NULL, ], ], 'FleetAttributes' => [ 'base' => '

The fleet attributes.

', 'refs' => [ 'UpdateFleetRequest$AttributesToDelete' => '

The fleet attributes to delete.

', ], ], 'FleetError' => [ 'base' => '

Describes a fleet error.

', 'refs' => [ 'FleetErrors$member' => NULL, ], ], 'FleetErrorCode' => [ 'base' => NULL, 'refs' => [ 'FleetError$ErrorCode' => '

The error code.

', 'ResourceError$ErrorCode' => '

The error code.

', ], ], 'FleetErrors' => [ 'base' => NULL, 'refs' => [ 'Fleet$FleetErrors' => '

The fleet errors.

', ], ], 'FleetList' => [ 'base' => '

The fleets.

', 'refs' => [ 'DescribeFleetsResult$Fleets' => '

Information about the fleets.

', ], ], 'FleetState' => [ 'base' => NULL, 'refs' => [ 'Fleet$State' => '

The current state for the fleet.

', ], ], 'FleetType' => [ 'base' => NULL, 'refs' => [ 'CreateFleetRequest$FleetType' => '

The fleet type.

ALWAYS_ON

Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.

ON_DEMAND

Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.

', 'Fleet$FleetType' => '

The fleet type.

ALWAYS_ON

Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.

ON_DEMAND

Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.

', ], ], 'Image' => [ 'base' => '

Describes an image.

', 'refs' => [ 'CreateUpdatedImageResult$image' => NULL, 'DeleteImageResult$Image' => '

Information about the image.

', 'ImageList$member' => NULL, ], ], 'ImageBuilder' => [ 'base' => '

Describes a virtual machine that is used to create an image.

', 'refs' => [ 'CreateImageBuilderResult$ImageBuilder' => '

Information about the image builder.

', 'DeleteImageBuilderResult$ImageBuilder' => '

Information about the image builder.

', 'ImageBuilderList$member' => NULL, 'StartImageBuilderResult$ImageBuilder' => '

Information about the image builder.

', 'StopImageBuilderResult$ImageBuilder' => '

Information about the image builder.

', ], ], 'ImageBuilderList' => [ 'base' => NULL, 'refs' => [ 'DescribeImageBuildersResult$ImageBuilders' => '

Information about the image builders.

', ], ], 'ImageBuilderState' => [ 'base' => NULL, 'refs' => [ 'ImageBuilder$State' => '

The state of the image builder.

', ], ], 'ImageBuilderStateChangeReason' => [ 'base' => '

Describes the reason why the last image builder state change occurred.

', 'refs' => [ 'ImageBuilder$StateChangeReason' => '

The reason why the last state change occurred.

', ], ], 'ImageBuilderStateChangeReasonCode' => [ 'base' => NULL, 'refs' => [ 'ImageBuilderStateChangeReason$Code' => '

The state change reason code.

', ], ], 'ImageList' => [ 'base' => NULL, 'refs' => [ 'DescribeImagesResult$Images' => '

Information about the images.

', ], ], 'ImagePermissions' => [ 'base' => '

Describes the permissions for an image.

', 'refs' => [ 'Image$ImagePermissions' => '

The permissions to provide to the destination AWS account for the specified image.

', 'SharedImagePermissions$imagePermissions' => '

Describes the permissions for a shared image.

', 'UpdateImagePermissionsRequest$ImagePermissions' => '

The permissions for the image.

', ], ], 'ImageSharedWithOthers' => [ 'base' => NULL, 'refs' => [ 'Image$ImageSharedWithOthers' => '

Indicates whether the image is shared with another account ID.

', ], ], 'ImageState' => [ 'base' => NULL, 'refs' => [ 'Image$State' => '

The image starts in the PENDING state. If image creation succeeds, the state is AVAILABLE. If image creation fails, the state is FAILED.

', ], ], 'ImageStateChangeReason' => [ 'base' => '

Describes the reason why the last image state change occurred.

', 'refs' => [ 'Image$StateChangeReason' => '

The reason why the last state change occurred.

', ], ], 'ImageStateChangeReasonCode' => [ 'base' => NULL, 'refs' => [ 'ImageStateChangeReason$Code' => '

The state change reason code.

', ], ], 'IncompatibleImageException' => [ 'base' => '

The image can\'t be updated because it\'s not compatible for updates.

', 'refs' => [], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'ComputeCapacity$DesiredInstances' => '

The desired number of streaming instances.

', 'ComputeCapacity$DesiredSessions' => '

The desired number of user sessions for a multi-session fleet. This is not allowed for single-session fleets.

When you create a fleet, you must set either the DesiredSessions or DesiredInstances attribute, based on the type of fleet you create. You can’t define both attributes or leave both attributes blank.

', 'ComputeCapacityStatus$Desired' => '

The desired number of streaming instances.

', 'ComputeCapacityStatus$Running' => '

The total number of simultaneous streaming instances that are running.

', 'ComputeCapacityStatus$InUse' => '

The number of instances in use for streaming.

', 'ComputeCapacityStatus$Available' => '

The number of currently available instances that can be used to stream sessions.

', 'ComputeCapacityStatus$DesiredUserSessions' => '

The total number of sessions slots that are either running or pending. This represents the total number of concurrent streaming sessions your fleet can support in a steady state.

DesiredUserSessionCapacity = ActualUserSessionCapacity + PendingUserSessionCapacity

This only applies to multi-session fleets.

', 'ComputeCapacityStatus$AvailableUserSessions' => '

The number of idle session slots currently available for user sessions.

AvailableUserSessionCapacity = ActualUserSessionCapacity - ActiveUserSessions

This only applies to multi-session fleets.

', 'ComputeCapacityStatus$ActiveUserSessions' => '

The number of user sessions currently being used for streaming sessions. This only applies to multi-session fleets.

', 'ComputeCapacityStatus$ActualUserSessions' => '

The total number of session slots that are available for streaming or are currently streaming.

ActualUserSessionCapacity = AvailableUserSessionCapacity + ActiveUserSessions

This only applies to multi-session fleets.

', 'CreateFleetRequest$MaxUserDurationInSeconds' => '

The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.

Specify a value between 600 and 432000.

', 'CreateFleetRequest$DisconnectTimeoutInSeconds' => '

The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.

Specify a value between 60 and 36000.

', 'CreateFleetRequest$IdleDisconnectTimeoutInSeconds' => '

The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the DisconnectTimeoutInSeconds time interval begins. Users are notified before they are disconnected due to inactivity. If they try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected.

To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0.

If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don\'t do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.

', 'CreateFleetRequest$MaxConcurrentSessions' => '

The maximum concurrent sessions of the Elastic fleet. This is required for Elastic fleets, and not allowed for other fleet types.

', 'CreateFleetRequest$MaxSessionsPerInstance' => '

The maximum number of user sessions on an instance. This only applies to multi-session fleets.

', 'DescribeAppBlockBuilderAppBlockAssociationsRequest$MaxResults' => '

The maximum size of each page of results.

', 'DescribeAppBlockBuildersRequest$MaxResults' => '

The maximum size of each page of results. The maximum value is 25.

', 'DescribeAppBlocksRequest$MaxResults' => '

The maximum size of each page of results.

', 'DescribeApplicationFleetAssociationsRequest$MaxResults' => '

The maximum size of each page of results.

', 'DescribeApplicationsRequest$MaxResults' => '

The maximum size of each page of results.

', 'DescribeDirectoryConfigsRequest$MaxResults' => '

The maximum size of each page of results.

', 'DescribeEntitlementsRequest$MaxResults' => '

The maximum size of each page of results.

', 'DescribeImageBuildersRequest$MaxResults' => '

The maximum size of each page of results.

', 'DescribeSessionsRequest$Limit' => '

The size of each page of results. The default value is 20 and the maximum value is 50.

', 'DescribeUsageReportSubscriptionsRequest$MaxResults' => '

The maximum size of each page of results.

', 'DescribeUsersRequest$MaxResults' => '

The maximum size of each page of results.

', 'Fleet$MaxUserDurationInSeconds' => '

The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.

Specify a value between 600 and 360000.

', 'Fleet$DisconnectTimeoutInSeconds' => '

The amount of time that a streaming session remains active after users disconnect. If they try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.

Specify a value between 60 and 36000.

', 'Fleet$IdleDisconnectTimeoutInSeconds' => '

The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the DisconnectTimeoutInSeconds time interval begins. Users are notified before they are disconnected due to inactivity. If users try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected.

To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0.

If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don\'t do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.

', 'Fleet$MaxConcurrentSessions' => '

The maximum number of concurrent sessions for the fleet.

', 'Fleet$MaxSessionsPerInstance' => '

The maximum number of user sessions on an instance. This only applies to multi-session fleets.

', 'ListEntitledApplicationsRequest$MaxResults' => '

The maximum size of each page of results.

', 'ScriptDetails$TimeoutInSeconds' => '

The run timeout, in seconds, for the script.

', 'UpdateFleetRequest$MaxUserDurationInSeconds' => '

The maximum amount of time that a streaming session can remain active, in seconds. If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.

Specify a value between 600 and 432000.

', 'UpdateFleetRequest$DisconnectTimeoutInSeconds' => '

The amount of time that a streaming session remains active after users disconnect. If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.

Specify a value between 60 and 36000.

', 'UpdateFleetRequest$IdleDisconnectTimeoutInSeconds' => '

The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the DisconnectTimeoutInSeconds time interval begins. Users are notified before they are disconnected due to inactivity. If users try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds elapses, they are disconnected.

To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 36000. The default value is 0.

If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don\'t do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.

', 'UpdateFleetRequest$MaxConcurrentSessions' => '

The maximum number of concurrent sessions for a fleet.

', 'UpdateFleetRequest$MaxSessionsPerInstance' => '

The maximum number of user sessions on an instance. This only applies to multi-session fleets.

', 'UserSetting$MaximumLength' => '

Specifies the number of characters that can be copied by end users from the local device to the remote session, and to the local device from the remote session.

This can be specified only for the CLIPBOARD_COPY_FROM_LOCAL_DEVICE and CLIPBOARD_COPY_TO_LOCAL_DEVICE actions.

This defaults to 20,971,520 (20 MB) when unspecified and the permission is ENABLED. This can\'t be specified when the permission is DISABLED.

The value can be between 1 and 20,971,520 (20 MB).

', ], ], 'InvalidAccountStatusException' => [ 'base' => '

The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support.

', 'refs' => [], ], 'InvalidParameterCombinationException' => [ 'base' => '

Indicates an incorrect combination of parameters, or a missing parameter.

', 'refs' => [], ], 'InvalidRoleException' => [ 'base' => '

The specified role is invalid.

', 'refs' => [], ], 'LastReportGenerationExecutionError' => [ 'base' => '

Describes the error that is returned when a usage report can\'t be generated.

', 'refs' => [ 'LastReportGenerationExecutionErrors$member' => NULL, ], ], 'LastReportGenerationExecutionErrors' => [ 'base' => NULL, 'refs' => [ 'UsageReportSubscription$SubscriptionErrors' => '

The errors that were returned if usage reports couldn\'t be generated.

', ], ], 'LatestAppstreamAgentVersion' => [ 'base' => NULL, 'refs' => [ 'Image$LatestAppstreamAgentVersion' => '

Indicates whether the image is using the latest AppStream 2.0 agent version or not.

', 'ImageBuilder$LatestAppstreamAgentVersion' => '

Indicates whether the image builder is using the latest AppStream 2.0 agent version or not.

', ], ], 'LimitExceededException' => [ 'base' => '

The requested limit exceeds the permitted limit for an account.

', 'refs' => [], ], 'ListAssociatedFleetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAssociatedFleetsResult' => [ 'base' => NULL, 'refs' => [], ], 'ListAssociatedStacksRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListAssociatedStacksResult' => [ 'base' => NULL, 'refs' => [], ], 'ListEntitledApplicationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListEntitledApplicationsResult' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'Long' => [ 'base' => NULL, 'refs' => [ 'CreateAppBlockBuilderStreamingURLRequest$Validity' => '

The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.

', 'CreateImageBuilderStreamingURLRequest$Validity' => '

The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.

', 'CreateStreamingURLRequest$Validity' => '

The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.

', ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeImagePermissionsRequest$MaxResults' => '

The maximum size of each page of results.

', 'DescribeUserStackAssociationsRequest$MaxResults' => '

The maximum size of each page of results.

', ], ], 'MessageAction' => [ 'base' => NULL, 'refs' => [ 'CreateUserRequest$MessageAction' => '

The action to take for the welcome email that is sent to a user after the user is created in the user pool. If you specify SUPPRESS, no email is sent. If you specify RESEND, do not specify the first name or last name of the user. If the value is null, the email is sent.

The temporary password in the welcome email is valid for only 7 days. If users don’t set their passwords within 7 days, you must send them a new welcome email.

', ], ], 'Metadata' => [ 'base' => NULL, 'refs' => [ 'Application$Metadata' => '

Additional attributes that describe the application.

', ], ], 'Name' => [ 'base' => NULL, 'refs' => [ 'AppBlockBuilderAppBlockAssociation$AppBlockBuilderName' => '

The name of the app block builder.

', 'AssociateAppBlockBuilderAppBlockRequest$AppBlockBuilderName' => '

The name of the app block builder.

', 'AssociateApplicationFleetRequest$FleetName' => '

The name of the fleet.

', 'AssociateApplicationToEntitlementRequest$StackName' => '

The name of the stack.

', 'AssociateApplicationToEntitlementRequest$EntitlementName' => '

The name of the entitlement.

', 'CopyImageRequest$SourceImageName' => '

The name of the image to copy.

', 'CopyImageRequest$DestinationImageName' => '

The name that the image will have when it is copied to the destination.

', 'CopyImageResponse$DestinationImageName' => '

The name of the destination image.

', 'CreateAppBlockBuilderRequest$Name' => '

The unique name for the app block builder.

', 'CreateAppBlockBuilderStreamingURLRequest$AppBlockBuilderName' => '

The name of the app block builder.

', 'CreateAppBlockRequest$Name' => '

The name of the app block.

', 'CreateApplicationRequest$Name' => '

The name of the application. This name is visible to users when display name is not specified.

', 'CreateEntitlementRequest$Name' => '

The name of the entitlement.

', 'CreateEntitlementRequest$StackName' => '

The name of the stack with which the entitlement is associated.

', 'CreateFleetRequest$Name' => '

A unique name for the fleet.

', 'CreateFleetRequest$ImageName' => '

The name of the image used to create the fleet.

', 'CreateImageBuilderRequest$Name' => '

A unique name for the image builder.

', 'CreateStackRequest$Name' => '

The name of the stack.

', 'CreateThemeForStackRequest$StackName' => '

The name of the stack for the theme.

', 'CreateUpdatedImageRequest$existingImageName' => '

The name of the image to update.

', 'CreateUpdatedImageRequest$newImageName' => '

The name of the new image. The name must be unique within the AWS account and Region.

', 'DeleteAppBlockBuilderRequest$Name' => '

The name of the app block builder.

', 'DeleteAppBlockRequest$Name' => '

The name of the app block.

', 'DeleteApplicationRequest$Name' => '

The name of the application.

', 'DeleteEntitlementRequest$Name' => '

The name of the entitlement.

', 'DeleteEntitlementRequest$StackName' => '

The name of the stack with which the entitlement is associated.

', 'DeleteImageBuilderRequest$Name' => '

The name of the image builder.

', 'DeleteImagePermissionsRequest$Name' => '

The name of the private image.

', 'DeleteImageRequest$Name' => '

The name of the image.

', 'DeleteThemeForStackRequest$StackName' => '

The name of the stack for the theme.

', 'DescribeAppBlockBuilderAppBlockAssociationsRequest$AppBlockBuilderName' => '

The name of the app block builder.

', 'DescribeApplicationFleetAssociationsRequest$FleetName' => '

The name of the fleet.

', 'DescribeEntitlementsRequest$Name' => '

The name of the entitlement.

', 'DescribeEntitlementsRequest$StackName' => '

The name of the stack with which the entitlement is associated.

', 'DescribeImagePermissionsRequest$Name' => '

The name of the private image for which to describe permissions. The image must be one that you own.

', 'DescribeImagePermissionsResult$Name' => '

The name of the private image.

', 'DescribeSessionsRequest$StackName' => '

The name of the stack. This value is case-sensitive.

', 'DescribeSessionsRequest$FleetName' => '

The name of the fleet. This value is case-sensitive.

', 'DescribeThemeForStackRequest$StackName' => '

The name of the stack for the theme.

', 'DisassociateAppBlockBuilderAppBlockRequest$AppBlockBuilderName' => '

The name of the app block builder.

', 'DisassociateApplicationFleetRequest$FleetName' => '

The name of the fleet.

', 'DisassociateApplicationFromEntitlementRequest$StackName' => '

The name of the stack with which the entitlement is associated.

', 'DisassociateApplicationFromEntitlementRequest$EntitlementName' => '

The name of the entitlement.

', 'Entitlement$Name' => '

The name of the entitlement.

', 'Entitlement$StackName' => '

The name of the stack with which the entitlement is associated.

', 'ListEntitledApplicationsRequest$StackName' => '

The name of the stack with which the entitlement is associated.

', 'ListEntitledApplicationsRequest$EntitlementName' => '

The name of the entitlement.

', 'StartAppBlockBuilderRequest$Name' => '

The name of the app block builder.

', 'StopAppBlockBuilderRequest$Name' => '

The name of the app block builder.

', 'Theme$StackName' => '

The stack that has the custom branding theme.

', 'UpdateAppBlockBuilderRequest$Name' => '

The unique name for the app block builder.

', 'UpdateApplicationRequest$Name' => '

The name of the application. This name is visible to users when display name is not specified.

', 'UpdateEntitlementRequest$Name' => '

The name of the entitlement.

', 'UpdateEntitlementRequest$StackName' => '

The name of the stack with which the entitlement is associated.

', 'UpdateFleetRequest$Name' => '

A unique name for the fleet.

', 'UpdateImagePermissionsRequest$Name' => '

The name of the private image.

', 'UpdateThemeForStackRequest$StackName' => '

The name of the stack for the theme.

', ], ], 'NetworkAccessConfiguration' => [ 'base' => '

Describes the network details of the fleet or image builder instance.

', 'refs' => [ 'ImageBuilder$NetworkAccessConfiguration' => NULL, 'Session$NetworkAccessConfiguration' => '

The network details for the streaming session.

', ], ], 'OperationNotPermittedException' => [ 'base' => '

The attempted operation is not permitted.

', 'refs' => [], ], 'OrganizationalUnitDistinguishedName' => [ 'base' => NULL, 'refs' => [ 'DomainJoinInfo$OrganizationalUnitDistinguishedName' => '

The distinguished name of the organizational unit for computer accounts.

', 'OrganizationalUnitDistinguishedNamesList$member' => NULL, ], ], 'OrganizationalUnitDistinguishedNamesList' => [ 'base' => NULL, 'refs' => [ 'CreateDirectoryConfigRequest$OrganizationalUnitDistinguishedNames' => '

The distinguished names of the organizational units for computer accounts.

', 'DirectoryConfig$OrganizationalUnitDistinguishedNames' => '

The distinguished names of the organizational units for computer accounts.

', 'UpdateDirectoryConfigRequest$OrganizationalUnitDistinguishedNames' => '

The distinguished names of the organizational units for computer accounts.

', ], ], 'PackagingType' => [ 'base' => NULL, 'refs' => [ 'AppBlock$PackagingType' => '

The packaging type of the app block.

', 'CreateAppBlockRequest$PackagingType' => '

The packaging type of the app block.

', ], ], 'Permission' => [ 'base' => NULL, 'refs' => [ 'UserSetting$Permission' => '

Indicates whether the action is enabled or disabled.

', ], ], 'PlatformType' => [ 'base' => NULL, 'refs' => [ 'CreateFleetRequest$Platform' => '

The fleet platform. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.

', 'Fleet$Platform' => '

The platform of the fleet.

', 'Image$Platform' => '

The operating system platform of the image.

', 'ImageBuilder$Platform' => '

The operating system platform of the image builder.

', 'Platforms$member' => NULL, 'UpdateAppBlockBuilderRequest$Platform' => '

The platform of the app block builder.

WINDOWS_SERVER_2019 is the only valid value.

', 'UpdateFleetRequest$Platform' => '

The platform of the fleet. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.

', ], ], 'Platforms' => [ 'base' => NULL, 'refs' => [ 'Application$Platforms' => '

The platforms on which the application can run.

', 'CreateApplicationRequest$Platforms' => '

The platforms the application supports. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.

', ], ], 'PreferredProtocol' => [ 'base' => NULL, 'refs' => [ 'StreamingExperienceSettings$PreferredProtocol' => '

The preferred protocol that you want to use while streaming your application.

', ], ], 'RedirectURL' => [ 'base' => NULL, 'refs' => [ 'CreateStackRequest$RedirectURL' => '

The URL that users are redirected to after their streaming session ends.

', 'Stack$RedirectURL' => '

The URL that users are redirected to after their streaming session ends.

', 'UpdateStackRequest$RedirectURL' => '

The URL that users are redirected to after their streaming session ends.

', ], ], 'RegionName' => [ 'base' => NULL, 'refs' => [ 'CopyImageRequest$DestinationRegion' => '

The destination region to which the image will be copied. This parameter is required, even if you are copying an image within the same region.

', ], ], 'RequestLimitExceededException' => [ 'base' => '

AppStream 2.0 can’t process the request right now because the Describe calls from your AWS account are being throttled by Amazon EC2. Try again later.

', 'refs' => [], ], 'ResourceAlreadyExistsException' => [ 'base' => '

The specified resource already exists.

', 'refs' => [], ], 'ResourceError' => [ 'base' => '

Describes a resource error.

', 'refs' => [ 'ResourceErrors$member' => NULL, ], ], 'ResourceErrors' => [ 'base' => NULL, 'refs' => [ 'AppBlockBuilder$AppBlockBuilderErrors' => '

The app block builder errors.

', 'Image$ImageErrors' => '

Describes the errors that are returned when a new image can\'t be created.

', 'ImageBuilder$ImageBuilderErrors' => '

The image builder errors.

', ], ], 'ResourceIdentifier' => [ 'base' => '

The ARN of the resource.

', 'refs' => [ 'StorageConnector$ResourceIdentifier' => '

The ARN of the storage connector.

', ], ], 'ResourceInUseException' => [ 'base' => '

The specified resource is in use.

', 'refs' => [], ], 'ResourceNotAvailableException' => [ 'base' => '

The specified resource exists and is not in use, but isn\'t available.

', 'refs' => [], ], 'ResourceNotFoundException' => [ 'base' => '

The specified resource was not found.

', 'refs' => [], ], 'S3Bucket' => [ 'base' => NULL, 'refs' => [ 'S3Location$S3Bucket' => '

The S3 bucket of the S3 object.

', ], ], 'S3Key' => [ 'base' => NULL, 'refs' => [ 'S3Location$S3Key' => '

The S3 key of the S3 object.

This is required when used for the following:

', ], ], 'S3Location' => [ 'base' => '

Describes the S3 location.

', 'refs' => [ 'AppBlock$SourceS3Location' => '

The source S3 location of the app block.

', 'Application$IconS3Location' => '

The S3 location of the application icon.

', 'CreateAppBlockRequest$SourceS3Location' => '

The source S3 location of the app block.

', 'CreateApplicationRequest$IconS3Location' => '

The location in S3 of the application icon.

', 'CreateFleetRequest$SessionScriptS3Location' => '

The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.

', 'CreateThemeForStackRequest$OrganizationLogoS3Location' => '

The organization logo that appears on the streaming application catalog page.

', 'CreateThemeForStackRequest$FaviconS3Location' => '

The S3 location of the favicon. The favicon enables users to recognize their application streaming site in a browser full of tabs or bookmarks. It is displayed at the top of the browser tab for the application streaming site during users\' streaming sessions.

', 'Fleet$SessionScriptS3Location' => '

The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.

', 'ScriptDetails$ScriptS3Location' => '

The S3 object location for the script.

', 'UpdateApplicationRequest$IconS3Location' => '

The icon S3 location of the application.

', 'UpdateFleetRequest$SessionScriptS3Location' => '

The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.

', 'UpdateThemeForStackRequest$OrganizationLogoS3Location' => '

The organization logo that appears on the streaming application catalog page.

', 'UpdateThemeForStackRequest$FaviconS3Location' => '

The S3 location of the favicon. The favicon enables users to recognize their application streaming site in a browser full of tabs or bookmarks. It is displayed at the top of the browser tab for the application streaming site during users\' streaming sessions.

', ], ], 'ScriptDetails' => [ 'base' => '

Describes the details of the script.

', 'refs' => [ 'AppBlock$SetupScriptDetails' => '

The setup script details of the app block.

This only applies to app blocks with PackagingType CUSTOM.

', 'AppBlock$PostSetupScriptDetails' => '

The post setup script details of the app block.

This only applies to app blocks with PackagingType APPSTREAM2.

', 'CreateAppBlockRequest$SetupScriptDetails' => '

The setup script details of the app block. This must be provided for the CUSTOM PackagingType.

', 'CreateAppBlockRequest$PostSetupScriptDetails' => '

The post setup script details of the app block. This can only be provided for the APPSTREAM2 PackagingType.

', ], ], 'SecurityGroupIdList' => [ 'base' => '

The security group identifiers.

', 'refs' => [ 'VpcConfig$SecurityGroupIds' => '

The identifiers of the security groups for the fleet or image builder.

', ], ], 'ServiceAccountCredentials' => [ 'base' => '

Describes the credentials for the service account used by the fleet or image builder to connect to the directory.

', 'refs' => [ 'CreateDirectoryConfigRequest$ServiceAccountCredentials' => '

The credentials for the service account used by the fleet or image builder to connect to the directory.

', 'DirectoryConfig$ServiceAccountCredentials' => '

The credentials for the service account used by the fleet or image builder to connect to the directory.

', 'UpdateDirectoryConfigRequest$ServiceAccountCredentials' => '

The credentials for the service account used by the fleet or image builder to connect to the directory.

', ], ], 'Session' => [ 'base' => '

Describes a streaming session.

', 'refs' => [ 'SessionList$member' => NULL, ], ], 'SessionConnectionState' => [ 'base' => NULL, 'refs' => [ 'Session$ConnectionState' => '

Specifies whether a user is connected to the streaming session.

', ], ], 'SessionList' => [ 'base' => '

List of sessions.

', 'refs' => [ 'DescribeSessionsResult$Sessions' => '

Information about the streaming sessions.

', ], ], 'SessionState' => [ 'base' => '

Possible values for the state of a streaming session.

', 'refs' => [ 'Session$State' => '

The current state of the streaming session.

', ], ], 'SettingsGroup' => [ 'base' => NULL, 'refs' => [ 'ApplicationSettings$SettingsGroup' => '

The path prefix for the S3 bucket where users’ persistent application settings are stored. You can allow the same persistent application settings to be used across multiple stacks by specifying the same settings group for each stack.

', 'ApplicationSettingsResponse$SettingsGroup' => '

The path prefix for the S3 bucket where users’ persistent application settings are stored.

', ], ], 'SharedImagePermissions' => [ 'base' => '

Describes the permissions that are available to the specified AWS account for a shared image.

', 'refs' => [ 'SharedImagePermissionsList$member' => NULL, ], ], 'SharedImagePermissionsList' => [ 'base' => NULL, 'refs' => [ 'DescribeImagePermissionsResult$SharedImagePermissionsList' => '

The permissions for a private image that you own.

', ], ], 'Stack' => [ 'base' => '

Describes a stack.

', 'refs' => [ 'CreateStackResult$Stack' => '

Information about the stack.

', 'StackList$member' => NULL, 'UpdateStackResult$Stack' => '

Information about the stack.

', ], ], 'StackAttribute' => [ 'base' => NULL, 'refs' => [ 'StackAttributes$member' => NULL, ], ], 'StackAttributes' => [ 'base' => NULL, 'refs' => [ 'UpdateStackRequest$AttributesToDelete' => '

The stack attributes to delete.

', ], ], 'StackError' => [ 'base' => '

Describes a stack error.

', 'refs' => [ 'StackErrors$member' => NULL, ], ], 'StackErrorCode' => [ 'base' => NULL, 'refs' => [ 'StackError$ErrorCode' => '

The error code.

', ], ], 'StackErrors' => [ 'base' => '

The stack errors.

', 'refs' => [ 'Stack$StackErrors' => '

The errors for the stack.

', ], ], 'StackList' => [ 'base' => '

The stacks.

', 'refs' => [ 'DescribeStacksResult$Stacks' => '

Information about the stacks.

', ], ], 'StartAppBlockBuilderRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartAppBlockBuilderResult' => [ 'base' => NULL, 'refs' => [], ], 'StartFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'StartImageBuilderRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartImageBuilderResult' => [ 'base' => NULL, 'refs' => [], ], 'StopAppBlockBuilderRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopAppBlockBuilderResult' => [ 'base' => NULL, 'refs' => [], ], 'StopFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'StopImageBuilderRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopImageBuilderResult' => [ 'base' => NULL, 'refs' => [], ], 'StorageConnector' => [ 'base' => '

Describes a connector that enables persistent storage for users.

', 'refs' => [ 'StorageConnectorList$member' => NULL, ], ], 'StorageConnectorList' => [ 'base' => '

The storage connectors.

', 'refs' => [ 'CreateStackRequest$StorageConnectors' => '

The storage connectors to enable.

', 'Stack$StorageConnectors' => '

The storage connectors to enable.

', 'UpdateStackRequest$StorageConnectors' => '

The storage connectors to enable.

', ], ], 'StorageConnectorType' => [ 'base' => '

The type of storage connector.

', 'refs' => [ 'StorageConnector$ConnectorType' => '

The type of storage connector.

', ], ], 'StreamView' => [ 'base' => NULL, 'refs' => [ 'CreateFleetRequest$StreamView' => '

The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When APP is specified, only the windows of applications opened by users display. When DESKTOP is specified, the standard desktop that is provided by the operating system displays.

The default value is APP.

', 'Fleet$StreamView' => '

The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When APP is specified, only the windows of applications opened by users display. When DESKTOP is specified, the standard desktop that is provided by the operating system displays.

The default value is APP.

', 'UpdateFleetRequest$StreamView' => '

The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When APP is specified, only the windows of applications opened by users display. When DESKTOP is specified, the standard desktop that is provided by the operating system displays.

The default value is APP.

', ], ], 'StreamingExperienceSettings' => [ 'base' => '

The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

', 'refs' => [ 'CreateStackRequest$StreamingExperienceSettings' => '

The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

', 'Stack$StreamingExperienceSettings' => '

The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

', 'UpdateStackRequest$StreamingExperienceSettings' => '

The streaming protocol you want your stack to prefer. This can be UDP or TCP. Currently, UDP is only supported in the Windows native client.

', ], ], 'StreamingUrlUserId' => [ 'base' => NULL, 'refs' => [ 'CreateStreamingURLRequest$UserId' => '

The identifier of the user.

', ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AccessEndpoint$VpceId' => '

The identifier (ID) of the VPC in which the interface endpoint is used.

', 'AppBlock$Name' => '

The name of the app block.

', 'AppBlock$Description' => '

The description of the app block.

', 'AppBlock$DisplayName' => '

The display name of the app block.

', 'AppBlockBuilder$Name' => '

The name of the app block builder.

', 'AppBlockBuilder$DisplayName' => '

The display name of the app block builder.

', 'AppBlockBuilder$Description' => '

The description of the app block builder.

', 'AppBlockBuilder$InstanceType' => '

The instance type of the app block builder.

', 'AppBlockBuilderStateChangeReason$Message' => '

The state change reason message.

', 'Application$Name' => '

The name of the application.

', 'Application$DisplayName' => '

The application name to display.

', 'Application$IconURL' => '

The URL for the application icon. This URL might be time-limited.

', 'Application$LaunchPath' => '

The path to the application executable in the instance.

', 'Application$LaunchParameters' => '

The arguments that are passed to the application at launch.

', 'Application$WorkingDirectory' => '

The working directory for the application.

', 'Application$Description' => '

The description of the application.

', 'ApplicationFleetAssociation$FleetName' => '

The name of the fleet associated with the application.

', 'ApplicationSettingsResponse$S3BucketName' => '

The S3 bucket where users’ persistent application settings are stored. When persistent application settings are enabled for the first time for an account in an AWS Region, an S3 bucket is created. The bucket is unique to the AWS account and the Region.

', 'AssociateApplicationToEntitlementRequest$ApplicationIdentifier' => '

The identifier of the application.

', 'AssociateFleetRequest$FleetName' => '

The name of the fleet.

', 'AssociateFleetRequest$StackName' => '

The name of the stack.

', 'CreateAppBlockBuilderRequest$InstanceType' => '

The instance type to use when launching the app block builder. The following instance types are available:

', 'CreateAppBlockBuilderStreamingURLResult$StreamingURL' => '

The URL to start the streaming session.

', 'CreateApplicationRequest$LaunchPath' => '

The launch path of the application.

', 'CreateApplicationRequest$WorkingDirectory' => '

The working directory of the application.

', 'CreateApplicationRequest$LaunchParameters' => '

The launch parameters of the application.

', 'CreateFleetRequest$InstanceType' => '

The instance type to use when launching fleet instances. The following instance types are available:

The following instance types are available for Elastic fleets:

', 'CreateImageBuilderRequest$ImageName' => '

The name of the image used to create the image builder.

', 'CreateImageBuilderRequest$InstanceType' => '

The instance type to use when launching the image builder. The following instance types are available:

', 'CreateImageBuilderStreamingURLRequest$Name' => '

The name of the image builder.

', 'CreateImageBuilderStreamingURLResult$StreamingURL' => '

The URL to start the AppStream 2.0 streaming session.

', 'CreateStreamingURLRequest$StackName' => '

The name of the stack.

', 'CreateStreamingURLRequest$FleetName' => '

The name of the fleet.

', 'CreateStreamingURLRequest$ApplicationId' => '

The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant. If your fleet is enabled for the Desktop stream view, you can also choose to launch directly to the operating system desktop. To do so, specify Desktop.

', 'CreateStreamingURLRequest$SessionContext' => '

The session context. For more information, see Session Context in the Amazon AppStream 2.0 Administration Guide.

', 'CreateStreamingURLResult$StreamingURL' => '

The URL to start the AppStream 2.0 streaming session.

', 'CreateUsageReportSubscriptionResult$S3BucketName' => '

The Amazon S3 bucket where generated reports are stored.

If you enabled on-instance session scripts and Amazon S3 logging for your session script configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0 uses the same bucket to store your usage reports. If you haven\'t already enabled on-instance session scripts, when you enable usage reports, AppStream 2.0 creates a new S3 bucket.

', 'DeleteFleetRequest$Name' => '

The name of the fleet.

', 'DeleteStackRequest$Name' => '

The name of the stack.

', 'DescribeAppBlockBuilderAppBlockAssociationsRequest$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeAppBlockBuilderAppBlockAssociationsResult$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeAppBlockBuildersRequest$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeAppBlockBuildersResult$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeAppBlocksRequest$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeAppBlocksResult$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeApplicationFleetAssociationsRequest$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeApplicationFleetAssociationsResult$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeApplicationsRequest$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeApplicationsResult$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeDirectoryConfigsRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'DescribeDirectoryConfigsResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'DescribeEntitlementsRequest$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeEntitlementsResult$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'DescribeFleetsRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'DescribeFleetsResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'DescribeImageBuildersRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'DescribeImageBuildersResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'DescribeImagePermissionsRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'DescribeImagePermissionsResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'DescribeImagesRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'DescribeImagesResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'DescribeSessionsRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'DescribeSessionsRequest$InstanceId' => '

The identifier for the instance hosting the session.

', 'DescribeSessionsResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'DescribeStacksRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'DescribeStacksResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'DescribeUsageReportSubscriptionsRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'DescribeUsageReportSubscriptionsResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'DescribeUserStackAssociationsRequest$StackName' => '

The name of the stack that is associated with the user.

', 'DescribeUserStackAssociationsRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'DescribeUserStackAssociationsResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'DescribeUsersRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'DescribeUsersResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'DisassociateApplicationFromEntitlementRequest$ApplicationIdentifier' => '

The identifier of the application to remove from the entitlement.

', 'DisassociateFleetRequest$FleetName' => '

The name of the fleet.

', 'DisassociateFleetRequest$StackName' => '

The name of the stack.

', 'EntitledApplication$ApplicationIdentifier' => '

The identifier of the application.

', 'EntitlementAttribute$Name' => '

A supported AWS IAM SAML PrincipalTag attribute that is matched to the associated value when a user identity federates into an Amazon AppStream 2.0 SAML application.

The following are valid values:

', 'EntitlementAttribute$Value' => '

A value that is matched to a supported SAML attribute name when a user identity federates into an Amazon AppStream 2.0 SAML application.

', 'ErrorDetails$ErrorCode' => '

The error code.

', 'ErrorDetails$ErrorMessage' => '

The error message.

', 'ExpireSessionRequest$SessionId' => '

The identifier of the streaming session.

', 'Fleet$Name' => '

The name of the fleet.

', 'Fleet$DisplayName' => '

The fleet name to display.

', 'Fleet$Description' => '

The description to display.

', 'Fleet$ImageName' => '

The name of the image used to create the fleet.

', 'Fleet$InstanceType' => '

The instance type to use when launching fleet instances. The following instance types are available:

', 'FleetError$ErrorMessage' => '

The error message.

', 'Image$Name' => '

The name of the image.

', 'Image$DisplayName' => '

The image name to display.

', 'Image$ImageBuilderName' => '

The name of the image builder that was used to create the private image. If the image is shared, this value is null.

', 'Image$Description' => '

The description to display.

', 'ImageBuilder$Name' => '

The name of the image builder.

', 'ImageBuilder$Description' => '

The description to display.

', 'ImageBuilder$DisplayName' => '

The image builder name to display.

', 'ImageBuilder$InstanceType' => '

The instance type for the image builder. The following instance types are available:

', 'ImageBuilderStateChangeReason$Message' => '

The state change reason message.

', 'ImageStateChangeReason$Message' => '

The state change reason message.

', 'LastReportGenerationExecutionError$ErrorMessage' => '

The error message for the error that is returned when a usage report can\'t be generated.

', 'ListAssociatedFleetsRequest$StackName' => '

The name of the stack.

', 'ListAssociatedFleetsRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'ListAssociatedFleetsResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'ListAssociatedStacksRequest$FleetName' => '

The name of the fleet.

', 'ListAssociatedStacksRequest$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

', 'ListAssociatedStacksResult$NextToken' => '

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

', 'ListEntitledApplicationsRequest$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'ListEntitledApplicationsResult$NextToken' => '

The pagination token used to retrieve the next page of results for this operation.

', 'Metadata$key' => NULL, 'Metadata$value' => NULL, 'NetworkAccessConfiguration$EniPrivateIpAddress' => '

The private IP address of the elastic network interface that is attached to instances in your VPC.

', 'NetworkAccessConfiguration$EniId' => '

The resource identifier of the elastic network interface that is attached to instances in your VPC. All network interfaces have the eni-xxxxxxxx resource identifier.

', 'ResourceError$ErrorMessage' => '

The error message.

', 'ScriptDetails$ExecutablePath' => '

The run path for the script.

', 'ScriptDetails$ExecutableParameters' => '

The runtime parameters passed to the run path for the script.

', 'SecurityGroupIdList$member' => NULL, 'Session$Id' => '

The identifier of the streaming session.

', 'Session$StackName' => '

The name of the stack for the streaming session.

', 'Session$FleetName' => '

The name of the fleet for the streaming session.

', 'Session$InstanceId' => '

The identifier for the instance hosting the session.

', 'Stack$Name' => '

The name of the stack.

', 'Stack$Description' => '

The description to display.

', 'Stack$DisplayName' => '

The stack name to display.

', 'StackError$ErrorMessage' => '

The error message.

', 'StartFleetRequest$Name' => '

The name of the fleet.

', 'StartImageBuilderRequest$Name' => '

The name of the image builder.

', 'StopFleetRequest$Name' => '

The name of the fleet.

', 'StopImageBuilderRequest$Name' => '

The name of the image builder.

', 'StringList$member' => NULL, 'SubnetIdList$member' => NULL, 'Theme$ThemeOrganizationLogoURL' => '

The URL of the logo that displays in the catalog page header.

', 'Theme$ThemeFaviconURL' => '

The URL of the icon that displays at the top of a user\'s browser tab during streaming sessions.

', 'UpdateAppBlockBuilderRequest$InstanceType' => '

The instance type to use when launching the app block builder. The following instance types are available:

', 'UpdateApplicationRequest$LaunchPath' => '

The launch path of the application.

', 'UpdateApplicationRequest$WorkingDirectory' => '

The working directory of the application.

', 'UpdateApplicationRequest$LaunchParameters' => '

The launch parameters of the application.

', 'UpdateFleetRequest$ImageName' => '

The name of the image used to create the fleet.

', 'UpdateFleetRequest$InstanceType' => '

The instance type to use when launching fleet instances. The following instance types are available:

The following instance types are available for Elastic fleets:

', 'UpdateStackRequest$Name' => '

The name of the stack.

', 'UsageReportSubscription$S3BucketName' => '

The Amazon S3 bucket where generated reports are stored.

If you enabled on-instance session scripts and Amazon S3 logging for your session script configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0 uses the same bucket to store your usage reports. If you haven\'t already enabled on-instance session scripts, when you enable usage reports, AppStream 2.0 creates a new S3 bucket.

', 'User$Status' => '

The status of the user in the user pool. The status can be one of the following:

', 'UserStackAssociation$StackName' => '

The name of the stack that is associated with the user.

', 'UserStackAssociationError$ErrorMessage' => '

The error message for the error that is returned when a user can’t be associated with or disassociated from a stack.

', ], ], 'StringList' => [ 'base' => NULL, 'refs' => [ 'Application$InstanceFamilies' => '

The instance families for the application.

', 'CreateApplicationRequest$InstanceFamilies' => '

The instance families the application supports. Valid values are GENERAL_PURPOSE and GRAPHICS_G4.

', 'DescribeAppBlockBuildersRequest$Names' => '

The names of the app block builders.

', 'DescribeFleetsRequest$Names' => '

The names of the fleets to describe.

', 'DescribeImageBuildersRequest$Names' => '

The names of the image builders to describe.

', 'DescribeImagesRequest$Names' => '

The names of the public or private images to describe.

', 'DescribeStacksRequest$Names' => '

The names of the stacks to describe.

', 'Image$SupportedInstanceFamilies' => '

The supported instances families that determine which image a customer can use when the customer launches a fleet or image builder. The following instances families are supported:

', 'ListAssociatedFleetsResult$Names' => '

The name of the fleet.

', 'ListAssociatedStacksResult$Names' => '

The name of the stack.

', ], ], 'SubnetIdList' => [ 'base' => '

The subnet identifiers.

', 'refs' => [ 'VpcConfig$SubnetIds' => '

The identifiers of the subnets to which a network interface is attached from the fleet instance or image builder instance. Fleet instances use one or more subnets. Image builder instances use one subnet.

', ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagKeyList$member' => NULL, 'Tags$key' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$TagKeys' => '

The tag keys for the tags to disassociate.

', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'Tags$value' => NULL, ], ], 'Tags' => [ 'base' => NULL, 'refs' => [ 'CreateAppBlockBuilderRequest$Tags' => '

The tags to associate with the app block builder. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

If you do not specify a value, the value is set to an empty string.

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

_ . : / = + \\ - @

For more information, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

', 'CreateAppBlockRequest$Tags' => '

The tags assigned to the app block.

', 'CreateApplicationRequest$Tags' => '

The tags assigned to the application.

', 'CreateFleetRequest$Tags' => '

The tags to associate with the fleet. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

If you do not specify a value, the value is set to an empty string.

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

_ . : / = + \\ - @

For more information, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

', 'CreateImageBuilderRequest$Tags' => '

The tags to associate with the image builder. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

_ . : / = + \\ - @

If you do not specify a value, the value is set to an empty string.

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

', 'CreateStackRequest$Tags' => '

The tags to associate with the stack. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

If you do not specify a value, the value is set to an empty string.

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

_ . : / = + \\ - @

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

', 'CreateUpdatedImageRequest$newImageTags' => '

The tags to associate with the new image. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

_ . : / = + \\ - @

If you do not specify a value, the value is set to an empty string.

For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Administration Guide.

', 'ListTagsForResourceResponse$Tags' => '

The information about the tags.

', 'TagResourceRequest$Tags' => '

The tags to associate. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

If you do not specify a value, the value is set to an empty string.

Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:

_ . : / = + \\ - @

', ], ], 'Theme' => [ 'base' => '

The custom branding theme, which might include a custom logo, website links, and other branding to display to users.

', 'refs' => [ 'CreateThemeForStackResult$Theme' => '

The theme object that contains the metadata of the custom branding.

', 'DescribeThemeForStackResult$Theme' => '

The theme object that contains the metadata of the custom branding.

', 'UpdateThemeForStackResult$Theme' => '

The theme object that contains the metadata of the custom branding.

', ], ], 'ThemeAttribute' => [ 'base' => NULL, 'refs' => [ 'ThemeAttributes$member' => NULL, ], ], 'ThemeAttributes' => [ 'base' => NULL, 'refs' => [ 'UpdateThemeForStackRequest$AttributesToDelete' => '

The attributes to delete.

', ], ], 'ThemeFooterLink' => [ 'base' => '

The website links that display in the catalog page footer.

', 'refs' => [ 'ThemeFooterLinks$member' => NULL, ], ], 'ThemeFooterLinkDisplayName' => [ 'base' => NULL, 'refs' => [ 'ThemeFooterLink$DisplayName' => '

The name of the websites that display in the catalog page footer.

', ], ], 'ThemeFooterLinkURL' => [ 'base' => NULL, 'refs' => [ 'ThemeFooterLink$FooterLinkURL' => '

The URL of the websites that display in the catalog page footer.

', ], ], 'ThemeFooterLinks' => [ 'base' => NULL, 'refs' => [ 'CreateThemeForStackRequest$FooterLinks' => '

The links that are displayed in the footer of the streaming application catalog page. These links are helpful resources for users, such as the organization\'s IT support and product marketing sites.

', 'Theme$ThemeFooterLinks' => '

The website links that display in the catalog page footer.

', 'UpdateThemeForStackRequest$FooterLinks' => '

The links that are displayed in the footer of the streaming application catalog page. These links are helpful resources for users, such as the organization\'s IT support and product marketing sites.

', ], ], 'ThemeState' => [ 'base' => NULL, 'refs' => [ 'Theme$State' => '

The state of the theme.

', 'UpdateThemeForStackRequest$State' => '

Specifies whether custom branding should be applied to catalog page or not.

', ], ], 'ThemeStyling' => [ 'base' => NULL, 'refs' => [ 'CreateThemeForStackRequest$ThemeStyling' => '

The color theme that is applied to website links, text, and buttons. These colors are also applied as accents in the background for the streaming application catalog page.

', 'Theme$ThemeStyling' => '

The color that is used for the website links, text, buttons, and catalog page background.

', 'UpdateThemeForStackRequest$ThemeStyling' => '

The color theme that is applied to website links, text, and buttons. These colors are also applied as accents in the background for the streaming application catalog page.

', ], ], 'ThemeTitleText' => [ 'base' => NULL, 'refs' => [ 'CreateThemeForStackRequest$TitleText' => '

The title that is displayed at the top of the browser tab during users\' application streaming sessions.

', 'Theme$ThemeTitleText' => '

The browser tab page title.

', 'UpdateThemeForStackRequest$TitleText' => '

The title that is displayed at the top of the browser tab during users\' application streaming sessions.

', ], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'AppBlock$CreatedTime' => '

The created time of the app block.

', 'AppBlockBuilder$CreatedTime' => '

The creation time of the app block builder.

', 'Application$CreatedTime' => '

The time at which the application was created within the app block.

', 'CreateAppBlockBuilderStreamingURLResult$Expires' => '

The elapsed time, in seconds after the Unix epoch, when this URL expires.

', 'CreateImageBuilderStreamingURLResult$Expires' => '

The elapsed time, in seconds after the Unix epoch, when this URL expires.

', 'CreateStreamingURLResult$Expires' => '

The elapsed time, in seconds after the Unix epoch, when this URL expires.

', 'DirectoryConfig$CreatedTime' => '

The time the directory configuration was created.

', 'Entitlement$CreatedTime' => '

The time when the entitlement was created.

', 'Entitlement$LastModifiedTime' => '

The time when the entitlement was last modified.

', 'Fleet$CreatedTime' => '

The time the fleet was created.

', 'Image$CreatedTime' => '

The time the image was created.

', 'Image$PublicBaseImageReleasedDate' => '

The release date of the public base image. For private images, this date is the release date of the base image from which the image was created.

', 'ImageBuilder$CreatedTime' => '

The time stamp when the image builder was created.

', 'ResourceError$ErrorTimestamp' => '

The time the error occurred.

', 'Session$StartTime' => '

The time when a streaming instance is dedicated for the user.

', 'Session$MaxExpirationTime' => '

The time when the streaming session is set to expire. This time is based on the MaxUserDurationinSeconds value, which determines the maximum length of time that a streaming session can run. A streaming session might end earlier than the time specified in SessionMaxExpirationTime, when the DisconnectTimeOutInSeconds elapses or the user chooses to end his or her session. If the DisconnectTimeOutInSeconds elapses, or the user chooses to end his or her session, the streaming instance is terminated and the streaming session ends.

', 'Stack$CreatedTime' => '

The time the stack was created.

', 'Theme$CreatedTime' => '

The time the theme was created.

', 'UsageReportSubscription$LastGeneratedReportDate' => '

The time when the last usage report was generated.

', 'User$CreatedTime' => '

The date and time the user was created in the user pool.

', ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateAppBlockBuilderRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateAppBlockBuilderResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateApplicationRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateApplicationResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDirectoryConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateDirectoryConfigResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateEntitlementRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateEntitlementResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFleetRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFleetResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateImagePermissionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateImagePermissionsResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateStackRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateStackResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateThemeForStackRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateThemeForStackResult' => [ 'base' => NULL, 'refs' => [], ], 'UsageReportExecutionErrorCode' => [ 'base' => NULL, 'refs' => [ 'LastReportGenerationExecutionError$ErrorCode' => '

The error code for the error that is returned when a usage report can\'t be generated.

', ], ], 'UsageReportSchedule' => [ 'base' => NULL, 'refs' => [ 'CreateUsageReportSubscriptionResult$Schedule' => '

The schedule for generating usage reports.

', 'UsageReportSubscription$Schedule' => '

The schedule for generating usage reports.

', ], ], 'UsageReportSubscription' => [ 'base' => '

Describes information about the usage report subscription.

', 'refs' => [ 'UsageReportSubscriptionList$member' => NULL, ], ], 'UsageReportSubscriptionList' => [ 'base' => NULL, 'refs' => [ 'DescribeUsageReportSubscriptionsResult$UsageReportSubscriptions' => '

Information about the usage report subscription.

', ], ], 'UsbDeviceFilterString' => [ 'base' => NULL, 'refs' => [ 'UsbDeviceFilterStrings$member' => NULL, ], ], 'UsbDeviceFilterStrings' => [ 'base' => NULL, 'refs' => [ 'CreateFleetRequest$UsbDeviceFilterStrings' => '

The USB device filter strings that specify which USB devices a user can redirect to the fleet streaming session, when using the Windows native client. This is allowed but not required for Elastic fleets.

', 'Fleet$UsbDeviceFilterStrings' => '

The USB device filter strings associated with the fleet.

', 'UpdateFleetRequest$UsbDeviceFilterStrings' => '

The USB device filter strings that specify which USB devices a user can redirect to the fleet streaming session, when using the Windows native client. This is allowed but not required for Elastic fleets.

', ], ], 'User' => [ 'base' => '

Describes a user in the user pool.

', 'refs' => [ 'UserList$member' => NULL, ], ], 'UserAttributeValue' => [ 'base' => NULL, 'refs' => [ 'CreateUserRequest$FirstName' => '

The first name, or given name, of the user.

', 'CreateUserRequest$LastName' => '

The last name, or surname, of the user.

', 'User$FirstName' => '

The first name, or given name, of the user.

', 'User$LastName' => '

The last name, or surname, of the user.

', ], ], 'UserId' => [ 'base' => NULL, 'refs' => [ 'DescribeSessionsRequest$UserId' => '

The user identifier (ID). If you specify a user ID, you must also specify the authentication type.

', 'Session$UserId' => '

The identifier of the user for whom the session was created.

', ], ], 'UserList' => [ 'base' => NULL, 'refs' => [ 'DescribeUsersResult$Users' => '

Information about users in the user pool.

', ], ], 'UserSetting' => [ 'base' => '

Describes an action and whether the action is enabled or disabled for users during their streaming sessions.

', 'refs' => [ 'UserSettingList$member' => NULL, ], ], 'UserSettingList' => [ 'base' => NULL, 'refs' => [ 'CreateStackRequest$UserSettings' => '

The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.

', 'Stack$UserSettings' => '

The actions that are enabled or disabled for users during their streaming sessions. By default these actions are enabled.

', 'UpdateStackRequest$UserSettings' => '

The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.

', ], ], 'UserStackAssociation' => [ 'base' => '

Describes a user in the user pool and the associated stack.

', 'refs' => [ 'UserStackAssociationError$UserStackAssociation' => '

Information about the user and associated stack.

', 'UserStackAssociationList$member' => NULL, ], ], 'UserStackAssociationError' => [ 'base' => '

Describes the error that is returned when a user can’t be associated with or disassociated from a stack.

', 'refs' => [ 'UserStackAssociationErrorList$member' => NULL, ], ], 'UserStackAssociationErrorCode' => [ 'base' => NULL, 'refs' => [ 'UserStackAssociationError$ErrorCode' => '

The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.

', ], ], 'UserStackAssociationErrorList' => [ 'base' => NULL, 'refs' => [ 'BatchAssociateUserStackResult$errors' => '

The list of UserStackAssociationError objects.

', 'BatchDisassociateUserStackResult$errors' => '

The list of UserStackAssociationError objects.

', ], ], 'UserStackAssociationList' => [ 'base' => NULL, 'refs' => [ 'BatchAssociateUserStackRequest$UserStackAssociations' => '

The list of UserStackAssociation objects.

', 'BatchDisassociateUserStackRequest$UserStackAssociations' => '

The list of UserStackAssociation objects.

', 'DescribeUserStackAssociationsResult$UserStackAssociations' => '

The UserStackAssociation objects.

', ], ], 'Username' => [ 'base' => NULL, 'refs' => [ 'CreateUserRequest$UserName' => '

The email address of the user.

Users\' email addresses are case-sensitive. During login, if they specify an email address that doesn\'t use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays.

', 'DeleteUserRequest$UserName' => '

The email address of the user.

Users\' email addresses are case-sensitive.

', 'DescribeUserStackAssociationsRequest$UserName' => '

The email address of the user who is associated with the stack.

Users\' email addresses are case-sensitive.

', 'DisableUserRequest$UserName' => '

The email address of the user.

Users\' email addresses are case-sensitive.

', 'EnableUserRequest$UserName' => '

The email address of the user.

Users\' email addresses are case-sensitive. During login, if they specify an email address that doesn\'t use the same capitalization as the email address specified when their user pool account was created, a "user does not exist" error message displays.

', 'User$UserName' => '

The email address of the user.

Users\' email addresses are case-sensitive.

', 'UserStackAssociation$UserName' => '

The email address of the user who is associated with the stack.

Users\' email addresses are case-sensitive.

', ], ], 'VisibilityType' => [ 'base' => NULL, 'refs' => [ 'DescribeImagesRequest$Type' => '

The type of image (public, private, or shared) to describe.

', 'Image$Visibility' => '

Indicates whether the image is public or private.

', ], ], 'VpcConfig' => [ 'base' => '

Describes VPC configuration information for fleets and image builders.

', 'refs' => [ 'AppBlockBuilder$VpcConfig' => '

The VPC configuration for the app block builder.

', 'CreateAppBlockBuilderRequest$VpcConfig' => '

The VPC configuration for the app block builder.

App block builders require that you specify at least two subnets in different availability zones.

', 'CreateFleetRequest$VpcConfig' => '

The VPC configuration for the fleet. This is required for Elastic fleets, but not required for other fleet types. Elastic fleets require that you specify at least two subnets in different availability zones.

', 'CreateImageBuilderRequest$VpcConfig' => '

The VPC configuration for the image builder. You can specify only one subnet.

', 'Fleet$VpcConfig' => '

The VPC configuration for the fleet.

', 'ImageBuilder$VpcConfig' => '

The VPC configuration of the image builder.

', 'UpdateAppBlockBuilderRequest$VpcConfig' => '

The VPC configuration for the app block builder.

App block builders require that you specify at least two subnets in different availability zones.

', 'UpdateFleetRequest$VpcConfig' => '

The VPC configuration for the fleet. This is required for Elastic fleets, but not required for other fleet types. Elastic fleets require that you specify at least two subnets in different availability zones.

', ], ], ],]; diff --git a/src/data/fis/2020-12-01/api-2.json b/src/data/fis/2020-12-01/api-2.json index 8ea135188e..ae3dd0d70d 100644 --- a/src/data/fis/2020-12-01/api-2.json +++ b/src/data/fis/2020-12-01/api-2.json @@ -5,12 +5,14 @@ "endpointPrefix":"fis", "jsonVersion":"1.1", "protocol":"rest-json", + "protocols":["rest-json"], "serviceAbbreviation":"FIS", "serviceFullName":"AWS Fault Injection Simulator", "serviceId":"fis", "signatureVersion":"v4", "signingName":"fis", - "uid":"fis-2020-12-01" + "uid":"fis-2020-12-01", + "auth":["aws.auth#sigv4"] }, "operations":{ "CreateExperimentTemplate":{ @@ -751,6 +753,21 @@ } }, "ExperimentEndTime":{"type":"timestamp"}, + "ExperimentError":{ + "type":"structure", + "members":{ + "accountId":{"shape":"ExperimentErrorAccountId"}, + "code":{"shape":"ExperimentErrorCode"}, + "location":{"shape":"ExperimentErrorLocation"} + } + }, + "ExperimentErrorAccountId":{"type":"string"}, + "ExperimentErrorCode":{ + "type":"string", + "max":128, + "pattern":"[\\S]+" + }, + "ExperimentErrorLocation":{"type":"string"}, "ExperimentId":{ "type":"string", "max":64, @@ -784,7 +801,8 @@ "type":"structure", "members":{ "status":{"shape":"ExperimentStatus"}, - "reason":{"shape":"ExperimentStatusReason"} + "reason":{"shape":"ExperimentStatusReason"}, + "error":{"shape":"ExperimentError"} } }, "ExperimentStatus":{ diff --git a/src/data/fis/2020-12-01/api-2.json.php b/src/data/fis/2020-12-01/api-2.json.php index bd2c434457..e7f4e3b093 100644 --- a/src/data/fis/2020-12-01/api-2.json.php +++ b/src/data/fis/2020-12-01/api-2.json.php @@ -1,3 +1,3 @@ '2.0', 'metadata' => [ 'apiVersion' => '2020-12-01', 'endpointPrefix' => 'fis', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'serviceAbbreviation' => 'FIS', 'serviceFullName' => 'AWS Fault Injection Simulator', 'serviceId' => 'fis', 'signatureVersion' => 'v4', 'signingName' => 'fis', 'uid' => 'fis-2020-12-01', ], 'operations' => [ 'CreateExperimentTemplate' => [ 'name' => 'CreateExperimentTemplate', 'http' => [ 'method' => 'POST', 'requestUri' => '/experimentTemplates', 'responseCode' => 200, ], 'input' => [ 'shape' => 'CreateExperimentTemplateRequest', ], 'output' => [ 'shape' => 'CreateExperimentTemplateResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ServiceQuotaExceededException', ], ], ], 'CreateTargetAccountConfiguration' => [ 'name' => 'CreateTargetAccountConfiguration', 'http' => [ 'method' => 'POST', 'requestUri' => '/experimentTemplates/{id}/targetAccountConfigurations/{accountId}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'CreateTargetAccountConfigurationRequest', ], 'output' => [ 'shape' => 'CreateTargetAccountConfigurationResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ServiceQuotaExceededException', ], ], ], 'DeleteExperimentTemplate' => [ 'name' => 'DeleteExperimentTemplate', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/experimentTemplates/{id}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'DeleteExperimentTemplateRequest', ], 'output' => [ 'shape' => 'DeleteExperimentTemplateResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DeleteTargetAccountConfiguration' => [ 'name' => 'DeleteTargetAccountConfiguration', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/experimentTemplates/{id}/targetAccountConfigurations/{accountId}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'DeleteTargetAccountConfigurationRequest', ], 'output' => [ 'shape' => 'DeleteTargetAccountConfigurationResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'GetAction' => [ 'name' => 'GetAction', 'http' => [ 'method' => 'GET', 'requestUri' => '/actions/{id}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetActionRequest', ], 'output' => [ 'shape' => 'GetActionResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'GetExperiment' => [ 'name' => 'GetExperiment', 'http' => [ 'method' => 'GET', 'requestUri' => '/experiments/{id}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetExperimentRequest', ], 'output' => [ 'shape' => 'GetExperimentResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'GetExperimentTargetAccountConfiguration' => [ 'name' => 'GetExperimentTargetAccountConfiguration', 'http' => [ 'method' => 'GET', 'requestUri' => '/experiments/{id}/targetAccountConfigurations/{accountId}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetExperimentTargetAccountConfigurationRequest', ], 'output' => [ 'shape' => 'GetExperimentTargetAccountConfigurationResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ValidationException', ], ], ], 'GetExperimentTemplate' => [ 'name' => 'GetExperimentTemplate', 'http' => [ 'method' => 'GET', 'requestUri' => '/experimentTemplates/{id}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetExperimentTemplateRequest', ], 'output' => [ 'shape' => 'GetExperimentTemplateResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'GetTargetAccountConfiguration' => [ 'name' => 'GetTargetAccountConfiguration', 'http' => [ 'method' => 'GET', 'requestUri' => '/experimentTemplates/{id}/targetAccountConfigurations/{accountId}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetTargetAccountConfigurationRequest', ], 'output' => [ 'shape' => 'GetTargetAccountConfigurationResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ValidationException', ], ], ], 'GetTargetResourceType' => [ 'name' => 'GetTargetResourceType', 'http' => [ 'method' => 'GET', 'requestUri' => '/targetResourceTypes/{resourceType}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetTargetResourceTypeRequest', ], 'output' => [ 'shape' => 'GetTargetResourceTypeResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'ListActions' => [ 'name' => 'ListActions', 'http' => [ 'method' => 'GET', 'requestUri' => '/actions', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListActionsRequest', ], 'output' => [ 'shape' => 'ListActionsResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], ], ], 'ListExperimentResolvedTargets' => [ 'name' => 'ListExperimentResolvedTargets', 'http' => [ 'method' => 'GET', 'requestUri' => '/experiments/{id}/resolvedTargets', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListExperimentResolvedTargetsRequest', ], 'output' => [ 'shape' => 'ListExperimentResolvedTargetsResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'ListExperimentTargetAccountConfigurations' => [ 'name' => 'ListExperimentTargetAccountConfigurations', 'http' => [ 'method' => 'GET', 'requestUri' => '/experiments/{id}/targetAccountConfigurations', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListExperimentTargetAccountConfigurationsRequest', ], 'output' => [ 'shape' => 'ListExperimentTargetAccountConfigurationsResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'ListExperimentTemplates' => [ 'name' => 'ListExperimentTemplates', 'http' => [ 'method' => 'GET', 'requestUri' => '/experimentTemplates', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListExperimentTemplatesRequest', ], 'output' => [ 'shape' => 'ListExperimentTemplatesResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], ], ], 'ListExperiments' => [ 'name' => 'ListExperiments', 'http' => [ 'method' => 'GET', 'requestUri' => '/experiments', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListExperimentsRequest', ], 'output' => [ 'shape' => 'ListExperimentsResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], ], ], 'ListTagsForResource' => [ 'name' => 'ListTagsForResource', 'http' => [ 'method' => 'GET', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListTagsForResourceRequest', ], 'output' => [ 'shape' => 'ListTagsForResourceResponse', ], ], 'ListTargetAccountConfigurations' => [ 'name' => 'ListTargetAccountConfigurations', 'http' => [ 'method' => 'GET', 'requestUri' => '/experimentTemplates/{id}/targetAccountConfigurations', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListTargetAccountConfigurationsRequest', ], 'output' => [ 'shape' => 'ListTargetAccountConfigurationsResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'ListTargetResourceTypes' => [ 'name' => 'ListTargetResourceTypes', 'http' => [ 'method' => 'GET', 'requestUri' => '/targetResourceTypes', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListTargetResourceTypesRequest', ], 'output' => [ 'shape' => 'ListTargetResourceTypesResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], ], ], 'StartExperiment' => [ 'name' => 'StartExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/experiments', 'responseCode' => 200, ], 'input' => [ 'shape' => 'StartExperimentRequest', ], 'output' => [ 'shape' => 'StartExperimentResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ServiceQuotaExceededException', ], ], ], 'StopExperiment' => [ 'name' => 'StopExperiment', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/experiments/{id}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'StopExperimentRequest', ], 'output' => [ 'shape' => 'StopExperimentResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'TagResource' => [ 'name' => 'TagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'TagResourceRequest', ], 'output' => [ 'shape' => 'TagResourceResponse', ], ], 'UntagResource' => [ 'name' => 'UntagResource', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'UntagResourceRequest', ], 'output' => [ 'shape' => 'UntagResourceResponse', ], ], 'UpdateExperimentTemplate' => [ 'name' => 'UpdateExperimentTemplate', 'http' => [ 'method' => 'PATCH', 'requestUri' => '/experimentTemplates/{id}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'UpdateExperimentTemplateRequest', ], 'output' => [ 'shape' => 'UpdateExperimentTemplateResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ServiceQuotaExceededException', ], ], ], 'UpdateTargetAccountConfiguration' => [ 'name' => 'UpdateTargetAccountConfiguration', 'http' => [ 'method' => 'PATCH', 'requestUri' => '/experimentTemplates/{id}/targetAccountConfigurations/{accountId}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'UpdateTargetAccountConfigurationRequest', ], 'output' => [ 'shape' => 'UpdateTargetAccountConfigurationResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], ], 'shapes' => [ 'AccountTargeting' => [ 'type' => 'string', 'enum' => [ 'single-account', 'multi-account', ], ], 'Action' => [ 'type' => 'structure', 'members' => [ 'id' => [ 'shape' => 'ActionId', ], 'arn' => [ 'shape' => 'ResourceArn', ], 'description' => [ 'shape' => 'ActionDescription', ], 'parameters' => [ 'shape' => 'ActionParameterMap', ], 'targets' => [ 'shape' => 'ActionTargetMap', ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'ActionDescription' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\s\\S]+', ], 'ActionId' => [ 'type' => 'string', 'max' => 128, 'pattern' => '[\\S]+', ], 'ActionParameter' => [ 'type' => 'structure', 'members' => [ 'description' => [ 'shape' => 'ActionParameterDescription', ], 'required' => [ 'shape' => 'ActionParameterRequired', 'box' => true, ], ], ], 'ActionParameterDescription' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\s\\S]+', ], 'ActionParameterMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ActionParameterName', ], 'value' => [ 'shape' => 'ActionParameter', ], ], 'ActionParameterName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ActionParameterRequired' => [ 'type' => 'boolean', ], 'ActionSummary' => [ 'type' => 'structure', 'members' => [ 'id' => [ 'shape' => 'ActionId', ], 'arn' => [ 'shape' => 'ResourceArn', ], 'description' => [ 'shape' => 'ActionDescription', ], 'targets' => [ 'shape' => 'ActionTargetMap', ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'ActionSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ActionSummary', ], ], 'ActionTarget' => [ 'type' => 'structure', 'members' => [ 'resourceType' => [ 'shape' => 'TargetResourceTypeId', ], ], ], 'ActionTargetMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ActionTargetName', ], 'value' => [ 'shape' => 'ActionTarget', ], ], 'ActionTargetName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ActionsMode' => [ 'type' => 'string', 'enum' => [ 'skip-all', 'run-all', ], ], 'ClientToken' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\S]+', ], 'CloudWatchLogGroupArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '[\\S]+', ], 'ConflictException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ExceptionMessage', ], ], 'error' => [ 'httpStatusCode' => 409, ], 'exception' => true, ], 'CreateExperimentTemplateActionInput' => [ 'type' => 'structure', 'required' => [ 'actionId', ], 'members' => [ 'actionId' => [ 'shape' => 'ActionId', ], 'description' => [ 'shape' => 'ExperimentTemplateActionDescription', ], 'parameters' => [ 'shape' => 'ExperimentTemplateActionParameterMap', ], 'targets' => [ 'shape' => 'ExperimentTemplateActionTargetMap', ], 'startAfter' => [ 'shape' => 'ExperimentTemplateActionStartAfterList', ], ], ], 'CreateExperimentTemplateActionInputMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentTemplateActionName', ], 'value' => [ 'shape' => 'CreateExperimentTemplateActionInput', ], ], 'CreateExperimentTemplateExperimentOptionsInput' => [ 'type' => 'structure', 'members' => [ 'accountTargeting' => [ 'shape' => 'AccountTargeting', ], 'emptyTargetResolutionMode' => [ 'shape' => 'EmptyTargetResolutionMode', ], ], ], 'CreateExperimentTemplateLogConfigurationInput' => [ 'type' => 'structure', 'required' => [ 'logSchemaVersion', ], 'members' => [ 'cloudWatchLogsConfiguration' => [ 'shape' => 'ExperimentTemplateCloudWatchLogsLogConfigurationInput', ], 's3Configuration' => [ 'shape' => 'ExperimentTemplateS3LogConfigurationInput', ], 'logSchemaVersion' => [ 'shape' => 'LogSchemaVersion', ], ], ], 'CreateExperimentTemplateRequest' => [ 'type' => 'structure', 'required' => [ 'clientToken', 'description', 'stopConditions', 'actions', 'roleArn', ], 'members' => [ 'clientToken' => [ 'shape' => 'ClientToken', 'idempotencyToken' => true, ], 'description' => [ 'shape' => 'ExperimentTemplateDescription', ], 'stopConditions' => [ 'shape' => 'CreateExperimentTemplateStopConditionInputList', ], 'targets' => [ 'shape' => 'CreateExperimentTemplateTargetInputMap', ], 'actions' => [ 'shape' => 'CreateExperimentTemplateActionInputMap', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'tags' => [ 'shape' => 'TagMap', ], 'logConfiguration' => [ 'shape' => 'CreateExperimentTemplateLogConfigurationInput', ], 'experimentOptions' => [ 'shape' => 'CreateExperimentTemplateExperimentOptionsInput', ], ], ], 'CreateExperimentTemplateResponse' => [ 'type' => 'structure', 'members' => [ 'experimentTemplate' => [ 'shape' => 'ExperimentTemplate', ], ], ], 'CreateExperimentTemplateStopConditionInput' => [ 'type' => 'structure', 'required' => [ 'source', ], 'members' => [ 'source' => [ 'shape' => 'StopConditionSource', ], 'value' => [ 'shape' => 'StopConditionValue', ], ], ], 'CreateExperimentTemplateStopConditionInputList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CreateExperimentTemplateStopConditionInput', ], ], 'CreateExperimentTemplateTargetInput' => [ 'type' => 'structure', 'required' => [ 'resourceType', 'selectionMode', ], 'members' => [ 'resourceType' => [ 'shape' => 'TargetResourceTypeId', ], 'resourceArns' => [ 'shape' => 'ResourceArnList', ], 'resourceTags' => [ 'shape' => 'TagMap', ], 'filters' => [ 'shape' => 'ExperimentTemplateTargetFilterInputList', ], 'selectionMode' => [ 'shape' => 'ExperimentTemplateTargetSelectionMode', ], 'parameters' => [ 'shape' => 'ExperimentTemplateTargetParameterMap', ], ], ], 'CreateExperimentTemplateTargetInputMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentTemplateTargetName', ], 'value' => [ 'shape' => 'CreateExperimentTemplateTargetInput', ], ], 'CreateTargetAccountConfigurationRequest' => [ 'type' => 'structure', 'required' => [ 'experimentTemplateId', 'accountId', 'roleArn', ], 'members' => [ 'clientToken' => [ 'shape' => 'ClientToken', 'idempotencyToken' => true, ], 'experimentTemplateId' => [ 'shape' => 'ExperimentTemplateId', 'location' => 'uri', 'locationName' => 'id', ], 'accountId' => [ 'shape' => 'TargetAccountId', 'location' => 'uri', 'locationName' => 'accountId', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'description' => [ 'shape' => 'TargetAccountConfigurationDescription', ], ], ], 'CreateTargetAccountConfigurationResponse' => [ 'type' => 'structure', 'members' => [ 'targetAccountConfiguration' => [ 'shape' => 'TargetAccountConfiguration', ], ], ], 'CreationTime' => [ 'type' => 'timestamp', ], 'DeleteExperimentTemplateRequest' => [ 'type' => 'structure', 'required' => [ 'id', ], 'members' => [ 'id' => [ 'shape' => 'ExperimentTemplateId', 'location' => 'uri', 'locationName' => 'id', ], ], ], 'DeleteExperimentTemplateResponse' => [ 'type' => 'structure', 'members' => [ 'experimentTemplate' => [ 'shape' => 'ExperimentTemplate', ], ], ], 'DeleteTargetAccountConfigurationRequest' => [ 'type' => 'structure', 'required' => [ 'experimentTemplateId', 'accountId', ], 'members' => [ 'experimentTemplateId' => [ 'shape' => 'ExperimentTemplateId', 'location' => 'uri', 'locationName' => 'id', ], 'accountId' => [ 'shape' => 'TargetAccountId', 'location' => 'uri', 'locationName' => 'accountId', ], ], ], 'DeleteTargetAccountConfigurationResponse' => [ 'type' => 'structure', 'members' => [ 'targetAccountConfiguration' => [ 'shape' => 'TargetAccountConfiguration', ], ], ], 'EmptyTargetResolutionMode' => [ 'type' => 'string', 'enum' => [ 'fail', 'skip', ], ], 'ExceptionMessage' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '[\\s\\S]+', ], 'Experiment' => [ 'type' => 'structure', 'members' => [ 'id' => [ 'shape' => 'ExperimentId', ], 'arn' => [ 'shape' => 'ResourceArn', ], 'experimentTemplateId' => [ 'shape' => 'ExperimentTemplateId', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'state' => [ 'shape' => 'ExperimentState', ], 'targets' => [ 'shape' => 'ExperimentTargetMap', ], 'actions' => [ 'shape' => 'ExperimentActionMap', ], 'stopConditions' => [ 'shape' => 'ExperimentStopConditionList', ], 'creationTime' => [ 'shape' => 'CreationTime', ], 'startTime' => [ 'shape' => 'ExperimentStartTime', ], 'endTime' => [ 'shape' => 'ExperimentEndTime', ], 'tags' => [ 'shape' => 'TagMap', ], 'logConfiguration' => [ 'shape' => 'ExperimentLogConfiguration', ], 'experimentOptions' => [ 'shape' => 'ExperimentOptions', ], 'targetAccountConfigurationsCount' => [ 'shape' => 'TargetAccountConfigurationsCount', ], ], ], 'ExperimentAction' => [ 'type' => 'structure', 'members' => [ 'actionId' => [ 'shape' => 'ActionId', ], 'description' => [ 'shape' => 'ExperimentActionDescription', ], 'parameters' => [ 'shape' => 'ExperimentActionParameterMap', ], 'targets' => [ 'shape' => 'ExperimentActionTargetMap', ], 'startAfter' => [ 'shape' => 'ExperimentActionStartAfterList', ], 'state' => [ 'shape' => 'ExperimentActionState', ], 'startTime' => [ 'shape' => 'ExperimentActionStartTime', ], 'endTime' => [ 'shape' => 'ExperimentActionEndTime', ], ], ], 'ExperimentActionDescription' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\s\\S]+', ], 'ExperimentActionEndTime' => [ 'type' => 'timestamp', ], 'ExperimentActionMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentActionName', ], 'value' => [ 'shape' => 'ExperimentAction', ], ], 'ExperimentActionName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentActionParameter' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '[\\S]+', ], 'ExperimentActionParameterMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentActionParameterName', ], 'value' => [ 'shape' => 'ExperimentActionParameter', ], ], 'ExperimentActionParameterName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentActionStartAfter' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentActionStartAfterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentActionStartAfter', ], ], 'ExperimentActionStartTime' => [ 'type' => 'timestamp', ], 'ExperimentActionState' => [ 'type' => 'structure', 'members' => [ 'status' => [ 'shape' => 'ExperimentActionStatus', ], 'reason' => [ 'shape' => 'ExperimentActionStatusReason', ], ], ], 'ExperimentActionStatus' => [ 'type' => 'string', 'enum' => [ 'pending', 'initiating', 'running', 'completed', 'cancelled', 'stopping', 'stopped', 'failed', 'skipped', ], ], 'ExperimentActionStatusReason' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\s\\S]+', ], 'ExperimentActionTargetMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentActionTargetName', ], 'value' => [ 'shape' => 'ExperimentTargetName', ], ], 'ExperimentActionTargetName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentCloudWatchLogsLogConfiguration' => [ 'type' => 'structure', 'members' => [ 'logGroupArn' => [ 'shape' => 'CloudWatchLogGroupArn', ], ], ], 'ExperimentEndTime' => [ 'type' => 'timestamp', ], 'ExperimentId' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentLogConfiguration' => [ 'type' => 'structure', 'members' => [ 'cloudWatchLogsConfiguration' => [ 'shape' => 'ExperimentCloudWatchLogsLogConfiguration', ], 's3Configuration' => [ 'shape' => 'ExperimentS3LogConfiguration', ], 'logSchemaVersion' => [ 'shape' => 'LogSchemaVersion', ], ], ], 'ExperimentOptions' => [ 'type' => 'structure', 'members' => [ 'accountTargeting' => [ 'shape' => 'AccountTargeting', ], 'emptyTargetResolutionMode' => [ 'shape' => 'EmptyTargetResolutionMode', ], 'actionsMode' => [ 'shape' => 'ActionsMode', ], ], ], 'ExperimentS3LogConfiguration' => [ 'type' => 'structure', 'members' => [ 'bucketName' => [ 'shape' => 'S3BucketName', ], 'prefix' => [ 'shape' => 'S3ObjectKey', ], ], ], 'ExperimentStartTime' => [ 'type' => 'timestamp', ], 'ExperimentState' => [ 'type' => 'structure', 'members' => [ 'status' => [ 'shape' => 'ExperimentStatus', ], 'reason' => [ 'shape' => 'ExperimentStatusReason', ], ], ], 'ExperimentStatus' => [ 'type' => 'string', 'enum' => [ 'pending', 'initiating', 'running', 'completed', 'stopping', 'stopped', 'failed', ], ], 'ExperimentStatusReason' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\s\\S]+', ], 'ExperimentStopCondition' => [ 'type' => 'structure', 'members' => [ 'source' => [ 'shape' => 'StopConditionSource', ], 'value' => [ 'shape' => 'StopConditionValue', ], ], ], 'ExperimentStopConditionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentStopCondition', ], ], 'ExperimentSummary' => [ 'type' => 'structure', 'members' => [ 'id' => [ 'shape' => 'ExperimentId', ], 'arn' => [ 'shape' => 'ResourceArn', ], 'experimentTemplateId' => [ 'shape' => 'ExperimentTemplateId', ], 'state' => [ 'shape' => 'ExperimentState', ], 'creationTime' => [ 'shape' => 'CreationTime', ], 'tags' => [ 'shape' => 'TagMap', ], 'experimentOptions' => [ 'shape' => 'ExperimentOptions', ], ], ], 'ExperimentSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentSummary', ], ], 'ExperimentTarget' => [ 'type' => 'structure', 'members' => [ 'resourceType' => [ 'shape' => 'TargetResourceTypeId', ], 'resourceArns' => [ 'shape' => 'ResourceArnList', ], 'resourceTags' => [ 'shape' => 'TagMap', ], 'filters' => [ 'shape' => 'ExperimentTargetFilterList', ], 'selectionMode' => [ 'shape' => 'ExperimentTargetSelectionMode', ], 'parameters' => [ 'shape' => 'ExperimentTargetParameterMap', ], ], ], 'ExperimentTargetAccountConfiguration' => [ 'type' => 'structure', 'members' => [ 'roleArn' => [ 'shape' => 'RoleArn', ], 'accountId' => [ 'shape' => 'TargetAccountId', ], 'description' => [ 'shape' => 'TargetAccountConfigurationDescription', ], ], ], 'ExperimentTargetAccountConfigurationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentTargetAccountConfigurationSummary', ], ], 'ExperimentTargetAccountConfigurationSummary' => [ 'type' => 'structure', 'members' => [ 'roleArn' => [ 'shape' => 'RoleArn', ], 'accountId' => [ 'shape' => 'TargetAccountId', ], 'description' => [ 'shape' => 'TargetAccountConfigurationDescription', ], ], ], 'ExperimentTargetFilter' => [ 'type' => 'structure', 'members' => [ 'path' => [ 'shape' => 'ExperimentTargetFilterPath', ], 'values' => [ 'shape' => 'ExperimentTargetFilterValues', ], ], ], 'ExperimentTargetFilterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentTargetFilter', ], ], 'ExperimentTargetFilterPath' => [ 'type' => 'string', 'max' => 256, 'pattern' => '[\\S]+', ], 'ExperimentTargetFilterValue' => [ 'type' => 'string', 'max' => 128, 'pattern' => '[\\S]+', ], 'ExperimentTargetFilterValues' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentTargetFilterValue', ], ], 'ExperimentTargetMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentTargetName', ], 'value' => [ 'shape' => 'ExperimentTarget', ], ], 'ExperimentTargetName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentTargetParameterMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentTargetParameterName', ], 'value' => [ 'shape' => 'ExperimentTargetParameterValue', ], ], 'ExperimentTargetParameterName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentTargetParameterValue' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, ], 'ExperimentTargetSelectionMode' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentTemplate' => [ 'type' => 'structure', 'members' => [ 'id' => [ 'shape' => 'ExperimentTemplateId', ], 'arn' => [ 'shape' => 'ResourceArn', ], 'description' => [ 'shape' => 'ExperimentTemplateDescription', ], 'targets' => [ 'shape' => 'ExperimentTemplateTargetMap', ], 'actions' => [ 'shape' => 'ExperimentTemplateActionMap', ], 'stopConditions' => [ 'shape' => 'ExperimentTemplateStopConditionList', ], 'creationTime' => [ 'shape' => 'CreationTime', ], 'lastUpdateTime' => [ 'shape' => 'LastUpdateTime', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'tags' => [ 'shape' => 'TagMap', ], 'logConfiguration' => [ 'shape' => 'ExperimentTemplateLogConfiguration', ], 'experimentOptions' => [ 'shape' => 'ExperimentTemplateExperimentOptions', ], 'targetAccountConfigurationsCount' => [ 'shape' => 'TargetAccountConfigurationsCount', ], ], ], 'ExperimentTemplateAction' => [ 'type' => 'structure', 'members' => [ 'actionId' => [ 'shape' => 'ActionId', ], 'description' => [ 'shape' => 'ExperimentTemplateActionDescription', ], 'parameters' => [ 'shape' => 'ExperimentTemplateActionParameterMap', ], 'targets' => [ 'shape' => 'ExperimentTemplateActionTargetMap', ], 'startAfter' => [ 'shape' => 'ExperimentTemplateActionStartAfterList', ], ], ], 'ExperimentTemplateActionDescription' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\s\\S]+', ], 'ExperimentTemplateActionMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentTemplateActionName', ], 'value' => [ 'shape' => 'ExperimentTemplateAction', ], ], 'ExperimentTemplateActionName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentTemplateActionParameter' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '[\\S]+', ], 'ExperimentTemplateActionParameterMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentTemplateActionParameterName', ], 'value' => [ 'shape' => 'ExperimentTemplateActionParameter', ], ], 'ExperimentTemplateActionParameterName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentTemplateActionStartAfter' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentTemplateActionStartAfterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentTemplateActionStartAfter', ], ], 'ExperimentTemplateActionTargetMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentTemplateActionTargetName', ], 'value' => [ 'shape' => 'ExperimentTemplateTargetName', ], ], 'ExperimentTemplateActionTargetName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentTemplateCloudWatchLogsLogConfiguration' => [ 'type' => 'structure', 'members' => [ 'logGroupArn' => [ 'shape' => 'CloudWatchLogGroupArn', ], ], ], 'ExperimentTemplateCloudWatchLogsLogConfigurationInput' => [ 'type' => 'structure', 'required' => [ 'logGroupArn', ], 'members' => [ 'logGroupArn' => [ 'shape' => 'CloudWatchLogGroupArn', ], ], ], 'ExperimentTemplateDescription' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\s\\S]+', ], 'ExperimentTemplateExperimentOptions' => [ 'type' => 'structure', 'members' => [ 'accountTargeting' => [ 'shape' => 'AccountTargeting', ], 'emptyTargetResolutionMode' => [ 'shape' => 'EmptyTargetResolutionMode', ], ], ], 'ExperimentTemplateId' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentTemplateLogConfiguration' => [ 'type' => 'structure', 'members' => [ 'cloudWatchLogsConfiguration' => [ 'shape' => 'ExperimentTemplateCloudWatchLogsLogConfiguration', ], 's3Configuration' => [ 'shape' => 'ExperimentTemplateS3LogConfiguration', ], 'logSchemaVersion' => [ 'shape' => 'LogSchemaVersion', ], ], ], 'ExperimentTemplateS3LogConfiguration' => [ 'type' => 'structure', 'members' => [ 'bucketName' => [ 'shape' => 'S3BucketName', ], 'prefix' => [ 'shape' => 'S3ObjectKey', ], ], ], 'ExperimentTemplateS3LogConfigurationInput' => [ 'type' => 'structure', 'required' => [ 'bucketName', ], 'members' => [ 'bucketName' => [ 'shape' => 'S3BucketName', ], 'prefix' => [ 'shape' => 'S3ObjectKey', ], ], ], 'ExperimentTemplateStopCondition' => [ 'type' => 'structure', 'members' => [ 'source' => [ 'shape' => 'StopConditionSource', ], 'value' => [ 'shape' => 'StopConditionValue', ], ], ], 'ExperimentTemplateStopConditionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentTemplateStopCondition', ], ], 'ExperimentTemplateSummary' => [ 'type' => 'structure', 'members' => [ 'id' => [ 'shape' => 'ExperimentTemplateId', ], 'arn' => [ 'shape' => 'ResourceArn', ], 'description' => [ 'shape' => 'ExperimentTemplateDescription', ], 'creationTime' => [ 'shape' => 'CreationTime', ], 'lastUpdateTime' => [ 'shape' => 'LastUpdateTime', ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'ExperimentTemplateSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentTemplateSummary', ], ], 'ExperimentTemplateTarget' => [ 'type' => 'structure', 'members' => [ 'resourceType' => [ 'shape' => 'TargetResourceTypeId', ], 'resourceArns' => [ 'shape' => 'ResourceArnList', ], 'resourceTags' => [ 'shape' => 'TagMap', ], 'filters' => [ 'shape' => 'ExperimentTemplateTargetFilterList', ], 'selectionMode' => [ 'shape' => 'ExperimentTemplateTargetSelectionMode', ], 'parameters' => [ 'shape' => 'ExperimentTemplateTargetParameterMap', ], ], ], 'ExperimentTemplateTargetFilter' => [ 'type' => 'structure', 'members' => [ 'path' => [ 'shape' => 'ExperimentTemplateTargetFilterPath', ], 'values' => [ 'shape' => 'ExperimentTemplateTargetFilterValues', ], ], ], 'ExperimentTemplateTargetFilterInputList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentTemplateTargetInputFilter', ], ], 'ExperimentTemplateTargetFilterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentTemplateTargetFilter', ], ], 'ExperimentTemplateTargetFilterPath' => [ 'type' => 'string', 'max' => 256, 'pattern' => '[\\S]+', ], 'ExperimentTemplateTargetFilterValue' => [ 'type' => 'string', 'max' => 128, 'pattern' => '[\\S]+', ], 'ExperimentTemplateTargetFilterValues' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentTemplateTargetFilterValue', ], ], 'ExperimentTemplateTargetInputFilter' => [ 'type' => 'structure', 'required' => [ 'path', 'values', ], 'members' => [ 'path' => [ 'shape' => 'ExperimentTemplateTargetFilterPath', ], 'values' => [ 'shape' => 'ExperimentTemplateTargetFilterValues', ], ], ], 'ExperimentTemplateTargetMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentTemplateTargetName', ], 'value' => [ 'shape' => 'ExperimentTemplateTarget', ], ], 'ExperimentTemplateTargetName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentTemplateTargetParameterMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentTemplateTargetParameterName', ], 'value' => [ 'shape' => 'ExperimentTemplateTargetParameterValue', ], ], 'ExperimentTemplateTargetParameterName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentTemplateTargetParameterValue' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]+$', ], 'ExperimentTemplateTargetSelectionMode' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'GetActionRequest' => [ 'type' => 'structure', 'required' => [ 'id', ], 'members' => [ 'id' => [ 'shape' => 'ActionId', 'location' => 'uri', 'locationName' => 'id', ], ], ], 'GetActionResponse' => [ 'type' => 'structure', 'members' => [ 'action' => [ 'shape' => 'Action', ], ], ], 'GetExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'id', ], 'members' => [ 'id' => [ 'shape' => 'ExperimentId', 'location' => 'uri', 'locationName' => 'id', ], ], ], 'GetExperimentResponse' => [ 'type' => 'structure', 'members' => [ 'experiment' => [ 'shape' => 'Experiment', ], ], ], 'GetExperimentTargetAccountConfigurationRequest' => [ 'type' => 'structure', 'required' => [ 'experimentId', 'accountId', ], 'members' => [ 'experimentId' => [ 'shape' => 'ExperimentId', 'location' => 'uri', 'locationName' => 'id', ], 'accountId' => [ 'shape' => 'TargetAccountId', 'location' => 'uri', 'locationName' => 'accountId', ], ], ], 'GetExperimentTargetAccountConfigurationResponse' => [ 'type' => 'structure', 'members' => [ 'targetAccountConfiguration' => [ 'shape' => 'ExperimentTargetAccountConfiguration', ], ], ], 'GetExperimentTemplateRequest' => [ 'type' => 'structure', 'required' => [ 'id', ], 'members' => [ 'id' => [ 'shape' => 'ExperimentTemplateId', 'location' => 'uri', 'locationName' => 'id', ], ], ], 'GetExperimentTemplateResponse' => [ 'type' => 'structure', 'members' => [ 'experimentTemplate' => [ 'shape' => 'ExperimentTemplate', ], ], ], 'GetTargetAccountConfigurationRequest' => [ 'type' => 'structure', 'required' => [ 'experimentTemplateId', 'accountId', ], 'members' => [ 'experimentTemplateId' => [ 'shape' => 'ExperimentTemplateId', 'location' => 'uri', 'locationName' => 'id', ], 'accountId' => [ 'shape' => 'TargetAccountId', 'location' => 'uri', 'locationName' => 'accountId', ], ], ], 'GetTargetAccountConfigurationResponse' => [ 'type' => 'structure', 'members' => [ 'targetAccountConfiguration' => [ 'shape' => 'TargetAccountConfiguration', ], ], ], 'GetTargetResourceTypeRequest' => [ 'type' => 'structure', 'required' => [ 'resourceType', ], 'members' => [ 'resourceType' => [ 'shape' => 'TargetResourceTypeId', 'location' => 'uri', 'locationName' => 'resourceType', ], ], ], 'GetTargetResourceTypeResponse' => [ 'type' => 'structure', 'members' => [ 'targetResourceType' => [ 'shape' => 'TargetResourceType', ], ], ], 'LastUpdateTime' => [ 'type' => 'timestamp', ], 'ListActionsMaxResults' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'ListActionsRequest' => [ 'type' => 'structure', 'members' => [ 'maxResults' => [ 'shape' => 'ListActionsMaxResults', 'box' => true, 'location' => 'querystring', 'locationName' => 'maxResults', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], ], ], 'ListActionsResponse' => [ 'type' => 'structure', 'members' => [ 'actions' => [ 'shape' => 'ActionSummaryList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListExperimentResolvedTargetsMaxResults' => [ 'type' => 'integer', 'box' => true, 'max' => 100, 'min' => 1, ], 'ListExperimentResolvedTargetsRequest' => [ 'type' => 'structure', 'required' => [ 'experimentId', ], 'members' => [ 'experimentId' => [ 'shape' => 'ExperimentId', 'location' => 'uri', 'locationName' => 'id', ], 'maxResults' => [ 'shape' => 'ListExperimentResolvedTargetsMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'targetName' => [ 'shape' => 'TargetName', 'location' => 'querystring', 'locationName' => 'targetName', ], ], ], 'ListExperimentResolvedTargetsResponse' => [ 'type' => 'structure', 'members' => [ 'resolvedTargets' => [ 'shape' => 'ResolvedTargetList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListExperimentTargetAccountConfigurationsRequest' => [ 'type' => 'structure', 'required' => [ 'experimentId', ], 'members' => [ 'experimentId' => [ 'shape' => 'ExperimentId', 'location' => 'uri', 'locationName' => 'id', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], ], ], 'ListExperimentTargetAccountConfigurationsResponse' => [ 'type' => 'structure', 'members' => [ 'targetAccountConfigurations' => [ 'shape' => 'ExperimentTargetAccountConfigurationList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListExperimentTemplatesMaxResults' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'ListExperimentTemplatesRequest' => [ 'type' => 'structure', 'members' => [ 'maxResults' => [ 'shape' => 'ListExperimentTemplatesMaxResults', 'box' => true, 'location' => 'querystring', 'locationName' => 'maxResults', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], ], ], 'ListExperimentTemplatesResponse' => [ 'type' => 'structure', 'members' => [ 'experimentTemplates' => [ 'shape' => 'ExperimentTemplateSummaryList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListExperimentsMaxResults' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'ListExperimentsRequest' => [ 'type' => 'structure', 'members' => [ 'maxResults' => [ 'shape' => 'ListExperimentsMaxResults', 'box' => true, 'location' => 'querystring', 'locationName' => 'maxResults', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'experimentTemplateId' => [ 'shape' => 'ExperimentTemplateId', 'location' => 'querystring', 'locationName' => 'experimentTemplateId', ], ], ], 'ListExperimentsResponse' => [ 'type' => 'structure', 'members' => [ 'experiments' => [ 'shape' => 'ExperimentSummaryList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTagsForResourceRequest' => [ 'type' => 'structure', 'required' => [ 'resourceArn', ], 'members' => [ 'resourceArn' => [ 'shape' => 'ResourceArn', 'location' => 'uri', 'locationName' => 'resourceArn', ], ], ], 'ListTagsForResourceResponse' => [ 'type' => 'structure', 'members' => [ 'tags' => [ 'shape' => 'TagMap', ], ], ], 'ListTargetAccountConfigurationsMaxResults' => [ 'type' => 'integer', 'box' => true, 'max' => 100, 'min' => 1, ], 'ListTargetAccountConfigurationsRequest' => [ 'type' => 'structure', 'required' => [ 'experimentTemplateId', ], 'members' => [ 'experimentTemplateId' => [ 'shape' => 'ExperimentTemplateId', 'location' => 'uri', 'locationName' => 'id', ], 'maxResults' => [ 'shape' => 'ListTargetAccountConfigurationsMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], ], ], 'ListTargetAccountConfigurationsResponse' => [ 'type' => 'structure', 'members' => [ 'targetAccountConfigurations' => [ 'shape' => 'TargetAccountConfigurationList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTargetResourceTypesMaxResults' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'ListTargetResourceTypesRequest' => [ 'type' => 'structure', 'members' => [ 'maxResults' => [ 'shape' => 'ListTargetResourceTypesMaxResults', 'box' => true, 'location' => 'querystring', 'locationName' => 'maxResults', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], ], ], 'ListTargetResourceTypesResponse' => [ 'type' => 'structure', 'members' => [ 'targetResourceTypes' => [ 'shape' => 'TargetResourceTypeSummaryList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'LogSchemaVersion' => [ 'type' => 'integer', ], 'NextToken' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\S]+', ], 'ResolvedTarget' => [ 'type' => 'structure', 'members' => [ 'resourceType' => [ 'shape' => 'TargetResourceTypeId', ], 'targetName' => [ 'shape' => 'TargetName', ], 'targetInformation' => [ 'shape' => 'TargetInformationMap', ], ], ], 'ResolvedTargetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResolvedTarget', ], ], 'ResourceArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '[\\S]+', ], 'ResourceArnList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResourceArn', ], 'max' => 5, ], 'ResourceNotFoundException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ExceptionMessage', ], ], 'error' => [ 'httpStatusCode' => 404, ], 'exception' => true, ], 'RoleArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '[\\S]+', ], 'S3BucketName' => [ 'type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '[\\S]+', ], 'S3ObjectKey' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\s\\S]+', ], 'ServiceQuotaExceededException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ExceptionMessage', ], ], 'error' => [ 'httpStatusCode' => 402, ], 'exception' => true, ], 'StartExperimentExperimentOptionsInput' => [ 'type' => 'structure', 'members' => [ 'actionsMode' => [ 'shape' => 'ActionsMode', ], ], ], 'StartExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'clientToken', 'experimentTemplateId', ], 'members' => [ 'clientToken' => [ 'shape' => 'ClientToken', 'idempotencyToken' => true, ], 'experimentTemplateId' => [ 'shape' => 'ExperimentTemplateId', ], 'experimentOptions' => [ 'shape' => 'StartExperimentExperimentOptionsInput', ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'StartExperimentResponse' => [ 'type' => 'structure', 'members' => [ 'experiment' => [ 'shape' => 'Experiment', ], ], ], 'StopConditionSource' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'StopConditionValue' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '[\\s\\S]+', ], 'StopExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'id', ], 'members' => [ 'id' => [ 'shape' => 'ExperimentId', 'location' => 'uri', 'locationName' => 'id', ], ], ], 'StopExperimentResponse' => [ 'type' => 'structure', 'members' => [ 'experiment' => [ 'shape' => 'Experiment', ], ], ], 'TagKey' => [ 'type' => 'string', 'max' => 128, 'pattern' => '[\\s\\S]+', ], 'TagKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagKey', ], ], 'TagMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'TagKey', ], 'value' => [ 'shape' => 'TagValue', ], 'max' => 50, ], 'TagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'resourceArn', 'tags', ], 'members' => [ 'resourceArn' => [ 'shape' => 'ResourceArn', 'location' => 'uri', 'locationName' => 'resourceArn', ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'TagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'TagValue' => [ 'type' => 'string', 'max' => 256, 'pattern' => '[\\s\\S]*', ], 'TargetAccountConfiguration' => [ 'type' => 'structure', 'members' => [ 'roleArn' => [ 'shape' => 'RoleArn', ], 'accountId' => [ 'shape' => 'TargetAccountId', ], 'description' => [ 'shape' => 'TargetAccountConfigurationDescription', ], ], ], 'TargetAccountConfigurationDescription' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\s\\S]*', ], 'TargetAccountConfigurationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TargetAccountConfigurationSummary', ], ], 'TargetAccountConfigurationSummary' => [ 'type' => 'structure', 'members' => [ 'roleArn' => [ 'shape' => 'RoleArn', ], 'accountId' => [ 'shape' => 'TargetAccountId', ], 'description' => [ 'shape' => 'TargetAccountConfigurationDescription', ], ], ], 'TargetAccountConfigurationsCount' => [ 'type' => 'long', 'min' => 0, ], 'TargetAccountId' => [ 'type' => 'string', 'max' => 48, 'min' => 12, 'pattern' => '[\\S]+', ], 'TargetInformationKey' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'TargetInformationMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'TargetInformationKey', ], 'value' => [ 'shape' => 'TargetInformationValue', ], ], 'TargetInformationValue' => [ 'type' => 'string', 'max' => 2048, 'pattern' => '[\\S]+', ], 'TargetName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'TargetResourceType' => [ 'type' => 'structure', 'members' => [ 'resourceType' => [ 'shape' => 'TargetResourceTypeId', ], 'description' => [ 'shape' => 'TargetResourceTypeDescription', ], 'parameters' => [ 'shape' => 'TargetResourceTypeParameterMap', ], ], ], 'TargetResourceTypeDescription' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\s\\S]+', ], 'TargetResourceTypeId' => [ 'type' => 'string', 'max' => 128, 'pattern' => '[\\S]+', ], 'TargetResourceTypeParameter' => [ 'type' => 'structure', 'members' => [ 'description' => [ 'shape' => 'TargetResourceTypeParameterDescription', ], 'required' => [ 'shape' => 'TargetResourceTypeParameterRequired', 'box' => true, ], ], ], 'TargetResourceTypeParameterDescription' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\s\\S]+', ], 'TargetResourceTypeParameterMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'TargetResourceTypeParameterName', ], 'value' => [ 'shape' => 'TargetResourceTypeParameter', ], ], 'TargetResourceTypeParameterName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'TargetResourceTypeParameterRequired' => [ 'type' => 'boolean', ], 'TargetResourceTypeSummary' => [ 'type' => 'structure', 'members' => [ 'resourceType' => [ 'shape' => 'TargetResourceTypeId', ], 'description' => [ 'shape' => 'TargetResourceTypeDescription', ], ], ], 'TargetResourceTypeSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TargetResourceTypeSummary', ], ], 'UntagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'resourceArn', ], 'members' => [ 'resourceArn' => [ 'shape' => 'ResourceArn', 'location' => 'uri', 'locationName' => 'resourceArn', ], 'tagKeys' => [ 'shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys', ], ], ], 'UntagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateExperimentTemplateActionInputItem' => [ 'type' => 'structure', 'members' => [ 'actionId' => [ 'shape' => 'ActionId', ], 'description' => [ 'shape' => 'ExperimentTemplateActionDescription', ], 'parameters' => [ 'shape' => 'ExperimentTemplateActionParameterMap', ], 'targets' => [ 'shape' => 'ExperimentTemplateActionTargetMap', ], 'startAfter' => [ 'shape' => 'ExperimentTemplateActionStartAfterList', ], ], ], 'UpdateExperimentTemplateActionInputMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentTemplateActionName', ], 'value' => [ 'shape' => 'UpdateExperimentTemplateActionInputItem', ], ], 'UpdateExperimentTemplateExperimentOptionsInput' => [ 'type' => 'structure', 'members' => [ 'emptyTargetResolutionMode' => [ 'shape' => 'EmptyTargetResolutionMode', ], ], ], 'UpdateExperimentTemplateLogConfigurationInput' => [ 'type' => 'structure', 'members' => [ 'cloudWatchLogsConfiguration' => [ 'shape' => 'ExperimentTemplateCloudWatchLogsLogConfigurationInput', ], 's3Configuration' => [ 'shape' => 'ExperimentTemplateS3LogConfigurationInput', ], 'logSchemaVersion' => [ 'shape' => 'LogSchemaVersion', ], ], ], 'UpdateExperimentTemplateRequest' => [ 'type' => 'structure', 'required' => [ 'id', ], 'members' => [ 'id' => [ 'shape' => 'ExperimentTemplateId', 'location' => 'uri', 'locationName' => 'id', ], 'description' => [ 'shape' => 'ExperimentTemplateDescription', ], 'stopConditions' => [ 'shape' => 'UpdateExperimentTemplateStopConditionInputList', ], 'targets' => [ 'shape' => 'UpdateExperimentTemplateTargetInputMap', ], 'actions' => [ 'shape' => 'UpdateExperimentTemplateActionInputMap', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'logConfiguration' => [ 'shape' => 'UpdateExperimentTemplateLogConfigurationInput', ], 'experimentOptions' => [ 'shape' => 'UpdateExperimentTemplateExperimentOptionsInput', ], ], ], 'UpdateExperimentTemplateResponse' => [ 'type' => 'structure', 'members' => [ 'experimentTemplate' => [ 'shape' => 'ExperimentTemplate', ], ], ], 'UpdateExperimentTemplateStopConditionInput' => [ 'type' => 'structure', 'required' => [ 'source', ], 'members' => [ 'source' => [ 'shape' => 'StopConditionSource', ], 'value' => [ 'shape' => 'StopConditionValue', ], ], ], 'UpdateExperimentTemplateStopConditionInputList' => [ 'type' => 'list', 'member' => [ 'shape' => 'UpdateExperimentTemplateStopConditionInput', ], ], 'UpdateExperimentTemplateTargetInput' => [ 'type' => 'structure', 'required' => [ 'resourceType', 'selectionMode', ], 'members' => [ 'resourceType' => [ 'shape' => 'TargetResourceTypeId', ], 'resourceArns' => [ 'shape' => 'ResourceArnList', ], 'resourceTags' => [ 'shape' => 'TagMap', ], 'filters' => [ 'shape' => 'ExperimentTemplateTargetFilterInputList', ], 'selectionMode' => [ 'shape' => 'ExperimentTemplateTargetSelectionMode', ], 'parameters' => [ 'shape' => 'ExperimentTemplateTargetParameterMap', ], ], ], 'UpdateExperimentTemplateTargetInputMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentTemplateTargetName', ], 'value' => [ 'shape' => 'UpdateExperimentTemplateTargetInput', ], ], 'UpdateTargetAccountConfigurationRequest' => [ 'type' => 'structure', 'required' => [ 'experimentTemplateId', 'accountId', ], 'members' => [ 'experimentTemplateId' => [ 'shape' => 'ExperimentTemplateId', 'location' => 'uri', 'locationName' => 'id', ], 'accountId' => [ 'shape' => 'TargetAccountId', 'location' => 'uri', 'locationName' => 'accountId', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'description' => [ 'shape' => 'TargetAccountConfigurationDescription', ], ], ], 'UpdateTargetAccountConfigurationResponse' => [ 'type' => 'structure', 'members' => [ 'targetAccountConfiguration' => [ 'shape' => 'TargetAccountConfiguration', ], ], ], 'ValidationException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ExceptionMessage', ], ], 'error' => [ 'httpStatusCode' => 400, ], 'exception' => true, ], ],]; +return [ 'version' => '2.0', 'metadata' => [ 'apiVersion' => '2020-12-01', 'endpointPrefix' => 'fis', 'jsonVersion' => '1.1', 'protocol' => 'rest-json', 'protocols' => [ 'rest-json', ], 'serviceAbbreviation' => 'FIS', 'serviceFullName' => 'AWS Fault Injection Simulator', 'serviceId' => 'fis', 'signatureVersion' => 'v4', 'signingName' => 'fis', 'uid' => 'fis-2020-12-01', 'auth' => [ 'aws.auth#sigv4', ], ], 'operations' => [ 'CreateExperimentTemplate' => [ 'name' => 'CreateExperimentTemplate', 'http' => [ 'method' => 'POST', 'requestUri' => '/experimentTemplates', 'responseCode' => 200, ], 'input' => [ 'shape' => 'CreateExperimentTemplateRequest', ], 'output' => [ 'shape' => 'CreateExperimentTemplateResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ServiceQuotaExceededException', ], ], ], 'CreateTargetAccountConfiguration' => [ 'name' => 'CreateTargetAccountConfiguration', 'http' => [ 'method' => 'POST', 'requestUri' => '/experimentTemplates/{id}/targetAccountConfigurations/{accountId}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'CreateTargetAccountConfigurationRequest', ], 'output' => [ 'shape' => 'CreateTargetAccountConfigurationResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ServiceQuotaExceededException', ], ], ], 'DeleteExperimentTemplate' => [ 'name' => 'DeleteExperimentTemplate', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/experimentTemplates/{id}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'DeleteExperimentTemplateRequest', ], 'output' => [ 'shape' => 'DeleteExperimentTemplateResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'DeleteTargetAccountConfiguration' => [ 'name' => 'DeleteTargetAccountConfiguration', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/experimentTemplates/{id}/targetAccountConfigurations/{accountId}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'DeleteTargetAccountConfigurationRequest', ], 'output' => [ 'shape' => 'DeleteTargetAccountConfigurationResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'GetAction' => [ 'name' => 'GetAction', 'http' => [ 'method' => 'GET', 'requestUri' => '/actions/{id}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetActionRequest', ], 'output' => [ 'shape' => 'GetActionResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'GetExperiment' => [ 'name' => 'GetExperiment', 'http' => [ 'method' => 'GET', 'requestUri' => '/experiments/{id}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetExperimentRequest', ], 'output' => [ 'shape' => 'GetExperimentResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'GetExperimentTargetAccountConfiguration' => [ 'name' => 'GetExperimentTargetAccountConfiguration', 'http' => [ 'method' => 'GET', 'requestUri' => '/experiments/{id}/targetAccountConfigurations/{accountId}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetExperimentTargetAccountConfigurationRequest', ], 'output' => [ 'shape' => 'GetExperimentTargetAccountConfigurationResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ValidationException', ], ], ], 'GetExperimentTemplate' => [ 'name' => 'GetExperimentTemplate', 'http' => [ 'method' => 'GET', 'requestUri' => '/experimentTemplates/{id}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetExperimentTemplateRequest', ], 'output' => [ 'shape' => 'GetExperimentTemplateResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'GetTargetAccountConfiguration' => [ 'name' => 'GetTargetAccountConfiguration', 'http' => [ 'method' => 'GET', 'requestUri' => '/experimentTemplates/{id}/targetAccountConfigurations/{accountId}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetTargetAccountConfigurationRequest', ], 'output' => [ 'shape' => 'GetTargetAccountConfigurationResponse', ], 'errors' => [ [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ValidationException', ], ], ], 'GetTargetResourceType' => [ 'name' => 'GetTargetResourceType', 'http' => [ 'method' => 'GET', 'requestUri' => '/targetResourceTypes/{resourceType}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetTargetResourceTypeRequest', ], 'output' => [ 'shape' => 'GetTargetResourceTypeResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'ListActions' => [ 'name' => 'ListActions', 'http' => [ 'method' => 'GET', 'requestUri' => '/actions', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListActionsRequest', ], 'output' => [ 'shape' => 'ListActionsResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], ], ], 'ListExperimentResolvedTargets' => [ 'name' => 'ListExperimentResolvedTargets', 'http' => [ 'method' => 'GET', 'requestUri' => '/experiments/{id}/resolvedTargets', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListExperimentResolvedTargetsRequest', ], 'output' => [ 'shape' => 'ListExperimentResolvedTargetsResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'ListExperimentTargetAccountConfigurations' => [ 'name' => 'ListExperimentTargetAccountConfigurations', 'http' => [ 'method' => 'GET', 'requestUri' => '/experiments/{id}/targetAccountConfigurations', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListExperimentTargetAccountConfigurationsRequest', ], 'output' => [ 'shape' => 'ListExperimentTargetAccountConfigurationsResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'ListExperimentTemplates' => [ 'name' => 'ListExperimentTemplates', 'http' => [ 'method' => 'GET', 'requestUri' => '/experimentTemplates', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListExperimentTemplatesRequest', ], 'output' => [ 'shape' => 'ListExperimentTemplatesResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], ], ], 'ListExperiments' => [ 'name' => 'ListExperiments', 'http' => [ 'method' => 'GET', 'requestUri' => '/experiments', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListExperimentsRequest', ], 'output' => [ 'shape' => 'ListExperimentsResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], ], ], 'ListTagsForResource' => [ 'name' => 'ListTagsForResource', 'http' => [ 'method' => 'GET', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListTagsForResourceRequest', ], 'output' => [ 'shape' => 'ListTagsForResourceResponse', ], ], 'ListTargetAccountConfigurations' => [ 'name' => 'ListTargetAccountConfigurations', 'http' => [ 'method' => 'GET', 'requestUri' => '/experimentTemplates/{id}/targetAccountConfigurations', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListTargetAccountConfigurationsRequest', ], 'output' => [ 'shape' => 'ListTargetAccountConfigurationsResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'ListTargetResourceTypes' => [ 'name' => 'ListTargetResourceTypes', 'http' => [ 'method' => 'GET', 'requestUri' => '/targetResourceTypes', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListTargetResourceTypesRequest', ], 'output' => [ 'shape' => 'ListTargetResourceTypesResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], ], ], 'StartExperiment' => [ 'name' => 'StartExperiment', 'http' => [ 'method' => 'POST', 'requestUri' => '/experiments', 'responseCode' => 200, ], 'input' => [ 'shape' => 'StartExperimentRequest', ], 'output' => [ 'shape' => 'StartExperimentResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ServiceQuotaExceededException', ], ], ], 'StopExperiment' => [ 'name' => 'StopExperiment', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/experiments/{id}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'StopExperimentRequest', ], 'output' => [ 'shape' => 'StopExperimentResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], 'TagResource' => [ 'name' => 'TagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'TagResourceRequest', ], 'output' => [ 'shape' => 'TagResourceResponse', ], ], 'UntagResource' => [ 'name' => 'UntagResource', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'UntagResourceRequest', ], 'output' => [ 'shape' => 'UntagResourceResponse', ], ], 'UpdateExperimentTemplate' => [ 'name' => 'UpdateExperimentTemplate', 'http' => [ 'method' => 'PATCH', 'requestUri' => '/experimentTemplates/{id}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'UpdateExperimentTemplateRequest', ], 'output' => [ 'shape' => 'UpdateExperimentTemplateResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], [ 'shape' => 'ServiceQuotaExceededException', ], ], ], 'UpdateTargetAccountConfiguration' => [ 'name' => 'UpdateTargetAccountConfiguration', 'http' => [ 'method' => 'PATCH', 'requestUri' => '/experimentTemplates/{id}/targetAccountConfigurations/{accountId}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'UpdateTargetAccountConfigurationRequest', ], 'output' => [ 'shape' => 'UpdateTargetAccountConfigurationResponse', ], 'errors' => [ [ 'shape' => 'ValidationException', ], [ 'shape' => 'ResourceNotFoundException', ], ], ], ], 'shapes' => [ 'AccountTargeting' => [ 'type' => 'string', 'enum' => [ 'single-account', 'multi-account', ], ], 'Action' => [ 'type' => 'structure', 'members' => [ 'id' => [ 'shape' => 'ActionId', ], 'arn' => [ 'shape' => 'ResourceArn', ], 'description' => [ 'shape' => 'ActionDescription', ], 'parameters' => [ 'shape' => 'ActionParameterMap', ], 'targets' => [ 'shape' => 'ActionTargetMap', ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'ActionDescription' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\s\\S]+', ], 'ActionId' => [ 'type' => 'string', 'max' => 128, 'pattern' => '[\\S]+', ], 'ActionParameter' => [ 'type' => 'structure', 'members' => [ 'description' => [ 'shape' => 'ActionParameterDescription', ], 'required' => [ 'shape' => 'ActionParameterRequired', 'box' => true, ], ], ], 'ActionParameterDescription' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\s\\S]+', ], 'ActionParameterMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ActionParameterName', ], 'value' => [ 'shape' => 'ActionParameter', ], ], 'ActionParameterName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ActionParameterRequired' => [ 'type' => 'boolean', ], 'ActionSummary' => [ 'type' => 'structure', 'members' => [ 'id' => [ 'shape' => 'ActionId', ], 'arn' => [ 'shape' => 'ResourceArn', ], 'description' => [ 'shape' => 'ActionDescription', ], 'targets' => [ 'shape' => 'ActionTargetMap', ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'ActionSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ActionSummary', ], ], 'ActionTarget' => [ 'type' => 'structure', 'members' => [ 'resourceType' => [ 'shape' => 'TargetResourceTypeId', ], ], ], 'ActionTargetMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ActionTargetName', ], 'value' => [ 'shape' => 'ActionTarget', ], ], 'ActionTargetName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ActionsMode' => [ 'type' => 'string', 'enum' => [ 'skip-all', 'run-all', ], ], 'ClientToken' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\S]+', ], 'CloudWatchLogGroupArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '[\\S]+', ], 'ConflictException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ExceptionMessage', ], ], 'error' => [ 'httpStatusCode' => 409, ], 'exception' => true, ], 'CreateExperimentTemplateActionInput' => [ 'type' => 'structure', 'required' => [ 'actionId', ], 'members' => [ 'actionId' => [ 'shape' => 'ActionId', ], 'description' => [ 'shape' => 'ExperimentTemplateActionDescription', ], 'parameters' => [ 'shape' => 'ExperimentTemplateActionParameterMap', ], 'targets' => [ 'shape' => 'ExperimentTemplateActionTargetMap', ], 'startAfter' => [ 'shape' => 'ExperimentTemplateActionStartAfterList', ], ], ], 'CreateExperimentTemplateActionInputMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentTemplateActionName', ], 'value' => [ 'shape' => 'CreateExperimentTemplateActionInput', ], ], 'CreateExperimentTemplateExperimentOptionsInput' => [ 'type' => 'structure', 'members' => [ 'accountTargeting' => [ 'shape' => 'AccountTargeting', ], 'emptyTargetResolutionMode' => [ 'shape' => 'EmptyTargetResolutionMode', ], ], ], 'CreateExperimentTemplateLogConfigurationInput' => [ 'type' => 'structure', 'required' => [ 'logSchemaVersion', ], 'members' => [ 'cloudWatchLogsConfiguration' => [ 'shape' => 'ExperimentTemplateCloudWatchLogsLogConfigurationInput', ], 's3Configuration' => [ 'shape' => 'ExperimentTemplateS3LogConfigurationInput', ], 'logSchemaVersion' => [ 'shape' => 'LogSchemaVersion', ], ], ], 'CreateExperimentTemplateRequest' => [ 'type' => 'structure', 'required' => [ 'clientToken', 'description', 'stopConditions', 'actions', 'roleArn', ], 'members' => [ 'clientToken' => [ 'shape' => 'ClientToken', 'idempotencyToken' => true, ], 'description' => [ 'shape' => 'ExperimentTemplateDescription', ], 'stopConditions' => [ 'shape' => 'CreateExperimentTemplateStopConditionInputList', ], 'targets' => [ 'shape' => 'CreateExperimentTemplateTargetInputMap', ], 'actions' => [ 'shape' => 'CreateExperimentTemplateActionInputMap', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'tags' => [ 'shape' => 'TagMap', ], 'logConfiguration' => [ 'shape' => 'CreateExperimentTemplateLogConfigurationInput', ], 'experimentOptions' => [ 'shape' => 'CreateExperimentTemplateExperimentOptionsInput', ], ], ], 'CreateExperimentTemplateResponse' => [ 'type' => 'structure', 'members' => [ 'experimentTemplate' => [ 'shape' => 'ExperimentTemplate', ], ], ], 'CreateExperimentTemplateStopConditionInput' => [ 'type' => 'structure', 'required' => [ 'source', ], 'members' => [ 'source' => [ 'shape' => 'StopConditionSource', ], 'value' => [ 'shape' => 'StopConditionValue', ], ], ], 'CreateExperimentTemplateStopConditionInputList' => [ 'type' => 'list', 'member' => [ 'shape' => 'CreateExperimentTemplateStopConditionInput', ], ], 'CreateExperimentTemplateTargetInput' => [ 'type' => 'structure', 'required' => [ 'resourceType', 'selectionMode', ], 'members' => [ 'resourceType' => [ 'shape' => 'TargetResourceTypeId', ], 'resourceArns' => [ 'shape' => 'ResourceArnList', ], 'resourceTags' => [ 'shape' => 'TagMap', ], 'filters' => [ 'shape' => 'ExperimentTemplateTargetFilterInputList', ], 'selectionMode' => [ 'shape' => 'ExperimentTemplateTargetSelectionMode', ], 'parameters' => [ 'shape' => 'ExperimentTemplateTargetParameterMap', ], ], ], 'CreateExperimentTemplateTargetInputMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentTemplateTargetName', ], 'value' => [ 'shape' => 'CreateExperimentTemplateTargetInput', ], ], 'CreateTargetAccountConfigurationRequest' => [ 'type' => 'structure', 'required' => [ 'experimentTemplateId', 'accountId', 'roleArn', ], 'members' => [ 'clientToken' => [ 'shape' => 'ClientToken', 'idempotencyToken' => true, ], 'experimentTemplateId' => [ 'shape' => 'ExperimentTemplateId', 'location' => 'uri', 'locationName' => 'id', ], 'accountId' => [ 'shape' => 'TargetAccountId', 'location' => 'uri', 'locationName' => 'accountId', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'description' => [ 'shape' => 'TargetAccountConfigurationDescription', ], ], ], 'CreateTargetAccountConfigurationResponse' => [ 'type' => 'structure', 'members' => [ 'targetAccountConfiguration' => [ 'shape' => 'TargetAccountConfiguration', ], ], ], 'CreationTime' => [ 'type' => 'timestamp', ], 'DeleteExperimentTemplateRequest' => [ 'type' => 'structure', 'required' => [ 'id', ], 'members' => [ 'id' => [ 'shape' => 'ExperimentTemplateId', 'location' => 'uri', 'locationName' => 'id', ], ], ], 'DeleteExperimentTemplateResponse' => [ 'type' => 'structure', 'members' => [ 'experimentTemplate' => [ 'shape' => 'ExperimentTemplate', ], ], ], 'DeleteTargetAccountConfigurationRequest' => [ 'type' => 'structure', 'required' => [ 'experimentTemplateId', 'accountId', ], 'members' => [ 'experimentTemplateId' => [ 'shape' => 'ExperimentTemplateId', 'location' => 'uri', 'locationName' => 'id', ], 'accountId' => [ 'shape' => 'TargetAccountId', 'location' => 'uri', 'locationName' => 'accountId', ], ], ], 'DeleteTargetAccountConfigurationResponse' => [ 'type' => 'structure', 'members' => [ 'targetAccountConfiguration' => [ 'shape' => 'TargetAccountConfiguration', ], ], ], 'EmptyTargetResolutionMode' => [ 'type' => 'string', 'enum' => [ 'fail', 'skip', ], ], 'ExceptionMessage' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '[\\s\\S]+', ], 'Experiment' => [ 'type' => 'structure', 'members' => [ 'id' => [ 'shape' => 'ExperimentId', ], 'arn' => [ 'shape' => 'ResourceArn', ], 'experimentTemplateId' => [ 'shape' => 'ExperimentTemplateId', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'state' => [ 'shape' => 'ExperimentState', ], 'targets' => [ 'shape' => 'ExperimentTargetMap', ], 'actions' => [ 'shape' => 'ExperimentActionMap', ], 'stopConditions' => [ 'shape' => 'ExperimentStopConditionList', ], 'creationTime' => [ 'shape' => 'CreationTime', ], 'startTime' => [ 'shape' => 'ExperimentStartTime', ], 'endTime' => [ 'shape' => 'ExperimentEndTime', ], 'tags' => [ 'shape' => 'TagMap', ], 'logConfiguration' => [ 'shape' => 'ExperimentLogConfiguration', ], 'experimentOptions' => [ 'shape' => 'ExperimentOptions', ], 'targetAccountConfigurationsCount' => [ 'shape' => 'TargetAccountConfigurationsCount', ], ], ], 'ExperimentAction' => [ 'type' => 'structure', 'members' => [ 'actionId' => [ 'shape' => 'ActionId', ], 'description' => [ 'shape' => 'ExperimentActionDescription', ], 'parameters' => [ 'shape' => 'ExperimentActionParameterMap', ], 'targets' => [ 'shape' => 'ExperimentActionTargetMap', ], 'startAfter' => [ 'shape' => 'ExperimentActionStartAfterList', ], 'state' => [ 'shape' => 'ExperimentActionState', ], 'startTime' => [ 'shape' => 'ExperimentActionStartTime', ], 'endTime' => [ 'shape' => 'ExperimentActionEndTime', ], ], ], 'ExperimentActionDescription' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\s\\S]+', ], 'ExperimentActionEndTime' => [ 'type' => 'timestamp', ], 'ExperimentActionMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentActionName', ], 'value' => [ 'shape' => 'ExperimentAction', ], ], 'ExperimentActionName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentActionParameter' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '[\\S]+', ], 'ExperimentActionParameterMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentActionParameterName', ], 'value' => [ 'shape' => 'ExperimentActionParameter', ], ], 'ExperimentActionParameterName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentActionStartAfter' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentActionStartAfterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentActionStartAfter', ], ], 'ExperimentActionStartTime' => [ 'type' => 'timestamp', ], 'ExperimentActionState' => [ 'type' => 'structure', 'members' => [ 'status' => [ 'shape' => 'ExperimentActionStatus', ], 'reason' => [ 'shape' => 'ExperimentActionStatusReason', ], ], ], 'ExperimentActionStatus' => [ 'type' => 'string', 'enum' => [ 'pending', 'initiating', 'running', 'completed', 'cancelled', 'stopping', 'stopped', 'failed', 'skipped', ], ], 'ExperimentActionStatusReason' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\s\\S]+', ], 'ExperimentActionTargetMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentActionTargetName', ], 'value' => [ 'shape' => 'ExperimentTargetName', ], ], 'ExperimentActionTargetName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentCloudWatchLogsLogConfiguration' => [ 'type' => 'structure', 'members' => [ 'logGroupArn' => [ 'shape' => 'CloudWatchLogGroupArn', ], ], ], 'ExperimentEndTime' => [ 'type' => 'timestamp', ], 'ExperimentError' => [ 'type' => 'structure', 'members' => [ 'accountId' => [ 'shape' => 'ExperimentErrorAccountId', ], 'code' => [ 'shape' => 'ExperimentErrorCode', ], 'location' => [ 'shape' => 'ExperimentErrorLocation', ], ], ], 'ExperimentErrorAccountId' => [ 'type' => 'string', ], 'ExperimentErrorCode' => [ 'type' => 'string', 'max' => 128, 'pattern' => '[\\S]+', ], 'ExperimentErrorLocation' => [ 'type' => 'string', ], 'ExperimentId' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentLogConfiguration' => [ 'type' => 'structure', 'members' => [ 'cloudWatchLogsConfiguration' => [ 'shape' => 'ExperimentCloudWatchLogsLogConfiguration', ], 's3Configuration' => [ 'shape' => 'ExperimentS3LogConfiguration', ], 'logSchemaVersion' => [ 'shape' => 'LogSchemaVersion', ], ], ], 'ExperimentOptions' => [ 'type' => 'structure', 'members' => [ 'accountTargeting' => [ 'shape' => 'AccountTargeting', ], 'emptyTargetResolutionMode' => [ 'shape' => 'EmptyTargetResolutionMode', ], 'actionsMode' => [ 'shape' => 'ActionsMode', ], ], ], 'ExperimentS3LogConfiguration' => [ 'type' => 'structure', 'members' => [ 'bucketName' => [ 'shape' => 'S3BucketName', ], 'prefix' => [ 'shape' => 'S3ObjectKey', ], ], ], 'ExperimentStartTime' => [ 'type' => 'timestamp', ], 'ExperimentState' => [ 'type' => 'structure', 'members' => [ 'status' => [ 'shape' => 'ExperimentStatus', ], 'reason' => [ 'shape' => 'ExperimentStatusReason', ], 'error' => [ 'shape' => 'ExperimentError', ], ], ], 'ExperimentStatus' => [ 'type' => 'string', 'enum' => [ 'pending', 'initiating', 'running', 'completed', 'stopping', 'stopped', 'failed', ], ], 'ExperimentStatusReason' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\s\\S]+', ], 'ExperimentStopCondition' => [ 'type' => 'structure', 'members' => [ 'source' => [ 'shape' => 'StopConditionSource', ], 'value' => [ 'shape' => 'StopConditionValue', ], ], ], 'ExperimentStopConditionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentStopCondition', ], ], 'ExperimentSummary' => [ 'type' => 'structure', 'members' => [ 'id' => [ 'shape' => 'ExperimentId', ], 'arn' => [ 'shape' => 'ResourceArn', ], 'experimentTemplateId' => [ 'shape' => 'ExperimentTemplateId', ], 'state' => [ 'shape' => 'ExperimentState', ], 'creationTime' => [ 'shape' => 'CreationTime', ], 'tags' => [ 'shape' => 'TagMap', ], 'experimentOptions' => [ 'shape' => 'ExperimentOptions', ], ], ], 'ExperimentSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentSummary', ], ], 'ExperimentTarget' => [ 'type' => 'structure', 'members' => [ 'resourceType' => [ 'shape' => 'TargetResourceTypeId', ], 'resourceArns' => [ 'shape' => 'ResourceArnList', ], 'resourceTags' => [ 'shape' => 'TagMap', ], 'filters' => [ 'shape' => 'ExperimentTargetFilterList', ], 'selectionMode' => [ 'shape' => 'ExperimentTargetSelectionMode', ], 'parameters' => [ 'shape' => 'ExperimentTargetParameterMap', ], ], ], 'ExperimentTargetAccountConfiguration' => [ 'type' => 'structure', 'members' => [ 'roleArn' => [ 'shape' => 'RoleArn', ], 'accountId' => [ 'shape' => 'TargetAccountId', ], 'description' => [ 'shape' => 'TargetAccountConfigurationDescription', ], ], ], 'ExperimentTargetAccountConfigurationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentTargetAccountConfigurationSummary', ], ], 'ExperimentTargetAccountConfigurationSummary' => [ 'type' => 'structure', 'members' => [ 'roleArn' => [ 'shape' => 'RoleArn', ], 'accountId' => [ 'shape' => 'TargetAccountId', ], 'description' => [ 'shape' => 'TargetAccountConfigurationDescription', ], ], ], 'ExperimentTargetFilter' => [ 'type' => 'structure', 'members' => [ 'path' => [ 'shape' => 'ExperimentTargetFilterPath', ], 'values' => [ 'shape' => 'ExperimentTargetFilterValues', ], ], ], 'ExperimentTargetFilterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentTargetFilter', ], ], 'ExperimentTargetFilterPath' => [ 'type' => 'string', 'max' => 256, 'pattern' => '[\\S]+', ], 'ExperimentTargetFilterValue' => [ 'type' => 'string', 'max' => 128, 'pattern' => '[\\S]+', ], 'ExperimentTargetFilterValues' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentTargetFilterValue', ], ], 'ExperimentTargetMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentTargetName', ], 'value' => [ 'shape' => 'ExperimentTarget', ], ], 'ExperimentTargetName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentTargetParameterMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentTargetParameterName', ], 'value' => [ 'shape' => 'ExperimentTargetParameterValue', ], ], 'ExperimentTargetParameterName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentTargetParameterValue' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, ], 'ExperimentTargetSelectionMode' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentTemplate' => [ 'type' => 'structure', 'members' => [ 'id' => [ 'shape' => 'ExperimentTemplateId', ], 'arn' => [ 'shape' => 'ResourceArn', ], 'description' => [ 'shape' => 'ExperimentTemplateDescription', ], 'targets' => [ 'shape' => 'ExperimentTemplateTargetMap', ], 'actions' => [ 'shape' => 'ExperimentTemplateActionMap', ], 'stopConditions' => [ 'shape' => 'ExperimentTemplateStopConditionList', ], 'creationTime' => [ 'shape' => 'CreationTime', ], 'lastUpdateTime' => [ 'shape' => 'LastUpdateTime', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'tags' => [ 'shape' => 'TagMap', ], 'logConfiguration' => [ 'shape' => 'ExperimentTemplateLogConfiguration', ], 'experimentOptions' => [ 'shape' => 'ExperimentTemplateExperimentOptions', ], 'targetAccountConfigurationsCount' => [ 'shape' => 'TargetAccountConfigurationsCount', ], ], ], 'ExperimentTemplateAction' => [ 'type' => 'structure', 'members' => [ 'actionId' => [ 'shape' => 'ActionId', ], 'description' => [ 'shape' => 'ExperimentTemplateActionDescription', ], 'parameters' => [ 'shape' => 'ExperimentTemplateActionParameterMap', ], 'targets' => [ 'shape' => 'ExperimentTemplateActionTargetMap', ], 'startAfter' => [ 'shape' => 'ExperimentTemplateActionStartAfterList', ], ], ], 'ExperimentTemplateActionDescription' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\s\\S]+', ], 'ExperimentTemplateActionMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentTemplateActionName', ], 'value' => [ 'shape' => 'ExperimentTemplateAction', ], ], 'ExperimentTemplateActionName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentTemplateActionParameter' => [ 'type' => 'string', 'max' => 1024, 'pattern' => '[\\S]+', ], 'ExperimentTemplateActionParameterMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentTemplateActionParameterName', ], 'value' => [ 'shape' => 'ExperimentTemplateActionParameter', ], ], 'ExperimentTemplateActionParameterName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentTemplateActionStartAfter' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentTemplateActionStartAfterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentTemplateActionStartAfter', ], ], 'ExperimentTemplateActionTargetMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentTemplateActionTargetName', ], 'value' => [ 'shape' => 'ExperimentTemplateTargetName', ], ], 'ExperimentTemplateActionTargetName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentTemplateCloudWatchLogsLogConfiguration' => [ 'type' => 'structure', 'members' => [ 'logGroupArn' => [ 'shape' => 'CloudWatchLogGroupArn', ], ], ], 'ExperimentTemplateCloudWatchLogsLogConfigurationInput' => [ 'type' => 'structure', 'required' => [ 'logGroupArn', ], 'members' => [ 'logGroupArn' => [ 'shape' => 'CloudWatchLogGroupArn', ], ], ], 'ExperimentTemplateDescription' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\s\\S]+', ], 'ExperimentTemplateExperimentOptions' => [ 'type' => 'structure', 'members' => [ 'accountTargeting' => [ 'shape' => 'AccountTargeting', ], 'emptyTargetResolutionMode' => [ 'shape' => 'EmptyTargetResolutionMode', ], ], ], 'ExperimentTemplateId' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentTemplateLogConfiguration' => [ 'type' => 'structure', 'members' => [ 'cloudWatchLogsConfiguration' => [ 'shape' => 'ExperimentTemplateCloudWatchLogsLogConfiguration', ], 's3Configuration' => [ 'shape' => 'ExperimentTemplateS3LogConfiguration', ], 'logSchemaVersion' => [ 'shape' => 'LogSchemaVersion', ], ], ], 'ExperimentTemplateS3LogConfiguration' => [ 'type' => 'structure', 'members' => [ 'bucketName' => [ 'shape' => 'S3BucketName', ], 'prefix' => [ 'shape' => 'S3ObjectKey', ], ], ], 'ExperimentTemplateS3LogConfigurationInput' => [ 'type' => 'structure', 'required' => [ 'bucketName', ], 'members' => [ 'bucketName' => [ 'shape' => 'S3BucketName', ], 'prefix' => [ 'shape' => 'S3ObjectKey', ], ], ], 'ExperimentTemplateStopCondition' => [ 'type' => 'structure', 'members' => [ 'source' => [ 'shape' => 'StopConditionSource', ], 'value' => [ 'shape' => 'StopConditionValue', ], ], ], 'ExperimentTemplateStopConditionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentTemplateStopCondition', ], ], 'ExperimentTemplateSummary' => [ 'type' => 'structure', 'members' => [ 'id' => [ 'shape' => 'ExperimentTemplateId', ], 'arn' => [ 'shape' => 'ResourceArn', ], 'description' => [ 'shape' => 'ExperimentTemplateDescription', ], 'creationTime' => [ 'shape' => 'CreationTime', ], 'lastUpdateTime' => [ 'shape' => 'LastUpdateTime', ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'ExperimentTemplateSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentTemplateSummary', ], ], 'ExperimentTemplateTarget' => [ 'type' => 'structure', 'members' => [ 'resourceType' => [ 'shape' => 'TargetResourceTypeId', ], 'resourceArns' => [ 'shape' => 'ResourceArnList', ], 'resourceTags' => [ 'shape' => 'TagMap', ], 'filters' => [ 'shape' => 'ExperimentTemplateTargetFilterList', ], 'selectionMode' => [ 'shape' => 'ExperimentTemplateTargetSelectionMode', ], 'parameters' => [ 'shape' => 'ExperimentTemplateTargetParameterMap', ], ], ], 'ExperimentTemplateTargetFilter' => [ 'type' => 'structure', 'members' => [ 'path' => [ 'shape' => 'ExperimentTemplateTargetFilterPath', ], 'values' => [ 'shape' => 'ExperimentTemplateTargetFilterValues', ], ], ], 'ExperimentTemplateTargetFilterInputList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentTemplateTargetInputFilter', ], ], 'ExperimentTemplateTargetFilterList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentTemplateTargetFilter', ], ], 'ExperimentTemplateTargetFilterPath' => [ 'type' => 'string', 'max' => 256, 'pattern' => '[\\S]+', ], 'ExperimentTemplateTargetFilterValue' => [ 'type' => 'string', 'max' => 128, 'pattern' => '[\\S]+', ], 'ExperimentTemplateTargetFilterValues' => [ 'type' => 'list', 'member' => [ 'shape' => 'ExperimentTemplateTargetFilterValue', ], ], 'ExperimentTemplateTargetInputFilter' => [ 'type' => 'structure', 'required' => [ 'path', 'values', ], 'members' => [ 'path' => [ 'shape' => 'ExperimentTemplateTargetFilterPath', ], 'values' => [ 'shape' => 'ExperimentTemplateTargetFilterValues', ], ], ], 'ExperimentTemplateTargetMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentTemplateTargetName', ], 'value' => [ 'shape' => 'ExperimentTemplateTarget', ], ], 'ExperimentTemplateTargetName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentTemplateTargetParameterMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentTemplateTargetParameterName', ], 'value' => [ 'shape' => 'ExperimentTemplateTargetParameterValue', ], ], 'ExperimentTemplateTargetParameterName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'ExperimentTemplateTargetParameterValue' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '^[\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]+$', ], 'ExperimentTemplateTargetSelectionMode' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'GetActionRequest' => [ 'type' => 'structure', 'required' => [ 'id', ], 'members' => [ 'id' => [ 'shape' => 'ActionId', 'location' => 'uri', 'locationName' => 'id', ], ], ], 'GetActionResponse' => [ 'type' => 'structure', 'members' => [ 'action' => [ 'shape' => 'Action', ], ], ], 'GetExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'id', ], 'members' => [ 'id' => [ 'shape' => 'ExperimentId', 'location' => 'uri', 'locationName' => 'id', ], ], ], 'GetExperimentResponse' => [ 'type' => 'structure', 'members' => [ 'experiment' => [ 'shape' => 'Experiment', ], ], ], 'GetExperimentTargetAccountConfigurationRequest' => [ 'type' => 'structure', 'required' => [ 'experimentId', 'accountId', ], 'members' => [ 'experimentId' => [ 'shape' => 'ExperimentId', 'location' => 'uri', 'locationName' => 'id', ], 'accountId' => [ 'shape' => 'TargetAccountId', 'location' => 'uri', 'locationName' => 'accountId', ], ], ], 'GetExperimentTargetAccountConfigurationResponse' => [ 'type' => 'structure', 'members' => [ 'targetAccountConfiguration' => [ 'shape' => 'ExperimentTargetAccountConfiguration', ], ], ], 'GetExperimentTemplateRequest' => [ 'type' => 'structure', 'required' => [ 'id', ], 'members' => [ 'id' => [ 'shape' => 'ExperimentTemplateId', 'location' => 'uri', 'locationName' => 'id', ], ], ], 'GetExperimentTemplateResponse' => [ 'type' => 'structure', 'members' => [ 'experimentTemplate' => [ 'shape' => 'ExperimentTemplate', ], ], ], 'GetTargetAccountConfigurationRequest' => [ 'type' => 'structure', 'required' => [ 'experimentTemplateId', 'accountId', ], 'members' => [ 'experimentTemplateId' => [ 'shape' => 'ExperimentTemplateId', 'location' => 'uri', 'locationName' => 'id', ], 'accountId' => [ 'shape' => 'TargetAccountId', 'location' => 'uri', 'locationName' => 'accountId', ], ], ], 'GetTargetAccountConfigurationResponse' => [ 'type' => 'structure', 'members' => [ 'targetAccountConfiguration' => [ 'shape' => 'TargetAccountConfiguration', ], ], ], 'GetTargetResourceTypeRequest' => [ 'type' => 'structure', 'required' => [ 'resourceType', ], 'members' => [ 'resourceType' => [ 'shape' => 'TargetResourceTypeId', 'location' => 'uri', 'locationName' => 'resourceType', ], ], ], 'GetTargetResourceTypeResponse' => [ 'type' => 'structure', 'members' => [ 'targetResourceType' => [ 'shape' => 'TargetResourceType', ], ], ], 'LastUpdateTime' => [ 'type' => 'timestamp', ], 'ListActionsMaxResults' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'ListActionsRequest' => [ 'type' => 'structure', 'members' => [ 'maxResults' => [ 'shape' => 'ListActionsMaxResults', 'box' => true, 'location' => 'querystring', 'locationName' => 'maxResults', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], ], ], 'ListActionsResponse' => [ 'type' => 'structure', 'members' => [ 'actions' => [ 'shape' => 'ActionSummaryList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListExperimentResolvedTargetsMaxResults' => [ 'type' => 'integer', 'box' => true, 'max' => 100, 'min' => 1, ], 'ListExperimentResolvedTargetsRequest' => [ 'type' => 'structure', 'required' => [ 'experimentId', ], 'members' => [ 'experimentId' => [ 'shape' => 'ExperimentId', 'location' => 'uri', 'locationName' => 'id', ], 'maxResults' => [ 'shape' => 'ListExperimentResolvedTargetsMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'targetName' => [ 'shape' => 'TargetName', 'location' => 'querystring', 'locationName' => 'targetName', ], ], ], 'ListExperimentResolvedTargetsResponse' => [ 'type' => 'structure', 'members' => [ 'resolvedTargets' => [ 'shape' => 'ResolvedTargetList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListExperimentTargetAccountConfigurationsRequest' => [ 'type' => 'structure', 'required' => [ 'experimentId', ], 'members' => [ 'experimentId' => [ 'shape' => 'ExperimentId', 'location' => 'uri', 'locationName' => 'id', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], ], ], 'ListExperimentTargetAccountConfigurationsResponse' => [ 'type' => 'structure', 'members' => [ 'targetAccountConfigurations' => [ 'shape' => 'ExperimentTargetAccountConfigurationList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListExperimentTemplatesMaxResults' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'ListExperimentTemplatesRequest' => [ 'type' => 'structure', 'members' => [ 'maxResults' => [ 'shape' => 'ListExperimentTemplatesMaxResults', 'box' => true, 'location' => 'querystring', 'locationName' => 'maxResults', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], ], ], 'ListExperimentTemplatesResponse' => [ 'type' => 'structure', 'members' => [ 'experimentTemplates' => [ 'shape' => 'ExperimentTemplateSummaryList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListExperimentsMaxResults' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'ListExperimentsRequest' => [ 'type' => 'structure', 'members' => [ 'maxResults' => [ 'shape' => 'ListExperimentsMaxResults', 'box' => true, 'location' => 'querystring', 'locationName' => 'maxResults', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'experimentTemplateId' => [ 'shape' => 'ExperimentTemplateId', 'location' => 'querystring', 'locationName' => 'experimentTemplateId', ], ], ], 'ListExperimentsResponse' => [ 'type' => 'structure', 'members' => [ 'experiments' => [ 'shape' => 'ExperimentSummaryList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTagsForResourceRequest' => [ 'type' => 'structure', 'required' => [ 'resourceArn', ], 'members' => [ 'resourceArn' => [ 'shape' => 'ResourceArn', 'location' => 'uri', 'locationName' => 'resourceArn', ], ], ], 'ListTagsForResourceResponse' => [ 'type' => 'structure', 'members' => [ 'tags' => [ 'shape' => 'TagMap', ], ], ], 'ListTargetAccountConfigurationsMaxResults' => [ 'type' => 'integer', 'box' => true, 'max' => 100, 'min' => 1, ], 'ListTargetAccountConfigurationsRequest' => [ 'type' => 'structure', 'required' => [ 'experimentTemplateId', ], 'members' => [ 'experimentTemplateId' => [ 'shape' => 'ExperimentTemplateId', 'location' => 'uri', 'locationName' => 'id', ], 'maxResults' => [ 'shape' => 'ListTargetAccountConfigurationsMaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], ], ], 'ListTargetAccountConfigurationsResponse' => [ 'type' => 'structure', 'members' => [ 'targetAccountConfigurations' => [ 'shape' => 'TargetAccountConfigurationList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'ListTargetResourceTypesMaxResults' => [ 'type' => 'integer', 'max' => 100, 'min' => 1, ], 'ListTargetResourceTypesRequest' => [ 'type' => 'structure', 'members' => [ 'maxResults' => [ 'shape' => 'ListTargetResourceTypesMaxResults', 'box' => true, 'location' => 'querystring', 'locationName' => 'maxResults', ], 'nextToken' => [ 'shape' => 'NextToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], ], ], 'ListTargetResourceTypesResponse' => [ 'type' => 'structure', 'members' => [ 'targetResourceTypes' => [ 'shape' => 'TargetResourceTypeSummaryList', ], 'nextToken' => [ 'shape' => 'NextToken', ], ], ], 'LogSchemaVersion' => [ 'type' => 'integer', ], 'NextToken' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\S]+', ], 'ResolvedTarget' => [ 'type' => 'structure', 'members' => [ 'resourceType' => [ 'shape' => 'TargetResourceTypeId', ], 'targetName' => [ 'shape' => 'TargetName', ], 'targetInformation' => [ 'shape' => 'TargetInformationMap', ], ], ], 'ResolvedTargetList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResolvedTarget', ], ], 'ResourceArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '[\\S]+', ], 'ResourceArnList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResourceArn', ], 'max' => 5, ], 'ResourceNotFoundException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ExceptionMessage', ], ], 'error' => [ 'httpStatusCode' => 404, ], 'exception' => true, ], 'RoleArn' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '[\\S]+', ], 'S3BucketName' => [ 'type' => 'string', 'max' => 63, 'min' => 3, 'pattern' => '[\\S]+', ], 'S3ObjectKey' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => '[\\s\\S]+', ], 'ServiceQuotaExceededException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ExceptionMessage', ], ], 'error' => [ 'httpStatusCode' => 402, ], 'exception' => true, ], 'StartExperimentExperimentOptionsInput' => [ 'type' => 'structure', 'members' => [ 'actionsMode' => [ 'shape' => 'ActionsMode', ], ], ], 'StartExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'clientToken', 'experimentTemplateId', ], 'members' => [ 'clientToken' => [ 'shape' => 'ClientToken', 'idempotencyToken' => true, ], 'experimentTemplateId' => [ 'shape' => 'ExperimentTemplateId', ], 'experimentOptions' => [ 'shape' => 'StartExperimentExperimentOptionsInput', ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'StartExperimentResponse' => [ 'type' => 'structure', 'members' => [ 'experiment' => [ 'shape' => 'Experiment', ], ], ], 'StopConditionSource' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'StopConditionValue' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, 'pattern' => '[\\s\\S]+', ], 'StopExperimentRequest' => [ 'type' => 'structure', 'required' => [ 'id', ], 'members' => [ 'id' => [ 'shape' => 'ExperimentId', 'location' => 'uri', 'locationName' => 'id', ], ], ], 'StopExperimentResponse' => [ 'type' => 'structure', 'members' => [ 'experiment' => [ 'shape' => 'Experiment', ], ], ], 'TagKey' => [ 'type' => 'string', 'max' => 128, 'pattern' => '[\\s\\S]+', ], 'TagKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagKey', ], ], 'TagMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'TagKey', ], 'value' => [ 'shape' => 'TagValue', ], 'max' => 50, ], 'TagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'resourceArn', 'tags', ], 'members' => [ 'resourceArn' => [ 'shape' => 'ResourceArn', 'location' => 'uri', 'locationName' => 'resourceArn', ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'TagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'TagValue' => [ 'type' => 'string', 'max' => 256, 'pattern' => '[\\s\\S]*', ], 'TargetAccountConfiguration' => [ 'type' => 'structure', 'members' => [ 'roleArn' => [ 'shape' => 'RoleArn', ], 'accountId' => [ 'shape' => 'TargetAccountId', ], 'description' => [ 'shape' => 'TargetAccountConfigurationDescription', ], ], ], 'TargetAccountConfigurationDescription' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\s\\S]*', ], 'TargetAccountConfigurationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TargetAccountConfigurationSummary', ], ], 'TargetAccountConfigurationSummary' => [ 'type' => 'structure', 'members' => [ 'roleArn' => [ 'shape' => 'RoleArn', ], 'accountId' => [ 'shape' => 'TargetAccountId', ], 'description' => [ 'shape' => 'TargetAccountConfigurationDescription', ], ], ], 'TargetAccountConfigurationsCount' => [ 'type' => 'long', 'min' => 0, ], 'TargetAccountId' => [ 'type' => 'string', 'max' => 48, 'min' => 12, 'pattern' => '[\\S]+', ], 'TargetInformationKey' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'TargetInformationMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'TargetInformationKey', ], 'value' => [ 'shape' => 'TargetInformationValue', ], ], 'TargetInformationValue' => [ 'type' => 'string', 'max' => 2048, 'pattern' => '[\\S]+', ], 'TargetName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'TargetResourceType' => [ 'type' => 'structure', 'members' => [ 'resourceType' => [ 'shape' => 'TargetResourceTypeId', ], 'description' => [ 'shape' => 'TargetResourceTypeDescription', ], 'parameters' => [ 'shape' => 'TargetResourceTypeParameterMap', ], ], ], 'TargetResourceTypeDescription' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\s\\S]+', ], 'TargetResourceTypeId' => [ 'type' => 'string', 'max' => 128, 'pattern' => '[\\S]+', ], 'TargetResourceTypeParameter' => [ 'type' => 'structure', 'members' => [ 'description' => [ 'shape' => 'TargetResourceTypeParameterDescription', ], 'required' => [ 'shape' => 'TargetResourceTypeParameterRequired', 'box' => true, ], ], ], 'TargetResourceTypeParameterDescription' => [ 'type' => 'string', 'max' => 512, 'pattern' => '[\\s\\S]+', ], 'TargetResourceTypeParameterMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'TargetResourceTypeParameterName', ], 'value' => [ 'shape' => 'TargetResourceTypeParameter', ], ], 'TargetResourceTypeParameterName' => [ 'type' => 'string', 'max' => 64, 'pattern' => '[\\S]+', ], 'TargetResourceTypeParameterRequired' => [ 'type' => 'boolean', ], 'TargetResourceTypeSummary' => [ 'type' => 'structure', 'members' => [ 'resourceType' => [ 'shape' => 'TargetResourceTypeId', ], 'description' => [ 'shape' => 'TargetResourceTypeDescription', ], ], ], 'TargetResourceTypeSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TargetResourceTypeSummary', ], ], 'UntagResourceRequest' => [ 'type' => 'structure', 'required' => [ 'resourceArn', ], 'members' => [ 'resourceArn' => [ 'shape' => 'ResourceArn', 'location' => 'uri', 'locationName' => 'resourceArn', ], 'tagKeys' => [ 'shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys', ], ], ], 'UntagResourceResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateExperimentTemplateActionInputItem' => [ 'type' => 'structure', 'members' => [ 'actionId' => [ 'shape' => 'ActionId', ], 'description' => [ 'shape' => 'ExperimentTemplateActionDescription', ], 'parameters' => [ 'shape' => 'ExperimentTemplateActionParameterMap', ], 'targets' => [ 'shape' => 'ExperimentTemplateActionTargetMap', ], 'startAfter' => [ 'shape' => 'ExperimentTemplateActionStartAfterList', ], ], ], 'UpdateExperimentTemplateActionInputMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentTemplateActionName', ], 'value' => [ 'shape' => 'UpdateExperimentTemplateActionInputItem', ], ], 'UpdateExperimentTemplateExperimentOptionsInput' => [ 'type' => 'structure', 'members' => [ 'emptyTargetResolutionMode' => [ 'shape' => 'EmptyTargetResolutionMode', ], ], ], 'UpdateExperimentTemplateLogConfigurationInput' => [ 'type' => 'structure', 'members' => [ 'cloudWatchLogsConfiguration' => [ 'shape' => 'ExperimentTemplateCloudWatchLogsLogConfigurationInput', ], 's3Configuration' => [ 'shape' => 'ExperimentTemplateS3LogConfigurationInput', ], 'logSchemaVersion' => [ 'shape' => 'LogSchemaVersion', ], ], ], 'UpdateExperimentTemplateRequest' => [ 'type' => 'structure', 'required' => [ 'id', ], 'members' => [ 'id' => [ 'shape' => 'ExperimentTemplateId', 'location' => 'uri', 'locationName' => 'id', ], 'description' => [ 'shape' => 'ExperimentTemplateDescription', ], 'stopConditions' => [ 'shape' => 'UpdateExperimentTemplateStopConditionInputList', ], 'targets' => [ 'shape' => 'UpdateExperimentTemplateTargetInputMap', ], 'actions' => [ 'shape' => 'UpdateExperimentTemplateActionInputMap', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'logConfiguration' => [ 'shape' => 'UpdateExperimentTemplateLogConfigurationInput', ], 'experimentOptions' => [ 'shape' => 'UpdateExperimentTemplateExperimentOptionsInput', ], ], ], 'UpdateExperimentTemplateResponse' => [ 'type' => 'structure', 'members' => [ 'experimentTemplate' => [ 'shape' => 'ExperimentTemplate', ], ], ], 'UpdateExperimentTemplateStopConditionInput' => [ 'type' => 'structure', 'required' => [ 'source', ], 'members' => [ 'source' => [ 'shape' => 'StopConditionSource', ], 'value' => [ 'shape' => 'StopConditionValue', ], ], ], 'UpdateExperimentTemplateStopConditionInputList' => [ 'type' => 'list', 'member' => [ 'shape' => 'UpdateExperimentTemplateStopConditionInput', ], ], 'UpdateExperimentTemplateTargetInput' => [ 'type' => 'structure', 'required' => [ 'resourceType', 'selectionMode', ], 'members' => [ 'resourceType' => [ 'shape' => 'TargetResourceTypeId', ], 'resourceArns' => [ 'shape' => 'ResourceArnList', ], 'resourceTags' => [ 'shape' => 'TagMap', ], 'filters' => [ 'shape' => 'ExperimentTemplateTargetFilterInputList', ], 'selectionMode' => [ 'shape' => 'ExperimentTemplateTargetSelectionMode', ], 'parameters' => [ 'shape' => 'ExperimentTemplateTargetParameterMap', ], ], ], 'UpdateExperimentTemplateTargetInputMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ExperimentTemplateTargetName', ], 'value' => [ 'shape' => 'UpdateExperimentTemplateTargetInput', ], ], 'UpdateTargetAccountConfigurationRequest' => [ 'type' => 'structure', 'required' => [ 'experimentTemplateId', 'accountId', ], 'members' => [ 'experimentTemplateId' => [ 'shape' => 'ExperimentTemplateId', 'location' => 'uri', 'locationName' => 'id', ], 'accountId' => [ 'shape' => 'TargetAccountId', 'location' => 'uri', 'locationName' => 'accountId', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'description' => [ 'shape' => 'TargetAccountConfigurationDescription', ], ], ], 'UpdateTargetAccountConfigurationResponse' => [ 'type' => 'structure', 'members' => [ 'targetAccountConfiguration' => [ 'shape' => 'TargetAccountConfiguration', ], ], ], 'ValidationException' => [ 'type' => 'structure', 'members' => [ 'message' => [ 'shape' => 'ExceptionMessage', ], ], 'error' => [ 'httpStatusCode' => 400, ], 'exception' => true, ], ],]; diff --git a/src/data/fis/2020-12-01/docs-2.json b/src/data/fis/2020-12-01/docs-2.json index 07a628433e..dcfd0f1055 100644 --- a/src/data/fis/2020-12-01/docs-2.json +++ b/src/data/fis/2020-12-01/docs-2.json @@ -1,6 +1,6 @@ { "version": "2.0", - "service": "

Fault Injection Service is a managed service that enables you to perform fault injection experiments on your Amazon Web Services workloads. For more information, see the Fault Injection Service User Guide.

", + "service": "

Amazon Web Services Fault Injection Service is a managed service that enables you to perform fault injection experiments on your Amazon Web Services workloads. For more information, see the Fault Injection Service User Guide.

", "operations": { "CreateExperimentTemplate": "

Creates an experiment template.

An experiment template includes the following components:

For more information, see experiment templates in the Fault Injection Service User Guide.

", "CreateTargetAccountConfiguration": "

Creates a target account configuration for the experiment template. A target account configuration is required when accountTargeting of experimentOptions is set to multi-account. For more information, see experiment options in the Fault Injection Service User Guide.

", @@ -381,6 +381,30 @@ "Experiment$endTime": "

The time that the experiment ended.

" } }, + "ExperimentError": { + "base": "

Describes the error when an experiment has failed.

", + "refs": { + "ExperimentState$error": "

The error information of the experiment when the action has failed.

" + } + }, + "ExperimentErrorAccountId": { + "base": null, + "refs": { + "ExperimentError$accountId": "

The Amazon Web Services Account ID where the experiment failure occurred.

" + } + }, + "ExperimentErrorCode": { + "base": null, + "refs": { + "ExperimentError$code": "

The error code for the failed experiment.

" + } + }, + "ExperimentErrorLocation": { + "base": null, + "refs": { + "ExperimentError$location": "

Context for the section of the experiment template that failed.

" + } + }, "ExperimentId": { "base": null, "refs": { diff --git a/src/data/fis/2020-12-01/docs-2.json.php b/src/data/fis/2020-12-01/docs-2.json.php index 58e27a854a..f687434f66 100644 --- a/src/data/fis/2020-12-01/docs-2.json.php +++ b/src/data/fis/2020-12-01/docs-2.json.php @@ -1,3 +1,3 @@ '2.0', 'service' => '

Fault Injection Service is a managed service that enables you to perform fault injection experiments on your Amazon Web Services workloads. For more information, see the Fault Injection Service User Guide.

', 'operations' => [ 'CreateExperimentTemplate' => '

Creates an experiment template.

An experiment template includes the following components:

For more information, see experiment templates in the Fault Injection Service User Guide.

', 'CreateTargetAccountConfiguration' => '

Creates a target account configuration for the experiment template. A target account configuration is required when accountTargeting of experimentOptions is set to multi-account. For more information, see experiment options in the Fault Injection Service User Guide.

', 'DeleteExperimentTemplate' => '

Deletes the specified experiment template.

', 'DeleteTargetAccountConfiguration' => '

Deletes the specified target account configuration of the experiment template.

', 'GetAction' => '

Gets information about the specified FIS action.

', 'GetExperiment' => '

Gets information about the specified experiment.

', 'GetExperimentTargetAccountConfiguration' => '

Gets information about the specified target account configuration of the experiment.

', 'GetExperimentTemplate' => '

Gets information about the specified experiment template.

', 'GetTargetAccountConfiguration' => '

Gets information about the specified target account configuration of the experiment template.

', 'GetTargetResourceType' => '

Gets information about the specified resource type.

', 'ListActions' => '

Lists the available FIS actions.

', 'ListExperimentResolvedTargets' => '

Lists the resolved targets information of the specified experiment.

', 'ListExperimentTargetAccountConfigurations' => '

Lists the target account configurations of the specified experiment.

', 'ListExperimentTemplates' => '

Lists your experiment templates.

', 'ListExperiments' => '

Lists your experiments.

', 'ListTagsForResource' => '

Lists the tags for the specified resource.

', 'ListTargetAccountConfigurations' => '

Lists the target account configurations of the specified experiment template.

', 'ListTargetResourceTypes' => '

Lists the target resource types.

', 'StartExperiment' => '

Starts running an experiment from the specified experiment template.

', 'StopExperiment' => '

Stops the specified experiment.

', 'TagResource' => '

Applies the specified tags to the specified resource.

', 'UntagResource' => '

Removes the specified tags from the specified resource.

', 'UpdateExperimentTemplate' => '

Updates the specified experiment template.

', 'UpdateTargetAccountConfiguration' => '

Updates the target account configuration for the specified experiment template.

', ], 'shapes' => [ 'AccountTargeting' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateExperimentOptionsInput$accountTargeting' => '

Specifies the account targeting setting for experiment options.

', 'ExperimentOptions$accountTargeting' => '

The account targeting setting for an experiment.

', 'ExperimentTemplateExperimentOptions$accountTargeting' => '

The account targeting setting for an experiment template.

', ], ], 'Action' => [ 'base' => '

Describes an action. For more information, see FIS actions in the Fault Injection Service User Guide.

', 'refs' => [ 'GetActionResponse$action' => '

Information about the action.

', ], ], 'ActionDescription' => [ 'base' => NULL, 'refs' => [ 'Action$description' => '

The description for the action.

', 'ActionSummary$description' => '

The description for the action.

', ], ], 'ActionId' => [ 'base' => NULL, 'refs' => [ 'Action$id' => '

The ID of the action.

', 'ActionSummary$id' => '

The ID of the action.

', 'CreateExperimentTemplateActionInput$actionId' => '

The ID of the action. The format of the action ID is: aws:service-name:action-type.

', 'ExperimentAction$actionId' => '

The ID of the action.

', 'ExperimentTemplateAction$actionId' => '

The ID of the action.

', 'GetActionRequest$id' => '

The ID of the action.

', 'UpdateExperimentTemplateActionInputItem$actionId' => '

The ID of the action.

', ], ], 'ActionParameter' => [ 'base' => '

Describes a parameter for an action.

', 'refs' => [ 'ActionParameterMap$value' => NULL, ], ], 'ActionParameterDescription' => [ 'base' => NULL, 'refs' => [ 'ActionParameter$description' => '

The parameter description.

', ], ], 'ActionParameterMap' => [ 'base' => NULL, 'refs' => [ 'Action$parameters' => '

The action parameters, if applicable.

', ], ], 'ActionParameterName' => [ 'base' => NULL, 'refs' => [ 'ActionParameterMap$key' => NULL, ], ], 'ActionParameterRequired' => [ 'base' => NULL, 'refs' => [ 'ActionParameter$required' => '

Indicates whether the parameter is required.

', ], ], 'ActionSummary' => [ 'base' => '

Provides a summary of an action.

', 'refs' => [ 'ActionSummaryList$member' => NULL, ], ], 'ActionSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListActionsResponse$actions' => '

The actions.

', ], ], 'ActionTarget' => [ 'base' => '

Describes a target for an action.

', 'refs' => [ 'ActionTargetMap$value' => NULL, ], ], 'ActionTargetMap' => [ 'base' => NULL, 'refs' => [ 'Action$targets' => '

The supported targets for the action.

', 'ActionSummary$targets' => '

The targets for the action.

', ], ], 'ActionTargetName' => [ 'base' => NULL, 'refs' => [ 'ActionTargetMap$key' => NULL, ], ], 'ActionsMode' => [ 'base' => NULL, 'refs' => [ 'ExperimentOptions$actionsMode' => '

The actions mode of the experiment that is set from the StartExperiment API command.

', 'StartExperimentExperimentOptionsInput$actionsMode' => '

Specifies the actions mode for experiment options.

', ], ], 'ClientToken' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateRequest$clientToken' => '

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

', 'CreateTargetAccountConfigurationRequest$clientToken' => '

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

', 'StartExperimentRequest$clientToken' => '

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

', ], ], 'CloudWatchLogGroupArn' => [ 'base' => NULL, 'refs' => [ 'ExperimentCloudWatchLogsLogConfiguration$logGroupArn' => '

The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.

', 'ExperimentTemplateCloudWatchLogsLogConfiguration$logGroupArn' => '

The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.

', 'ExperimentTemplateCloudWatchLogsLogConfigurationInput$logGroupArn' => '

The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.

', ], ], 'ConflictException' => [ 'base' => '

The request could not be processed because of a conflict.

', 'refs' => [], ], 'CreateExperimentTemplateActionInput' => [ 'base' => '

Specifies an action for an experiment template.

For more information, see Actions in the Fault Injection Service User Guide.

', 'refs' => [ 'CreateExperimentTemplateActionInputMap$value' => NULL, ], ], 'CreateExperimentTemplateActionInputMap' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateRequest$actions' => '

The actions for the experiment.

', ], ], 'CreateExperimentTemplateExperimentOptionsInput' => [ 'base' => '

Specifies experiment options for an experiment template.

', 'refs' => [ 'CreateExperimentTemplateRequest$experimentOptions' => '

The experiment options for the experiment template.

', ], ], 'CreateExperimentTemplateLogConfigurationInput' => [ 'base' => '

Specifies the configuration for experiment logging.

', 'refs' => [ 'CreateExperimentTemplateRequest$logConfiguration' => '

The configuration for experiment logging.

', ], ], 'CreateExperimentTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateExperimentTemplateResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateExperimentTemplateStopConditionInput' => [ 'base' => '

Specifies a stop condition for an experiment template.

', 'refs' => [ 'CreateExperimentTemplateStopConditionInputList$member' => NULL, ], ], 'CreateExperimentTemplateStopConditionInputList' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateRequest$stopConditions' => '

The stop conditions.

', ], ], 'CreateExperimentTemplateTargetInput' => [ 'base' => '

Specifies a target for an experiment. You must specify at least one Amazon Resource Name (ARN) or at least one resource tag. You cannot specify both ARNs and tags.

For more information, see Targets in the Fault Injection Service User Guide.

', 'refs' => [ 'CreateExperimentTemplateTargetInputMap$value' => NULL, ], ], 'CreateExperimentTemplateTargetInputMap' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateRequest$targets' => '

The targets for the experiment.

', ], ], 'CreateTargetAccountConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTargetAccountConfigurationResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreationTime' => [ 'base' => NULL, 'refs' => [ 'Experiment$creationTime' => '

The time that the experiment was created.

', 'ExperimentSummary$creationTime' => '

The time that the experiment was created.

', 'ExperimentTemplate$creationTime' => '

The time the experiment template was created.

', 'ExperimentTemplateSummary$creationTime' => '

The time that the experiment template was created.

', ], ], 'DeleteExperimentTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteExperimentTemplateResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTargetAccountConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTargetAccountConfigurationResponse' => [ 'base' => NULL, 'refs' => [], ], 'EmptyTargetResolutionMode' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateExperimentOptionsInput$emptyTargetResolutionMode' => '

Specifies the empty target resolution mode for experiment options.

', 'ExperimentOptions$emptyTargetResolutionMode' => '

The empty target resolution mode for an experiment.

', 'ExperimentTemplateExperimentOptions$emptyTargetResolutionMode' => '

The empty target resolution mode for an experiment template.

', 'UpdateExperimentTemplateExperimentOptionsInput$emptyTargetResolutionMode' => '

The empty target resolution mode of the experiment template.

', ], ], 'ExceptionMessage' => [ 'base' => NULL, 'refs' => [ 'ConflictException$message' => NULL, 'ResourceNotFoundException$message' => NULL, 'ServiceQuotaExceededException$message' => NULL, 'ValidationException$message' => NULL, ], ], 'Experiment' => [ 'base' => '

Describes an experiment.

', 'refs' => [ 'GetExperimentResponse$experiment' => '

Information about the experiment.

', 'StartExperimentResponse$experiment' => '

Information about the experiment.

', 'StopExperimentResponse$experiment' => '

Information about the experiment.

', ], ], 'ExperimentAction' => [ 'base' => '

Describes the action for an experiment.

', 'refs' => [ 'ExperimentActionMap$value' => NULL, ], ], 'ExperimentActionDescription' => [ 'base' => NULL, 'refs' => [ 'ExperimentAction$description' => '

The description for the action.

', ], ], 'ExperimentActionEndTime' => [ 'base' => NULL, 'refs' => [ 'ExperimentAction$endTime' => '

The time that the action ended.

', ], ], 'ExperimentActionMap' => [ 'base' => NULL, 'refs' => [ 'Experiment$actions' => '

The actions for the experiment.

', ], ], 'ExperimentActionName' => [ 'base' => NULL, 'refs' => [ 'ExperimentActionMap$key' => NULL, ], ], 'ExperimentActionParameter' => [ 'base' => NULL, 'refs' => [ 'ExperimentActionParameterMap$value' => NULL, ], ], 'ExperimentActionParameterMap' => [ 'base' => NULL, 'refs' => [ 'ExperimentAction$parameters' => '

The parameters for the action.

', ], ], 'ExperimentActionParameterName' => [ 'base' => NULL, 'refs' => [ 'ExperimentActionParameterMap$key' => NULL, ], ], 'ExperimentActionStartAfter' => [ 'base' => NULL, 'refs' => [ 'ExperimentActionStartAfterList$member' => NULL, ], ], 'ExperimentActionStartAfterList' => [ 'base' => NULL, 'refs' => [ 'ExperimentAction$startAfter' => '

The name of the action that must be completed before this action starts.

', ], ], 'ExperimentActionStartTime' => [ 'base' => NULL, 'refs' => [ 'ExperimentAction$startTime' => '

The time that the action started.

', ], ], 'ExperimentActionState' => [ 'base' => '

Describes the state of an action.

', 'refs' => [ 'ExperimentAction$state' => '

The state of the action.

', ], ], 'ExperimentActionStatus' => [ 'base' => NULL, 'refs' => [ 'ExperimentActionState$status' => '

The state of the action.

', ], ], 'ExperimentActionStatusReason' => [ 'base' => NULL, 'refs' => [ 'ExperimentActionState$reason' => '

The reason for the state.

', ], ], 'ExperimentActionTargetMap' => [ 'base' => NULL, 'refs' => [ 'ExperimentAction$targets' => '

The targets for the action.

', ], ], 'ExperimentActionTargetName' => [ 'base' => NULL, 'refs' => [ 'ExperimentActionTargetMap$key' => NULL, ], ], 'ExperimentCloudWatchLogsLogConfiguration' => [ 'base' => '

Describes the configuration for experiment logging to Amazon CloudWatch Logs.

', 'refs' => [ 'ExperimentLogConfiguration$cloudWatchLogsConfiguration' => '

The configuration for experiment logging to Amazon CloudWatch Logs.

', ], ], 'ExperimentEndTime' => [ 'base' => NULL, 'refs' => [ 'Experiment$endTime' => '

The time that the experiment ended.

', ], ], 'ExperimentId' => [ 'base' => NULL, 'refs' => [ 'Experiment$id' => '

The ID of the experiment.

', 'ExperimentSummary$id' => '

The ID of the experiment.

', 'GetExperimentRequest$id' => '

The ID of the experiment.

', 'GetExperimentTargetAccountConfigurationRequest$experimentId' => '

The ID of the experiment.

', 'ListExperimentResolvedTargetsRequest$experimentId' => '

The ID of the experiment.

', 'ListExperimentTargetAccountConfigurationsRequest$experimentId' => '

The ID of the experiment.

', 'StopExperimentRequest$id' => '

The ID of the experiment.

', ], ], 'ExperimentLogConfiguration' => [ 'base' => '

Describes the configuration for experiment logging.

', 'refs' => [ 'Experiment$logConfiguration' => '

The configuration for experiment logging.

', ], ], 'ExperimentOptions' => [ 'base' => '

Describes the options for an experiment.

', 'refs' => [ 'Experiment$experimentOptions' => '

The experiment options for the experiment.

', 'ExperimentSummary$experimentOptions' => '

The experiment options for the experiment.

', ], ], 'ExperimentS3LogConfiguration' => [ 'base' => '

Describes the configuration for experiment logging to Amazon S3.

', 'refs' => [ 'ExperimentLogConfiguration$s3Configuration' => '

The configuration for experiment logging to Amazon S3.

', ], ], 'ExperimentStartTime' => [ 'base' => NULL, 'refs' => [ 'Experiment$startTime' => '

The time that the experiment started.

', ], ], 'ExperimentState' => [ 'base' => '

Describes the state of an experiment.

', 'refs' => [ 'Experiment$state' => '

The state of the experiment.

', 'ExperimentSummary$state' => '

The state of the experiment.

', ], ], 'ExperimentStatus' => [ 'base' => NULL, 'refs' => [ 'ExperimentState$status' => '

The state of the experiment.

', ], ], 'ExperimentStatusReason' => [ 'base' => NULL, 'refs' => [ 'ExperimentState$reason' => '

The reason for the state.

', ], ], 'ExperimentStopCondition' => [ 'base' => '

Describes the stop condition for an experiment.

', 'refs' => [ 'ExperimentStopConditionList$member' => NULL, ], ], 'ExperimentStopConditionList' => [ 'base' => NULL, 'refs' => [ 'Experiment$stopConditions' => '

The stop conditions for the experiment.

', ], ], 'ExperimentSummary' => [ 'base' => '

Provides a summary of an experiment.

', 'refs' => [ 'ExperimentSummaryList$member' => NULL, ], ], 'ExperimentSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListExperimentsResponse$experiments' => '

The experiments.

', ], ], 'ExperimentTarget' => [ 'base' => '

Describes a target for an experiment.

', 'refs' => [ 'ExperimentTargetMap$value' => NULL, ], ], 'ExperimentTargetAccountConfiguration' => [ 'base' => '

Describes a target account configuration for an experiment.

', 'refs' => [ 'GetExperimentTargetAccountConfigurationResponse$targetAccountConfiguration' => '

Information about the target account configuration.

', ], ], 'ExperimentTargetAccountConfigurationList' => [ 'base' => NULL, 'refs' => [ 'ListExperimentTargetAccountConfigurationsResponse$targetAccountConfigurations' => '

The target account configurations.

', ], ], 'ExperimentTargetAccountConfigurationSummary' => [ 'base' => '

Provides a summary of a target account configuration.

', 'refs' => [ 'ExperimentTargetAccountConfigurationList$member' => NULL, ], ], 'ExperimentTargetFilter' => [ 'base' => '

Describes a filter used for the target resources in an experiment.

', 'refs' => [ 'ExperimentTargetFilterList$member' => NULL, ], ], 'ExperimentTargetFilterList' => [ 'base' => NULL, 'refs' => [ 'ExperimentTarget$filters' => '

The filters to apply to identify target resources using specific attributes.

', ], ], 'ExperimentTargetFilterPath' => [ 'base' => NULL, 'refs' => [ 'ExperimentTargetFilter$path' => '

The attribute path for the filter.

', ], ], 'ExperimentTargetFilterValue' => [ 'base' => NULL, 'refs' => [ 'ExperimentTargetFilterValues$member' => NULL, ], ], 'ExperimentTargetFilterValues' => [ 'base' => NULL, 'refs' => [ 'ExperimentTargetFilter$values' => '

The attribute values for the filter.

', ], ], 'ExperimentTargetMap' => [ 'base' => NULL, 'refs' => [ 'Experiment$targets' => '

The targets for the experiment.

', ], ], 'ExperimentTargetName' => [ 'base' => NULL, 'refs' => [ 'ExperimentActionTargetMap$value' => NULL, 'ExperimentTargetMap$key' => NULL, ], ], 'ExperimentTargetParameterMap' => [ 'base' => NULL, 'refs' => [ 'ExperimentTarget$parameters' => '

The resource type parameters.

', ], ], 'ExperimentTargetParameterName' => [ 'base' => NULL, 'refs' => [ 'ExperimentTargetParameterMap$key' => NULL, ], ], 'ExperimentTargetParameterValue' => [ 'base' => NULL, 'refs' => [ 'ExperimentTargetParameterMap$value' => NULL, ], ], 'ExperimentTargetSelectionMode' => [ 'base' => NULL, 'refs' => [ 'ExperimentTarget$selectionMode' => '

Scopes the identified resources to a specific count or percentage.

', ], ], 'ExperimentTemplate' => [ 'base' => '

Describes an experiment template.

', 'refs' => [ 'CreateExperimentTemplateResponse$experimentTemplate' => '

Information about the experiment template.

', 'DeleteExperimentTemplateResponse$experimentTemplate' => '

Information about the experiment template.

', 'GetExperimentTemplateResponse$experimentTemplate' => '

Information about the experiment template.

', 'UpdateExperimentTemplateResponse$experimentTemplate' => '

Information about the experiment template.

', ], ], 'ExperimentTemplateAction' => [ 'base' => '

Describes an action for an experiment template.

', 'refs' => [ 'ExperimentTemplateActionMap$value' => NULL, ], ], 'ExperimentTemplateActionDescription' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateActionInput$description' => '

A description for the action.

', 'ExperimentTemplateAction$description' => '

A description for the action.

', 'UpdateExperimentTemplateActionInputItem$description' => '

A description for the action.

', ], ], 'ExperimentTemplateActionMap' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplate$actions' => '

The actions for the experiment.

', ], ], 'ExperimentTemplateActionName' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateActionInputMap$key' => NULL, 'ExperimentTemplateActionMap$key' => NULL, 'UpdateExperimentTemplateActionInputMap$key' => NULL, ], ], 'ExperimentTemplateActionParameter' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplateActionParameterMap$value' => NULL, ], ], 'ExperimentTemplateActionParameterMap' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateActionInput$parameters' => '

The parameters for the action, if applicable.

', 'ExperimentTemplateAction$parameters' => '

The parameters for the action.

', 'UpdateExperimentTemplateActionInputItem$parameters' => '

The parameters for the action, if applicable.

', ], ], 'ExperimentTemplateActionParameterName' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplateActionParameterMap$key' => NULL, ], ], 'ExperimentTemplateActionStartAfter' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplateActionStartAfterList$member' => NULL, ], ], 'ExperimentTemplateActionStartAfterList' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateActionInput$startAfter' => '

The name of the action that must be completed before the current action starts. Omit this parameter to run the action at the start of the experiment.

', 'ExperimentTemplateAction$startAfter' => '

The name of the action that must be completed before the current action starts.

', 'UpdateExperimentTemplateActionInputItem$startAfter' => '

The name of the action that must be completed before the current action starts. Omit this parameter to run the action at the start of the experiment.

', ], ], 'ExperimentTemplateActionTargetMap' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateActionInput$targets' => '

The targets for the action.

', 'ExperimentTemplateAction$targets' => '

The targets for the action.

', 'UpdateExperimentTemplateActionInputItem$targets' => '

The targets for the action.

', ], ], 'ExperimentTemplateActionTargetName' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplateActionTargetMap$key' => NULL, ], ], 'ExperimentTemplateCloudWatchLogsLogConfiguration' => [ 'base' => '

Describes the configuration for experiment logging to Amazon CloudWatch Logs.

', 'refs' => [ 'ExperimentTemplateLogConfiguration$cloudWatchLogsConfiguration' => '

The configuration for experiment logging to Amazon CloudWatch Logs.

', ], ], 'ExperimentTemplateCloudWatchLogsLogConfigurationInput' => [ 'base' => '

Specifies the configuration for experiment logging to Amazon CloudWatch Logs.

', 'refs' => [ 'CreateExperimentTemplateLogConfigurationInput$cloudWatchLogsConfiguration' => '

The configuration for experiment logging to Amazon CloudWatch Logs.

', 'UpdateExperimentTemplateLogConfigurationInput$cloudWatchLogsConfiguration' => '

The configuration for experiment logging to Amazon CloudWatch Logs.

', ], ], 'ExperimentTemplateDescription' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateRequest$description' => '

A description for the experiment template.

', 'ExperimentTemplate$description' => '

The description for the experiment template.

', 'ExperimentTemplateSummary$description' => '

The description of the experiment template.

', 'UpdateExperimentTemplateRequest$description' => '

A description for the template.

', ], ], 'ExperimentTemplateExperimentOptions' => [ 'base' => '

Describes the experiment options for an experiment template.

', 'refs' => [ 'ExperimentTemplate$experimentOptions' => '

The experiment options for an experiment template.

', ], ], 'ExperimentTemplateId' => [ 'base' => NULL, 'refs' => [ 'CreateTargetAccountConfigurationRequest$experimentTemplateId' => '

The experiment template ID.

', 'DeleteExperimentTemplateRequest$id' => '

The ID of the experiment template.

', 'DeleteTargetAccountConfigurationRequest$experimentTemplateId' => '

The ID of the experiment template.

', 'Experiment$experimentTemplateId' => '

The ID of the experiment template.

', 'ExperimentSummary$experimentTemplateId' => '

The ID of the experiment template.

', 'ExperimentTemplate$id' => '

The ID of the experiment template.

', 'ExperimentTemplateSummary$id' => '

The ID of the experiment template.

', 'GetExperimentTemplateRequest$id' => '

The ID of the experiment template.

', 'GetTargetAccountConfigurationRequest$experimentTemplateId' => '

The ID of the experiment template.

', 'ListExperimentsRequest$experimentTemplateId' => '

The ID of the experiment template.

', 'ListTargetAccountConfigurationsRequest$experimentTemplateId' => '

The ID of the experiment template.

', 'StartExperimentRequest$experimentTemplateId' => '

The ID of the experiment template.

', 'UpdateExperimentTemplateRequest$id' => '

The ID of the experiment template.

', 'UpdateTargetAccountConfigurationRequest$experimentTemplateId' => '

The ID of the experiment template.

', ], ], 'ExperimentTemplateLogConfiguration' => [ 'base' => '

Describes the configuration for experiment logging.

', 'refs' => [ 'ExperimentTemplate$logConfiguration' => '

The configuration for experiment logging.

', ], ], 'ExperimentTemplateS3LogConfiguration' => [ 'base' => '

Describes the configuration for experiment logging to Amazon S3.

', 'refs' => [ 'ExperimentTemplateLogConfiguration$s3Configuration' => '

The configuration for experiment logging to Amazon S3.

', ], ], 'ExperimentTemplateS3LogConfigurationInput' => [ 'base' => '

Specifies the configuration for experiment logging to Amazon S3.

', 'refs' => [ 'CreateExperimentTemplateLogConfigurationInput$s3Configuration' => '

The configuration for experiment logging to Amazon S3.

', 'UpdateExperimentTemplateLogConfigurationInput$s3Configuration' => '

The configuration for experiment logging to Amazon S3.

', ], ], 'ExperimentTemplateStopCondition' => [ 'base' => '

Describes a stop condition for an experiment template.

', 'refs' => [ 'ExperimentTemplateStopConditionList$member' => NULL, ], ], 'ExperimentTemplateStopConditionList' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplate$stopConditions' => '

The stop conditions for the experiment.

', ], ], 'ExperimentTemplateSummary' => [ 'base' => '

Provides a summary of an experiment template.

', 'refs' => [ 'ExperimentTemplateSummaryList$member' => NULL, ], ], 'ExperimentTemplateSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListExperimentTemplatesResponse$experimentTemplates' => '

The experiment templates.

', ], ], 'ExperimentTemplateTarget' => [ 'base' => '

Describes a target for an experiment template.

', 'refs' => [ 'ExperimentTemplateTargetMap$value' => NULL, ], ], 'ExperimentTemplateTargetFilter' => [ 'base' => '

Describes a filter used for the target resources in an experiment template.

', 'refs' => [ 'ExperimentTemplateTargetFilterList$member' => NULL, ], ], 'ExperimentTemplateTargetFilterInputList' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateTargetInput$filters' => '

The filters to apply to identify target resources using specific attributes.

', 'UpdateExperimentTemplateTargetInput$filters' => '

The filters to apply to identify target resources using specific attributes.

', ], ], 'ExperimentTemplateTargetFilterList' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplateTarget$filters' => '

The filters to apply to identify target resources using specific attributes.

', ], ], 'ExperimentTemplateTargetFilterPath' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplateTargetFilter$path' => '

The attribute path for the filter.

', 'ExperimentTemplateTargetInputFilter$path' => '

The attribute path for the filter.

', ], ], 'ExperimentTemplateTargetFilterValue' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplateTargetFilterValues$member' => NULL, ], ], 'ExperimentTemplateTargetFilterValues' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplateTargetFilter$values' => '

The attribute values for the filter.

', 'ExperimentTemplateTargetInputFilter$values' => '

The attribute values for the filter.

', ], ], 'ExperimentTemplateTargetInputFilter' => [ 'base' => '

Specifies a filter used for the target resource input in an experiment template.

For more information, see Resource filters in the Fault Injection Service User Guide.

', 'refs' => [ 'ExperimentTemplateTargetFilterInputList$member' => NULL, ], ], 'ExperimentTemplateTargetMap' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplate$targets' => '

The targets for the experiment.

', ], ], 'ExperimentTemplateTargetName' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateTargetInputMap$key' => NULL, 'ExperimentTemplateActionTargetMap$value' => NULL, 'ExperimentTemplateTargetMap$key' => NULL, 'UpdateExperimentTemplateTargetInputMap$key' => NULL, ], ], 'ExperimentTemplateTargetParameterMap' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateTargetInput$parameters' => '

The resource type parameters.

', 'ExperimentTemplateTarget$parameters' => '

The resource type parameters.

', 'UpdateExperimentTemplateTargetInput$parameters' => '

The resource type parameters.

', ], ], 'ExperimentTemplateTargetParameterName' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplateTargetParameterMap$key' => NULL, ], ], 'ExperimentTemplateTargetParameterValue' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplateTargetParameterMap$value' => NULL, ], ], 'ExperimentTemplateTargetSelectionMode' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateTargetInput$selectionMode' => '

Scopes the identified resources to a specific count of the resources at random, or a percentage of the resources. All identified resources are included in the target.

', 'ExperimentTemplateTarget$selectionMode' => '

Scopes the identified resources to a specific count or percentage.

', 'UpdateExperimentTemplateTargetInput$selectionMode' => '

Scopes the identified resources to a specific count or percentage.

', ], ], 'GetActionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetActionResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetExperimentTargetAccountConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetExperimentTargetAccountConfigurationResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetExperimentTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetExperimentTemplateResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTargetAccountConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTargetAccountConfigurationResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTargetResourceTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTargetResourceTypeResponse' => [ 'base' => NULL, 'refs' => [], ], 'LastUpdateTime' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplate$lastUpdateTime' => '

The time the experiment template was last updated.

', 'ExperimentTemplateSummary$lastUpdateTime' => '

The time that the experiment template was last updated.

', ], ], 'ListActionsMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListActionsRequest$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.

', ], ], 'ListActionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListActionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListExperimentResolvedTargetsMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListExperimentResolvedTargetsRequest$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.

', ], ], 'ListExperimentResolvedTargetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListExperimentResolvedTargetsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListExperimentTargetAccountConfigurationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListExperimentTargetAccountConfigurationsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListExperimentTemplatesMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListExperimentTemplatesRequest$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.

', ], ], 'ListExperimentTemplatesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListExperimentTemplatesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListExperimentsMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListExperimentsRequest$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.

', ], ], 'ListExperimentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListExperimentsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTargetAccountConfigurationsMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListTargetAccountConfigurationsRequest$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.

', ], ], 'ListTargetAccountConfigurationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTargetAccountConfigurationsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTargetResourceTypesMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListTargetResourceTypesRequest$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.

', ], ], 'ListTargetResourceTypesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTargetResourceTypesResponse' => [ 'base' => NULL, 'refs' => [], ], 'LogSchemaVersion' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateLogConfigurationInput$logSchemaVersion' => '

The schema version.

', 'ExperimentLogConfiguration$logSchemaVersion' => '

The schema version.

', 'ExperimentTemplateLogConfiguration$logSchemaVersion' => '

The schema version.

', 'UpdateExperimentTemplateLogConfigurationInput$logSchemaVersion' => '

The schema version.

', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'ListActionsRequest$nextToken' => '

The token for the next page of results.

', 'ListActionsResponse$nextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'ListExperimentResolvedTargetsRequest$nextToken' => '

The token for the next page of results.

', 'ListExperimentResolvedTargetsResponse$nextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'ListExperimentTargetAccountConfigurationsRequest$nextToken' => '

The token for the next page of results.

', 'ListExperimentTargetAccountConfigurationsResponse$nextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'ListExperimentTemplatesRequest$nextToken' => '

The token for the next page of results.

', 'ListExperimentTemplatesResponse$nextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'ListExperimentsRequest$nextToken' => '

The token for the next page of results.

', 'ListExperimentsResponse$nextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'ListTargetAccountConfigurationsRequest$nextToken' => '

The token for the next page of results.

', 'ListTargetAccountConfigurationsResponse$nextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'ListTargetResourceTypesRequest$nextToken' => '

The token for the next page of results.

', 'ListTargetResourceTypesResponse$nextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', ], ], 'ResolvedTarget' => [ 'base' => '

Describes a resolved target.

', 'refs' => [ 'ResolvedTargetList$member' => NULL, ], ], 'ResolvedTargetList' => [ 'base' => NULL, 'refs' => [ 'ListExperimentResolvedTargetsResponse$resolvedTargets' => '

The resolved targets.

', ], ], 'ResourceArn' => [ 'base' => NULL, 'refs' => [ 'Action$arn' => '

The Amazon Resource Name (ARN) of the action.

', 'ActionSummary$arn' => '

The Amazon Resource Name (ARN) of the action.

', 'Experiment$arn' => '

The Amazon Resource Name (ARN) of the experiment.

', 'ExperimentSummary$arn' => '

The Amazon Resource Name (ARN) of the experiment.

', 'ExperimentTemplate$arn' => '

The Amazon Resource Name (ARN) of the experiment template.

', 'ExperimentTemplateSummary$arn' => '

The Amazon Resource Name (ARN) of the experiment template.

', 'ListTagsForResourceRequest$resourceArn' => '

The Amazon Resource Name (ARN) of the resource.

', 'ResourceArnList$member' => NULL, 'TagResourceRequest$resourceArn' => '

The Amazon Resource Name (ARN) of the resource.

', 'UntagResourceRequest$resourceArn' => '

The Amazon Resource Name (ARN) of the resource.

', ], ], 'ResourceArnList' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateTargetInput$resourceArns' => '

The Amazon Resource Names (ARNs) of the resources.

', 'ExperimentTarget$resourceArns' => '

The Amazon Resource Names (ARNs) of the resources.

', 'ExperimentTemplateTarget$resourceArns' => '

The Amazon Resource Names (ARNs) of the targets.

', 'UpdateExperimentTemplateTargetInput$resourceArns' => '

The Amazon Resource Names (ARNs) of the targets.

', ], ], 'ResourceNotFoundException' => [ 'base' => '

The specified resource cannot be found.

', 'refs' => [], ], 'RoleArn' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateRequest$roleArn' => '

The Amazon Resource Name (ARN) of an IAM role that grants the FIS service permission to perform service actions on your behalf.

', 'CreateTargetAccountConfigurationRequest$roleArn' => '

The Amazon Resource Name (ARN) of an IAM role for the target account.

', 'Experiment$roleArn' => '

The Amazon Resource Name (ARN) of an IAM role that grants the FIS service permission to perform service actions on your behalf.

', 'ExperimentTargetAccountConfiguration$roleArn' => '

The Amazon Resource Name (ARN) of an IAM role for the target account.

', 'ExperimentTargetAccountConfigurationSummary$roleArn' => '

The Amazon Resource Name (ARN) of an IAM role for the target account.

', 'ExperimentTemplate$roleArn' => '

The Amazon Resource Name (ARN) of an IAM role.

', 'TargetAccountConfiguration$roleArn' => '

The Amazon Resource Name (ARN) of an IAM role for the target account.

', 'TargetAccountConfigurationSummary$roleArn' => '

The Amazon Resource Name (ARN) of an IAM role for the target account.

', 'UpdateExperimentTemplateRequest$roleArn' => '

The Amazon Resource Name (ARN) of an IAM role that grants the FIS service permission to perform service actions on your behalf.

', 'UpdateTargetAccountConfigurationRequest$roleArn' => '

The Amazon Resource Name (ARN) of an IAM role for the target account.

', ], ], 'S3BucketName' => [ 'base' => NULL, 'refs' => [ 'ExperimentS3LogConfiguration$bucketName' => '

The name of the destination bucket.

', 'ExperimentTemplateS3LogConfiguration$bucketName' => '

The name of the destination bucket.

', 'ExperimentTemplateS3LogConfigurationInput$bucketName' => '

The name of the destination bucket.

', ], ], 'S3ObjectKey' => [ 'base' => NULL, 'refs' => [ 'ExperimentS3LogConfiguration$prefix' => '

The bucket prefix.

', 'ExperimentTemplateS3LogConfiguration$prefix' => '

The bucket prefix.

', 'ExperimentTemplateS3LogConfigurationInput$prefix' => '

The bucket prefix.

', ], ], 'ServiceQuotaExceededException' => [ 'base' => '

You have exceeded your service quota.

', 'refs' => [], ], 'StartExperimentExperimentOptionsInput' => [ 'base' => '

Specifies experiment options for running an experiment.

', 'refs' => [ 'StartExperimentRequest$experimentOptions' => '

The experiment options for running the experiment.

', ], ], 'StartExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'StopConditionSource' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateStopConditionInput$source' => '

The source for the stop condition. Specify aws:cloudwatch:alarm if the stop condition is defined by a CloudWatch alarm. Specify none if there is no stop condition.

', 'ExperimentStopCondition$source' => '

The source for the stop condition.

', 'ExperimentTemplateStopCondition$source' => '

The source for the stop condition.

', 'UpdateExperimentTemplateStopConditionInput$source' => '

The source for the stop condition. Specify aws:cloudwatch:alarm if the stop condition is defined by a CloudWatch alarm. Specify none if there is no stop condition.

', ], ], 'StopConditionValue' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateStopConditionInput$value' => '

The Amazon Resource Name (ARN) of the CloudWatch alarm. This is required if the source is a CloudWatch alarm.

', 'ExperimentStopCondition$value' => '

The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.

', 'ExperimentTemplateStopCondition$value' => '

The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.

', 'UpdateExperimentTemplateStopConditionInput$value' => '

The Amazon Resource Name (ARN) of the CloudWatch alarm.

', ], ], 'StopExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagKeyList$member' => NULL, 'TagMap$key' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$tagKeys' => '

The tag keys to remove.

', ], ], 'TagMap' => [ 'base' => NULL, 'refs' => [ 'Action$tags' => '

The tags for the action.

', 'ActionSummary$tags' => '

The tags for the action.

', 'CreateExperimentTemplateRequest$tags' => '

The tags to apply to the experiment template.

', 'CreateExperimentTemplateTargetInput$resourceTags' => '

The tags for the target resources.

', 'Experiment$tags' => '

The tags for the experiment.

', 'ExperimentSummary$tags' => '

The tags for the experiment.

', 'ExperimentTarget$resourceTags' => '

The tags for the target resources.

', 'ExperimentTemplate$tags' => '

The tags for the experiment template.

', 'ExperimentTemplateSummary$tags' => '

The tags for the experiment template.

', 'ExperimentTemplateTarget$resourceTags' => '

The tags for the target resources.

', 'ListTagsForResourceResponse$tags' => '

The tags for the resource.

', 'StartExperimentRequest$tags' => '

The tags to apply to the experiment.

', 'TagResourceRequest$tags' => '

The tags for the resource.

', 'UpdateExperimentTemplateTargetInput$resourceTags' => '

The tags for the target resources.

', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'TagMap$value' => NULL, ], ], 'TargetAccountConfiguration' => [ 'base' => '

Describes a target account configuration.

', 'refs' => [ 'CreateTargetAccountConfigurationResponse$targetAccountConfiguration' => '

Information about the target account configuration.

', 'DeleteTargetAccountConfigurationResponse$targetAccountConfiguration' => '

Information about the target account configuration.

', 'GetTargetAccountConfigurationResponse$targetAccountConfiguration' => '

Information about the target account configuration.

', 'UpdateTargetAccountConfigurationResponse$targetAccountConfiguration' => '

Information about the target account configuration.

', ], ], 'TargetAccountConfigurationDescription' => [ 'base' => NULL, 'refs' => [ 'CreateTargetAccountConfigurationRequest$description' => '

The description of the target account.

', 'ExperimentTargetAccountConfiguration$description' => '

The description of the target account.

', 'ExperimentTargetAccountConfigurationSummary$description' => '

The description of the target account.

', 'TargetAccountConfiguration$description' => '

The description of the target account.

', 'TargetAccountConfigurationSummary$description' => '

The description of the target account.

', 'UpdateTargetAccountConfigurationRequest$description' => '

The description of the target account.

', ], ], 'TargetAccountConfigurationList' => [ 'base' => NULL, 'refs' => [ 'ListTargetAccountConfigurationsResponse$targetAccountConfigurations' => '

The target account configurations.

', ], ], 'TargetAccountConfigurationSummary' => [ 'base' => '

Provides a summary of a target account configuration.

', 'refs' => [ 'TargetAccountConfigurationList$member' => NULL, ], ], 'TargetAccountConfigurationsCount' => [ 'base' => NULL, 'refs' => [ 'Experiment$targetAccountConfigurationsCount' => '

The count of target account configurations for the experiment.

', 'ExperimentTemplate$targetAccountConfigurationsCount' => '

The count of target account configurations for the experiment template.

', ], ], 'TargetAccountId' => [ 'base' => NULL, 'refs' => [ 'CreateTargetAccountConfigurationRequest$accountId' => '

The Amazon Web Services account ID of the target account.

', 'DeleteTargetAccountConfigurationRequest$accountId' => '

The Amazon Web Services account ID of the target account.

', 'ExperimentTargetAccountConfiguration$accountId' => '

The Amazon Web Services account ID of the target account.

', 'ExperimentTargetAccountConfigurationSummary$accountId' => '

The Amazon Web Services account ID of the target account.

', 'GetExperimentTargetAccountConfigurationRequest$accountId' => '

The Amazon Web Services account ID of the target account.

', 'GetTargetAccountConfigurationRequest$accountId' => '

The Amazon Web Services account ID of the target account.

', 'TargetAccountConfiguration$accountId' => '

The Amazon Web Services account ID of the target account.

', 'TargetAccountConfigurationSummary$accountId' => '

The Amazon Web Services account ID of the target account.

', 'UpdateTargetAccountConfigurationRequest$accountId' => '

The Amazon Web Services account ID of the target account.

', ], ], 'TargetInformationKey' => [ 'base' => NULL, 'refs' => [ 'TargetInformationMap$key' => NULL, ], ], 'TargetInformationMap' => [ 'base' => NULL, 'refs' => [ 'ResolvedTarget$targetInformation' => '

Information about the target.

', ], ], 'TargetInformationValue' => [ 'base' => NULL, 'refs' => [ 'TargetInformationMap$value' => NULL, ], ], 'TargetName' => [ 'base' => NULL, 'refs' => [ 'ListExperimentResolvedTargetsRequest$targetName' => '

The name of the target.

', 'ResolvedTarget$targetName' => '

The name of the target.

', ], ], 'TargetResourceType' => [ 'base' => '

Describes a resource type.

', 'refs' => [ 'GetTargetResourceTypeResponse$targetResourceType' => '

Information about the resource type.

', ], ], 'TargetResourceTypeDescription' => [ 'base' => NULL, 'refs' => [ 'TargetResourceType$description' => '

A description of the resource type.

', 'TargetResourceTypeSummary$description' => '

A description of the resource type.

', ], ], 'TargetResourceTypeId' => [ 'base' => NULL, 'refs' => [ 'ActionTarget$resourceType' => '

The resource type of the target.

', 'CreateExperimentTemplateTargetInput$resourceType' => '

The resource type. The resource type must be supported for the specified action.

', 'ExperimentTarget$resourceType' => '

The resource type.

', 'ExperimentTemplateTarget$resourceType' => '

The resource type.

', 'GetTargetResourceTypeRequest$resourceType' => '

The resource type.

', 'ResolvedTarget$resourceType' => '

The resource type of the target.

', 'TargetResourceType$resourceType' => '

The resource type.

', 'TargetResourceTypeSummary$resourceType' => '

The resource type.

', 'UpdateExperimentTemplateTargetInput$resourceType' => '

The resource type. The resource type must be supported for the specified action.

', ], ], 'TargetResourceTypeParameter' => [ 'base' => '

Describes the parameters for a resource type. Use parameters to determine which tasks are identified during target resolution.

', 'refs' => [ 'TargetResourceTypeParameterMap$value' => NULL, ], ], 'TargetResourceTypeParameterDescription' => [ 'base' => NULL, 'refs' => [ 'TargetResourceTypeParameter$description' => '

A description of the parameter.

', ], ], 'TargetResourceTypeParameterMap' => [ 'base' => NULL, 'refs' => [ 'TargetResourceType$parameters' => '

The parameters for the resource type.

', ], ], 'TargetResourceTypeParameterName' => [ 'base' => NULL, 'refs' => [ 'TargetResourceTypeParameterMap$key' => NULL, ], ], 'TargetResourceTypeParameterRequired' => [ 'base' => NULL, 'refs' => [ 'TargetResourceTypeParameter$required' => '

Indicates whether the parameter is required.

', ], ], 'TargetResourceTypeSummary' => [ 'base' => '

Describes a resource type.

', 'refs' => [ 'TargetResourceTypeSummaryList$member' => NULL, ], ], 'TargetResourceTypeSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListTargetResourceTypesResponse$targetResourceTypes' => '

The target resource types.

', ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateExperimentTemplateActionInputItem' => [ 'base' => '

Specifies an action for an experiment template.

', 'refs' => [ 'UpdateExperimentTemplateActionInputMap$value' => NULL, ], ], 'UpdateExperimentTemplateActionInputMap' => [ 'base' => NULL, 'refs' => [ 'UpdateExperimentTemplateRequest$actions' => '

The actions for the experiment.

', ], ], 'UpdateExperimentTemplateExperimentOptionsInput' => [ 'base' => '

Specifies an experiment option for an experiment template.

', 'refs' => [ 'UpdateExperimentTemplateRequest$experimentOptions' => '

The experiment options for the experiment template.

', ], ], 'UpdateExperimentTemplateLogConfigurationInput' => [ 'base' => '

Specifies the configuration for experiment logging.

', 'refs' => [ 'UpdateExperimentTemplateRequest$logConfiguration' => '

The configuration for experiment logging.

', ], ], 'UpdateExperimentTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateExperimentTemplateResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateExperimentTemplateStopConditionInput' => [ 'base' => '

Specifies a stop condition for an experiment. You can define a stop condition as a CloudWatch alarm.

', 'refs' => [ 'UpdateExperimentTemplateStopConditionInputList$member' => NULL, ], ], 'UpdateExperimentTemplateStopConditionInputList' => [ 'base' => NULL, 'refs' => [ 'UpdateExperimentTemplateRequest$stopConditions' => '

The stop conditions for the experiment.

', ], ], 'UpdateExperimentTemplateTargetInput' => [ 'base' => '

Specifies a target for an experiment. You must specify at least one Amazon Resource Name (ARN) or at least one resource tag. You cannot specify both.

', 'refs' => [ 'UpdateExperimentTemplateTargetInputMap$value' => NULL, ], ], 'UpdateExperimentTemplateTargetInputMap' => [ 'base' => NULL, 'refs' => [ 'UpdateExperimentTemplateRequest$targets' => '

The targets for the experiment.

', ], ], 'UpdateTargetAccountConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTargetAccountConfigurationResponse' => [ 'base' => NULL, 'refs' => [], ], 'ValidationException' => [ 'base' => '

The specified input is not valid, or fails to satisfy the constraints for the request.

', 'refs' => [], ], ],]; +return [ 'version' => '2.0', 'service' => '

Amazon Web Services Fault Injection Service is a managed service that enables you to perform fault injection experiments on your Amazon Web Services workloads. For more information, see the Fault Injection Service User Guide.

', 'operations' => [ 'CreateExperimentTemplate' => '

Creates an experiment template.

An experiment template includes the following components:

For more information, see experiment templates in the Fault Injection Service User Guide.

', 'CreateTargetAccountConfiguration' => '

Creates a target account configuration for the experiment template. A target account configuration is required when accountTargeting of experimentOptions is set to multi-account. For more information, see experiment options in the Fault Injection Service User Guide.

', 'DeleteExperimentTemplate' => '

Deletes the specified experiment template.

', 'DeleteTargetAccountConfiguration' => '

Deletes the specified target account configuration of the experiment template.

', 'GetAction' => '

Gets information about the specified FIS action.

', 'GetExperiment' => '

Gets information about the specified experiment.

', 'GetExperimentTargetAccountConfiguration' => '

Gets information about the specified target account configuration of the experiment.

', 'GetExperimentTemplate' => '

Gets information about the specified experiment template.

', 'GetTargetAccountConfiguration' => '

Gets information about the specified target account configuration of the experiment template.

', 'GetTargetResourceType' => '

Gets information about the specified resource type.

', 'ListActions' => '

Lists the available FIS actions.

', 'ListExperimentResolvedTargets' => '

Lists the resolved targets information of the specified experiment.

', 'ListExperimentTargetAccountConfigurations' => '

Lists the target account configurations of the specified experiment.

', 'ListExperimentTemplates' => '

Lists your experiment templates.

', 'ListExperiments' => '

Lists your experiments.

', 'ListTagsForResource' => '

Lists the tags for the specified resource.

', 'ListTargetAccountConfigurations' => '

Lists the target account configurations of the specified experiment template.

', 'ListTargetResourceTypes' => '

Lists the target resource types.

', 'StartExperiment' => '

Starts running an experiment from the specified experiment template.

', 'StopExperiment' => '

Stops the specified experiment.

', 'TagResource' => '

Applies the specified tags to the specified resource.

', 'UntagResource' => '

Removes the specified tags from the specified resource.

', 'UpdateExperimentTemplate' => '

Updates the specified experiment template.

', 'UpdateTargetAccountConfiguration' => '

Updates the target account configuration for the specified experiment template.

', ], 'shapes' => [ 'AccountTargeting' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateExperimentOptionsInput$accountTargeting' => '

Specifies the account targeting setting for experiment options.

', 'ExperimentOptions$accountTargeting' => '

The account targeting setting for an experiment.

', 'ExperimentTemplateExperimentOptions$accountTargeting' => '

The account targeting setting for an experiment template.

', ], ], 'Action' => [ 'base' => '

Describes an action. For more information, see FIS actions in the Fault Injection Service User Guide.

', 'refs' => [ 'GetActionResponse$action' => '

Information about the action.

', ], ], 'ActionDescription' => [ 'base' => NULL, 'refs' => [ 'Action$description' => '

The description for the action.

', 'ActionSummary$description' => '

The description for the action.

', ], ], 'ActionId' => [ 'base' => NULL, 'refs' => [ 'Action$id' => '

The ID of the action.

', 'ActionSummary$id' => '

The ID of the action.

', 'CreateExperimentTemplateActionInput$actionId' => '

The ID of the action. The format of the action ID is: aws:service-name:action-type.

', 'ExperimentAction$actionId' => '

The ID of the action.

', 'ExperimentTemplateAction$actionId' => '

The ID of the action.

', 'GetActionRequest$id' => '

The ID of the action.

', 'UpdateExperimentTemplateActionInputItem$actionId' => '

The ID of the action.

', ], ], 'ActionParameter' => [ 'base' => '

Describes a parameter for an action.

', 'refs' => [ 'ActionParameterMap$value' => NULL, ], ], 'ActionParameterDescription' => [ 'base' => NULL, 'refs' => [ 'ActionParameter$description' => '

The parameter description.

', ], ], 'ActionParameterMap' => [ 'base' => NULL, 'refs' => [ 'Action$parameters' => '

The action parameters, if applicable.

', ], ], 'ActionParameterName' => [ 'base' => NULL, 'refs' => [ 'ActionParameterMap$key' => NULL, ], ], 'ActionParameterRequired' => [ 'base' => NULL, 'refs' => [ 'ActionParameter$required' => '

Indicates whether the parameter is required.

', ], ], 'ActionSummary' => [ 'base' => '

Provides a summary of an action.

', 'refs' => [ 'ActionSummaryList$member' => NULL, ], ], 'ActionSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListActionsResponse$actions' => '

The actions.

', ], ], 'ActionTarget' => [ 'base' => '

Describes a target for an action.

', 'refs' => [ 'ActionTargetMap$value' => NULL, ], ], 'ActionTargetMap' => [ 'base' => NULL, 'refs' => [ 'Action$targets' => '

The supported targets for the action.

', 'ActionSummary$targets' => '

The targets for the action.

', ], ], 'ActionTargetName' => [ 'base' => NULL, 'refs' => [ 'ActionTargetMap$key' => NULL, ], ], 'ActionsMode' => [ 'base' => NULL, 'refs' => [ 'ExperimentOptions$actionsMode' => '

The actions mode of the experiment that is set from the StartExperiment API command.

', 'StartExperimentExperimentOptionsInput$actionsMode' => '

Specifies the actions mode for experiment options.

', ], ], 'ClientToken' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateRequest$clientToken' => '

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

', 'CreateTargetAccountConfigurationRequest$clientToken' => '

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

', 'StartExperimentRequest$clientToken' => '

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

', ], ], 'CloudWatchLogGroupArn' => [ 'base' => NULL, 'refs' => [ 'ExperimentCloudWatchLogsLogConfiguration$logGroupArn' => '

The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.

', 'ExperimentTemplateCloudWatchLogsLogConfiguration$logGroupArn' => '

The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.

', 'ExperimentTemplateCloudWatchLogsLogConfigurationInput$logGroupArn' => '

The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.

', ], ], 'ConflictException' => [ 'base' => '

The request could not be processed because of a conflict.

', 'refs' => [], ], 'CreateExperimentTemplateActionInput' => [ 'base' => '

Specifies an action for an experiment template.

For more information, see Actions in the Fault Injection Service User Guide.

', 'refs' => [ 'CreateExperimentTemplateActionInputMap$value' => NULL, ], ], 'CreateExperimentTemplateActionInputMap' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateRequest$actions' => '

The actions for the experiment.

', ], ], 'CreateExperimentTemplateExperimentOptionsInput' => [ 'base' => '

Specifies experiment options for an experiment template.

', 'refs' => [ 'CreateExperimentTemplateRequest$experimentOptions' => '

The experiment options for the experiment template.

', ], ], 'CreateExperimentTemplateLogConfigurationInput' => [ 'base' => '

Specifies the configuration for experiment logging.

', 'refs' => [ 'CreateExperimentTemplateRequest$logConfiguration' => '

The configuration for experiment logging.

', ], ], 'CreateExperimentTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateExperimentTemplateResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateExperimentTemplateStopConditionInput' => [ 'base' => '

Specifies a stop condition for an experiment template.

', 'refs' => [ 'CreateExperimentTemplateStopConditionInputList$member' => NULL, ], ], 'CreateExperimentTemplateStopConditionInputList' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateRequest$stopConditions' => '

The stop conditions.

', ], ], 'CreateExperimentTemplateTargetInput' => [ 'base' => '

Specifies a target for an experiment. You must specify at least one Amazon Resource Name (ARN) or at least one resource tag. You cannot specify both ARNs and tags.

For more information, see Targets in the Fault Injection Service User Guide.

', 'refs' => [ 'CreateExperimentTemplateTargetInputMap$value' => NULL, ], ], 'CreateExperimentTemplateTargetInputMap' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateRequest$targets' => '

The targets for the experiment.

', ], ], 'CreateTargetAccountConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTargetAccountConfigurationResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreationTime' => [ 'base' => NULL, 'refs' => [ 'Experiment$creationTime' => '

The time that the experiment was created.

', 'ExperimentSummary$creationTime' => '

The time that the experiment was created.

', 'ExperimentTemplate$creationTime' => '

The time the experiment template was created.

', 'ExperimentTemplateSummary$creationTime' => '

The time that the experiment template was created.

', ], ], 'DeleteExperimentTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteExperimentTemplateResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTargetAccountConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTargetAccountConfigurationResponse' => [ 'base' => NULL, 'refs' => [], ], 'EmptyTargetResolutionMode' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateExperimentOptionsInput$emptyTargetResolutionMode' => '

Specifies the empty target resolution mode for experiment options.

', 'ExperimentOptions$emptyTargetResolutionMode' => '

The empty target resolution mode for an experiment.

', 'ExperimentTemplateExperimentOptions$emptyTargetResolutionMode' => '

The empty target resolution mode for an experiment template.

', 'UpdateExperimentTemplateExperimentOptionsInput$emptyTargetResolutionMode' => '

The empty target resolution mode of the experiment template.

', ], ], 'ExceptionMessage' => [ 'base' => NULL, 'refs' => [ 'ConflictException$message' => NULL, 'ResourceNotFoundException$message' => NULL, 'ServiceQuotaExceededException$message' => NULL, 'ValidationException$message' => NULL, ], ], 'Experiment' => [ 'base' => '

Describes an experiment.

', 'refs' => [ 'GetExperimentResponse$experiment' => '

Information about the experiment.

', 'StartExperimentResponse$experiment' => '

Information about the experiment.

', 'StopExperimentResponse$experiment' => '

Information about the experiment.

', ], ], 'ExperimentAction' => [ 'base' => '

Describes the action for an experiment.

', 'refs' => [ 'ExperimentActionMap$value' => NULL, ], ], 'ExperimentActionDescription' => [ 'base' => NULL, 'refs' => [ 'ExperimentAction$description' => '

The description for the action.

', ], ], 'ExperimentActionEndTime' => [ 'base' => NULL, 'refs' => [ 'ExperimentAction$endTime' => '

The time that the action ended.

', ], ], 'ExperimentActionMap' => [ 'base' => NULL, 'refs' => [ 'Experiment$actions' => '

The actions for the experiment.

', ], ], 'ExperimentActionName' => [ 'base' => NULL, 'refs' => [ 'ExperimentActionMap$key' => NULL, ], ], 'ExperimentActionParameter' => [ 'base' => NULL, 'refs' => [ 'ExperimentActionParameterMap$value' => NULL, ], ], 'ExperimentActionParameterMap' => [ 'base' => NULL, 'refs' => [ 'ExperimentAction$parameters' => '

The parameters for the action.

', ], ], 'ExperimentActionParameterName' => [ 'base' => NULL, 'refs' => [ 'ExperimentActionParameterMap$key' => NULL, ], ], 'ExperimentActionStartAfter' => [ 'base' => NULL, 'refs' => [ 'ExperimentActionStartAfterList$member' => NULL, ], ], 'ExperimentActionStartAfterList' => [ 'base' => NULL, 'refs' => [ 'ExperimentAction$startAfter' => '

The name of the action that must be completed before this action starts.

', ], ], 'ExperimentActionStartTime' => [ 'base' => NULL, 'refs' => [ 'ExperimentAction$startTime' => '

The time that the action started.

', ], ], 'ExperimentActionState' => [ 'base' => '

Describes the state of an action.

', 'refs' => [ 'ExperimentAction$state' => '

The state of the action.

', ], ], 'ExperimentActionStatus' => [ 'base' => NULL, 'refs' => [ 'ExperimentActionState$status' => '

The state of the action.

', ], ], 'ExperimentActionStatusReason' => [ 'base' => NULL, 'refs' => [ 'ExperimentActionState$reason' => '

The reason for the state.

', ], ], 'ExperimentActionTargetMap' => [ 'base' => NULL, 'refs' => [ 'ExperimentAction$targets' => '

The targets for the action.

', ], ], 'ExperimentActionTargetName' => [ 'base' => NULL, 'refs' => [ 'ExperimentActionTargetMap$key' => NULL, ], ], 'ExperimentCloudWatchLogsLogConfiguration' => [ 'base' => '

Describes the configuration for experiment logging to Amazon CloudWatch Logs.

', 'refs' => [ 'ExperimentLogConfiguration$cloudWatchLogsConfiguration' => '

The configuration for experiment logging to Amazon CloudWatch Logs.

', ], ], 'ExperimentEndTime' => [ 'base' => NULL, 'refs' => [ 'Experiment$endTime' => '

The time that the experiment ended.

', ], ], 'ExperimentError' => [ 'base' => '

Describes the error when an experiment has failed.

', 'refs' => [ 'ExperimentState$error' => '

The error information of the experiment when the action has failed.

', ], ], 'ExperimentErrorAccountId' => [ 'base' => NULL, 'refs' => [ 'ExperimentError$accountId' => '

The Amazon Web Services Account ID where the experiment failure occurred.

', ], ], 'ExperimentErrorCode' => [ 'base' => NULL, 'refs' => [ 'ExperimentError$code' => '

The error code for the failed experiment.

', ], ], 'ExperimentErrorLocation' => [ 'base' => NULL, 'refs' => [ 'ExperimentError$location' => '

Context for the section of the experiment template that failed.

', ], ], 'ExperimentId' => [ 'base' => NULL, 'refs' => [ 'Experiment$id' => '

The ID of the experiment.

', 'ExperimentSummary$id' => '

The ID of the experiment.

', 'GetExperimentRequest$id' => '

The ID of the experiment.

', 'GetExperimentTargetAccountConfigurationRequest$experimentId' => '

The ID of the experiment.

', 'ListExperimentResolvedTargetsRequest$experimentId' => '

The ID of the experiment.

', 'ListExperimentTargetAccountConfigurationsRequest$experimentId' => '

The ID of the experiment.

', 'StopExperimentRequest$id' => '

The ID of the experiment.

', ], ], 'ExperimentLogConfiguration' => [ 'base' => '

Describes the configuration for experiment logging.

', 'refs' => [ 'Experiment$logConfiguration' => '

The configuration for experiment logging.

', ], ], 'ExperimentOptions' => [ 'base' => '

Describes the options for an experiment.

', 'refs' => [ 'Experiment$experimentOptions' => '

The experiment options for the experiment.

', 'ExperimentSummary$experimentOptions' => '

The experiment options for the experiment.

', ], ], 'ExperimentS3LogConfiguration' => [ 'base' => '

Describes the configuration for experiment logging to Amazon S3.

', 'refs' => [ 'ExperimentLogConfiguration$s3Configuration' => '

The configuration for experiment logging to Amazon S3.

', ], ], 'ExperimentStartTime' => [ 'base' => NULL, 'refs' => [ 'Experiment$startTime' => '

The time that the experiment started.

', ], ], 'ExperimentState' => [ 'base' => '

Describes the state of an experiment.

', 'refs' => [ 'Experiment$state' => '

The state of the experiment.

', 'ExperimentSummary$state' => '

The state of the experiment.

', ], ], 'ExperimentStatus' => [ 'base' => NULL, 'refs' => [ 'ExperimentState$status' => '

The state of the experiment.

', ], ], 'ExperimentStatusReason' => [ 'base' => NULL, 'refs' => [ 'ExperimentState$reason' => '

The reason for the state.

', ], ], 'ExperimentStopCondition' => [ 'base' => '

Describes the stop condition for an experiment.

', 'refs' => [ 'ExperimentStopConditionList$member' => NULL, ], ], 'ExperimentStopConditionList' => [ 'base' => NULL, 'refs' => [ 'Experiment$stopConditions' => '

The stop conditions for the experiment.

', ], ], 'ExperimentSummary' => [ 'base' => '

Provides a summary of an experiment.

', 'refs' => [ 'ExperimentSummaryList$member' => NULL, ], ], 'ExperimentSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListExperimentsResponse$experiments' => '

The experiments.

', ], ], 'ExperimentTarget' => [ 'base' => '

Describes a target for an experiment.

', 'refs' => [ 'ExperimentTargetMap$value' => NULL, ], ], 'ExperimentTargetAccountConfiguration' => [ 'base' => '

Describes a target account configuration for an experiment.

', 'refs' => [ 'GetExperimentTargetAccountConfigurationResponse$targetAccountConfiguration' => '

Information about the target account configuration.

', ], ], 'ExperimentTargetAccountConfigurationList' => [ 'base' => NULL, 'refs' => [ 'ListExperimentTargetAccountConfigurationsResponse$targetAccountConfigurations' => '

The target account configurations.

', ], ], 'ExperimentTargetAccountConfigurationSummary' => [ 'base' => '

Provides a summary of a target account configuration.

', 'refs' => [ 'ExperimentTargetAccountConfigurationList$member' => NULL, ], ], 'ExperimentTargetFilter' => [ 'base' => '

Describes a filter used for the target resources in an experiment.

', 'refs' => [ 'ExperimentTargetFilterList$member' => NULL, ], ], 'ExperimentTargetFilterList' => [ 'base' => NULL, 'refs' => [ 'ExperimentTarget$filters' => '

The filters to apply to identify target resources using specific attributes.

', ], ], 'ExperimentTargetFilterPath' => [ 'base' => NULL, 'refs' => [ 'ExperimentTargetFilter$path' => '

The attribute path for the filter.

', ], ], 'ExperimentTargetFilterValue' => [ 'base' => NULL, 'refs' => [ 'ExperimentTargetFilterValues$member' => NULL, ], ], 'ExperimentTargetFilterValues' => [ 'base' => NULL, 'refs' => [ 'ExperimentTargetFilter$values' => '

The attribute values for the filter.

', ], ], 'ExperimentTargetMap' => [ 'base' => NULL, 'refs' => [ 'Experiment$targets' => '

The targets for the experiment.

', ], ], 'ExperimentTargetName' => [ 'base' => NULL, 'refs' => [ 'ExperimentActionTargetMap$value' => NULL, 'ExperimentTargetMap$key' => NULL, ], ], 'ExperimentTargetParameterMap' => [ 'base' => NULL, 'refs' => [ 'ExperimentTarget$parameters' => '

The resource type parameters.

', ], ], 'ExperimentTargetParameterName' => [ 'base' => NULL, 'refs' => [ 'ExperimentTargetParameterMap$key' => NULL, ], ], 'ExperimentTargetParameterValue' => [ 'base' => NULL, 'refs' => [ 'ExperimentTargetParameterMap$value' => NULL, ], ], 'ExperimentTargetSelectionMode' => [ 'base' => NULL, 'refs' => [ 'ExperimentTarget$selectionMode' => '

Scopes the identified resources to a specific count or percentage.

', ], ], 'ExperimentTemplate' => [ 'base' => '

Describes an experiment template.

', 'refs' => [ 'CreateExperimentTemplateResponse$experimentTemplate' => '

Information about the experiment template.

', 'DeleteExperimentTemplateResponse$experimentTemplate' => '

Information about the experiment template.

', 'GetExperimentTemplateResponse$experimentTemplate' => '

Information about the experiment template.

', 'UpdateExperimentTemplateResponse$experimentTemplate' => '

Information about the experiment template.

', ], ], 'ExperimentTemplateAction' => [ 'base' => '

Describes an action for an experiment template.

', 'refs' => [ 'ExperimentTemplateActionMap$value' => NULL, ], ], 'ExperimentTemplateActionDescription' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateActionInput$description' => '

A description for the action.

', 'ExperimentTemplateAction$description' => '

A description for the action.

', 'UpdateExperimentTemplateActionInputItem$description' => '

A description for the action.

', ], ], 'ExperimentTemplateActionMap' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplate$actions' => '

The actions for the experiment.

', ], ], 'ExperimentTemplateActionName' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateActionInputMap$key' => NULL, 'ExperimentTemplateActionMap$key' => NULL, 'UpdateExperimentTemplateActionInputMap$key' => NULL, ], ], 'ExperimentTemplateActionParameter' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplateActionParameterMap$value' => NULL, ], ], 'ExperimentTemplateActionParameterMap' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateActionInput$parameters' => '

The parameters for the action, if applicable.

', 'ExperimentTemplateAction$parameters' => '

The parameters for the action.

', 'UpdateExperimentTemplateActionInputItem$parameters' => '

The parameters for the action, if applicable.

', ], ], 'ExperimentTemplateActionParameterName' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplateActionParameterMap$key' => NULL, ], ], 'ExperimentTemplateActionStartAfter' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplateActionStartAfterList$member' => NULL, ], ], 'ExperimentTemplateActionStartAfterList' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateActionInput$startAfter' => '

The name of the action that must be completed before the current action starts. Omit this parameter to run the action at the start of the experiment.

', 'ExperimentTemplateAction$startAfter' => '

The name of the action that must be completed before the current action starts.

', 'UpdateExperimentTemplateActionInputItem$startAfter' => '

The name of the action that must be completed before the current action starts. Omit this parameter to run the action at the start of the experiment.

', ], ], 'ExperimentTemplateActionTargetMap' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateActionInput$targets' => '

The targets for the action.

', 'ExperimentTemplateAction$targets' => '

The targets for the action.

', 'UpdateExperimentTemplateActionInputItem$targets' => '

The targets for the action.

', ], ], 'ExperimentTemplateActionTargetName' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplateActionTargetMap$key' => NULL, ], ], 'ExperimentTemplateCloudWatchLogsLogConfiguration' => [ 'base' => '

Describes the configuration for experiment logging to Amazon CloudWatch Logs.

', 'refs' => [ 'ExperimentTemplateLogConfiguration$cloudWatchLogsConfiguration' => '

The configuration for experiment logging to Amazon CloudWatch Logs.

', ], ], 'ExperimentTemplateCloudWatchLogsLogConfigurationInput' => [ 'base' => '

Specifies the configuration for experiment logging to Amazon CloudWatch Logs.

', 'refs' => [ 'CreateExperimentTemplateLogConfigurationInput$cloudWatchLogsConfiguration' => '

The configuration for experiment logging to Amazon CloudWatch Logs.

', 'UpdateExperimentTemplateLogConfigurationInput$cloudWatchLogsConfiguration' => '

The configuration for experiment logging to Amazon CloudWatch Logs.

', ], ], 'ExperimentTemplateDescription' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateRequest$description' => '

A description for the experiment template.

', 'ExperimentTemplate$description' => '

The description for the experiment template.

', 'ExperimentTemplateSummary$description' => '

The description of the experiment template.

', 'UpdateExperimentTemplateRequest$description' => '

A description for the template.

', ], ], 'ExperimentTemplateExperimentOptions' => [ 'base' => '

Describes the experiment options for an experiment template.

', 'refs' => [ 'ExperimentTemplate$experimentOptions' => '

The experiment options for an experiment template.

', ], ], 'ExperimentTemplateId' => [ 'base' => NULL, 'refs' => [ 'CreateTargetAccountConfigurationRequest$experimentTemplateId' => '

The experiment template ID.

', 'DeleteExperimentTemplateRequest$id' => '

The ID of the experiment template.

', 'DeleteTargetAccountConfigurationRequest$experimentTemplateId' => '

The ID of the experiment template.

', 'Experiment$experimentTemplateId' => '

The ID of the experiment template.

', 'ExperimentSummary$experimentTemplateId' => '

The ID of the experiment template.

', 'ExperimentTemplate$id' => '

The ID of the experiment template.

', 'ExperimentTemplateSummary$id' => '

The ID of the experiment template.

', 'GetExperimentTemplateRequest$id' => '

The ID of the experiment template.

', 'GetTargetAccountConfigurationRequest$experimentTemplateId' => '

The ID of the experiment template.

', 'ListExperimentsRequest$experimentTemplateId' => '

The ID of the experiment template.

', 'ListTargetAccountConfigurationsRequest$experimentTemplateId' => '

The ID of the experiment template.

', 'StartExperimentRequest$experimentTemplateId' => '

The ID of the experiment template.

', 'UpdateExperimentTemplateRequest$id' => '

The ID of the experiment template.

', 'UpdateTargetAccountConfigurationRequest$experimentTemplateId' => '

The ID of the experiment template.

', ], ], 'ExperimentTemplateLogConfiguration' => [ 'base' => '

Describes the configuration for experiment logging.

', 'refs' => [ 'ExperimentTemplate$logConfiguration' => '

The configuration for experiment logging.

', ], ], 'ExperimentTemplateS3LogConfiguration' => [ 'base' => '

Describes the configuration for experiment logging to Amazon S3.

', 'refs' => [ 'ExperimentTemplateLogConfiguration$s3Configuration' => '

The configuration for experiment logging to Amazon S3.

', ], ], 'ExperimentTemplateS3LogConfigurationInput' => [ 'base' => '

Specifies the configuration for experiment logging to Amazon S3.

', 'refs' => [ 'CreateExperimentTemplateLogConfigurationInput$s3Configuration' => '

The configuration for experiment logging to Amazon S3.

', 'UpdateExperimentTemplateLogConfigurationInput$s3Configuration' => '

The configuration for experiment logging to Amazon S3.

', ], ], 'ExperimentTemplateStopCondition' => [ 'base' => '

Describes a stop condition for an experiment template.

', 'refs' => [ 'ExperimentTemplateStopConditionList$member' => NULL, ], ], 'ExperimentTemplateStopConditionList' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplate$stopConditions' => '

The stop conditions for the experiment.

', ], ], 'ExperimentTemplateSummary' => [ 'base' => '

Provides a summary of an experiment template.

', 'refs' => [ 'ExperimentTemplateSummaryList$member' => NULL, ], ], 'ExperimentTemplateSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListExperimentTemplatesResponse$experimentTemplates' => '

The experiment templates.

', ], ], 'ExperimentTemplateTarget' => [ 'base' => '

Describes a target for an experiment template.

', 'refs' => [ 'ExperimentTemplateTargetMap$value' => NULL, ], ], 'ExperimentTemplateTargetFilter' => [ 'base' => '

Describes a filter used for the target resources in an experiment template.

', 'refs' => [ 'ExperimentTemplateTargetFilterList$member' => NULL, ], ], 'ExperimentTemplateTargetFilterInputList' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateTargetInput$filters' => '

The filters to apply to identify target resources using specific attributes.

', 'UpdateExperimentTemplateTargetInput$filters' => '

The filters to apply to identify target resources using specific attributes.

', ], ], 'ExperimentTemplateTargetFilterList' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplateTarget$filters' => '

The filters to apply to identify target resources using specific attributes.

', ], ], 'ExperimentTemplateTargetFilterPath' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplateTargetFilter$path' => '

The attribute path for the filter.

', 'ExperimentTemplateTargetInputFilter$path' => '

The attribute path for the filter.

', ], ], 'ExperimentTemplateTargetFilterValue' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplateTargetFilterValues$member' => NULL, ], ], 'ExperimentTemplateTargetFilterValues' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplateTargetFilter$values' => '

The attribute values for the filter.

', 'ExperimentTemplateTargetInputFilter$values' => '

The attribute values for the filter.

', ], ], 'ExperimentTemplateTargetInputFilter' => [ 'base' => '

Specifies a filter used for the target resource input in an experiment template.

For more information, see Resource filters in the Fault Injection Service User Guide.

', 'refs' => [ 'ExperimentTemplateTargetFilterInputList$member' => NULL, ], ], 'ExperimentTemplateTargetMap' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplate$targets' => '

The targets for the experiment.

', ], ], 'ExperimentTemplateTargetName' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateTargetInputMap$key' => NULL, 'ExperimentTemplateActionTargetMap$value' => NULL, 'ExperimentTemplateTargetMap$key' => NULL, 'UpdateExperimentTemplateTargetInputMap$key' => NULL, ], ], 'ExperimentTemplateTargetParameterMap' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateTargetInput$parameters' => '

The resource type parameters.

', 'ExperimentTemplateTarget$parameters' => '

The resource type parameters.

', 'UpdateExperimentTemplateTargetInput$parameters' => '

The resource type parameters.

', ], ], 'ExperimentTemplateTargetParameterName' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplateTargetParameterMap$key' => NULL, ], ], 'ExperimentTemplateTargetParameterValue' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplateTargetParameterMap$value' => NULL, ], ], 'ExperimentTemplateTargetSelectionMode' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateTargetInput$selectionMode' => '

Scopes the identified resources to a specific count of the resources at random, or a percentage of the resources. All identified resources are included in the target.

', 'ExperimentTemplateTarget$selectionMode' => '

Scopes the identified resources to a specific count or percentage.

', 'UpdateExperimentTemplateTargetInput$selectionMode' => '

Scopes the identified resources to a specific count or percentage.

', ], ], 'GetActionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetActionResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetExperimentTargetAccountConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetExperimentTargetAccountConfigurationResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetExperimentTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetExperimentTemplateResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTargetAccountConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTargetAccountConfigurationResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTargetResourceTypeRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTargetResourceTypeResponse' => [ 'base' => NULL, 'refs' => [], ], 'LastUpdateTime' => [ 'base' => NULL, 'refs' => [ 'ExperimentTemplate$lastUpdateTime' => '

The time the experiment template was last updated.

', 'ExperimentTemplateSummary$lastUpdateTime' => '

The time that the experiment template was last updated.

', ], ], 'ListActionsMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListActionsRequest$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.

', ], ], 'ListActionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListActionsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListExperimentResolvedTargetsMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListExperimentResolvedTargetsRequest$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.

', ], ], 'ListExperimentResolvedTargetsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListExperimentResolvedTargetsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListExperimentTargetAccountConfigurationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListExperimentTargetAccountConfigurationsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListExperimentTemplatesMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListExperimentTemplatesRequest$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.

', ], ], 'ListExperimentTemplatesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListExperimentTemplatesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListExperimentsMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListExperimentsRequest$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.

', ], ], 'ListExperimentsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListExperimentsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTargetAccountConfigurationsMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListTargetAccountConfigurationsRequest$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.

', ], ], 'ListTargetAccountConfigurationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTargetAccountConfigurationsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTargetResourceTypesMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListTargetResourceTypesRequest$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.

', ], ], 'ListTargetResourceTypesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTargetResourceTypesResponse' => [ 'base' => NULL, 'refs' => [], ], 'LogSchemaVersion' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateLogConfigurationInput$logSchemaVersion' => '

The schema version.

', 'ExperimentLogConfiguration$logSchemaVersion' => '

The schema version.

', 'ExperimentTemplateLogConfiguration$logSchemaVersion' => '

The schema version.

', 'UpdateExperimentTemplateLogConfigurationInput$logSchemaVersion' => '

The schema version.

', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'ListActionsRequest$nextToken' => '

The token for the next page of results.

', 'ListActionsResponse$nextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'ListExperimentResolvedTargetsRequest$nextToken' => '

The token for the next page of results.

', 'ListExperimentResolvedTargetsResponse$nextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'ListExperimentTargetAccountConfigurationsRequest$nextToken' => '

The token for the next page of results.

', 'ListExperimentTargetAccountConfigurationsResponse$nextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'ListExperimentTemplatesRequest$nextToken' => '

The token for the next page of results.

', 'ListExperimentTemplatesResponse$nextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'ListExperimentsRequest$nextToken' => '

The token for the next page of results.

', 'ListExperimentsResponse$nextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'ListTargetAccountConfigurationsRequest$nextToken' => '

The token for the next page of results.

', 'ListTargetAccountConfigurationsResponse$nextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', 'ListTargetResourceTypesRequest$nextToken' => '

The token for the next page of results.

', 'ListTargetResourceTypesResponse$nextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', ], ], 'ResolvedTarget' => [ 'base' => '

Describes a resolved target.

', 'refs' => [ 'ResolvedTargetList$member' => NULL, ], ], 'ResolvedTargetList' => [ 'base' => NULL, 'refs' => [ 'ListExperimentResolvedTargetsResponse$resolvedTargets' => '

The resolved targets.

', ], ], 'ResourceArn' => [ 'base' => NULL, 'refs' => [ 'Action$arn' => '

The Amazon Resource Name (ARN) of the action.

', 'ActionSummary$arn' => '

The Amazon Resource Name (ARN) of the action.

', 'Experiment$arn' => '

The Amazon Resource Name (ARN) of the experiment.

', 'ExperimentSummary$arn' => '

The Amazon Resource Name (ARN) of the experiment.

', 'ExperimentTemplate$arn' => '

The Amazon Resource Name (ARN) of the experiment template.

', 'ExperimentTemplateSummary$arn' => '

The Amazon Resource Name (ARN) of the experiment template.

', 'ListTagsForResourceRequest$resourceArn' => '

The Amazon Resource Name (ARN) of the resource.

', 'ResourceArnList$member' => NULL, 'TagResourceRequest$resourceArn' => '

The Amazon Resource Name (ARN) of the resource.

', 'UntagResourceRequest$resourceArn' => '

The Amazon Resource Name (ARN) of the resource.

', ], ], 'ResourceArnList' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateTargetInput$resourceArns' => '

The Amazon Resource Names (ARNs) of the resources.

', 'ExperimentTarget$resourceArns' => '

The Amazon Resource Names (ARNs) of the resources.

', 'ExperimentTemplateTarget$resourceArns' => '

The Amazon Resource Names (ARNs) of the targets.

', 'UpdateExperimentTemplateTargetInput$resourceArns' => '

The Amazon Resource Names (ARNs) of the targets.

', ], ], 'ResourceNotFoundException' => [ 'base' => '

The specified resource cannot be found.

', 'refs' => [], ], 'RoleArn' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateRequest$roleArn' => '

The Amazon Resource Name (ARN) of an IAM role that grants the FIS service permission to perform service actions on your behalf.

', 'CreateTargetAccountConfigurationRequest$roleArn' => '

The Amazon Resource Name (ARN) of an IAM role for the target account.

', 'Experiment$roleArn' => '

The Amazon Resource Name (ARN) of an IAM role that grants the FIS service permission to perform service actions on your behalf.

', 'ExperimentTargetAccountConfiguration$roleArn' => '

The Amazon Resource Name (ARN) of an IAM role for the target account.

', 'ExperimentTargetAccountConfigurationSummary$roleArn' => '

The Amazon Resource Name (ARN) of an IAM role for the target account.

', 'ExperimentTemplate$roleArn' => '

The Amazon Resource Name (ARN) of an IAM role.

', 'TargetAccountConfiguration$roleArn' => '

The Amazon Resource Name (ARN) of an IAM role for the target account.

', 'TargetAccountConfigurationSummary$roleArn' => '

The Amazon Resource Name (ARN) of an IAM role for the target account.

', 'UpdateExperimentTemplateRequest$roleArn' => '

The Amazon Resource Name (ARN) of an IAM role that grants the FIS service permission to perform service actions on your behalf.

', 'UpdateTargetAccountConfigurationRequest$roleArn' => '

The Amazon Resource Name (ARN) of an IAM role for the target account.

', ], ], 'S3BucketName' => [ 'base' => NULL, 'refs' => [ 'ExperimentS3LogConfiguration$bucketName' => '

The name of the destination bucket.

', 'ExperimentTemplateS3LogConfiguration$bucketName' => '

The name of the destination bucket.

', 'ExperimentTemplateS3LogConfigurationInput$bucketName' => '

The name of the destination bucket.

', ], ], 'S3ObjectKey' => [ 'base' => NULL, 'refs' => [ 'ExperimentS3LogConfiguration$prefix' => '

The bucket prefix.

', 'ExperimentTemplateS3LogConfiguration$prefix' => '

The bucket prefix.

', 'ExperimentTemplateS3LogConfigurationInput$prefix' => '

The bucket prefix.

', ], ], 'ServiceQuotaExceededException' => [ 'base' => '

You have exceeded your service quota.

', 'refs' => [], ], 'StartExperimentExperimentOptionsInput' => [ 'base' => '

Specifies experiment options for running an experiment.

', 'refs' => [ 'StartExperimentRequest$experimentOptions' => '

The experiment options for running the experiment.

', ], ], 'StartExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'StopConditionSource' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateStopConditionInput$source' => '

The source for the stop condition. Specify aws:cloudwatch:alarm if the stop condition is defined by a CloudWatch alarm. Specify none if there is no stop condition.

', 'ExperimentStopCondition$source' => '

The source for the stop condition.

', 'ExperimentTemplateStopCondition$source' => '

The source for the stop condition.

', 'UpdateExperimentTemplateStopConditionInput$source' => '

The source for the stop condition. Specify aws:cloudwatch:alarm if the stop condition is defined by a CloudWatch alarm. Specify none if there is no stop condition.

', ], ], 'StopConditionValue' => [ 'base' => NULL, 'refs' => [ 'CreateExperimentTemplateStopConditionInput$value' => '

The Amazon Resource Name (ARN) of the CloudWatch alarm. This is required if the source is a CloudWatch alarm.

', 'ExperimentStopCondition$value' => '

The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.

', 'ExperimentTemplateStopCondition$value' => '

The Amazon Resource Name (ARN) of the CloudWatch alarm, if applicable.

', 'UpdateExperimentTemplateStopConditionInput$value' => '

The Amazon Resource Name (ARN) of the CloudWatch alarm.

', ], ], 'StopExperimentRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopExperimentResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagKeyList$member' => NULL, 'TagMap$key' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$tagKeys' => '

The tag keys to remove.

', ], ], 'TagMap' => [ 'base' => NULL, 'refs' => [ 'Action$tags' => '

The tags for the action.

', 'ActionSummary$tags' => '

The tags for the action.

', 'CreateExperimentTemplateRequest$tags' => '

The tags to apply to the experiment template.

', 'CreateExperimentTemplateTargetInput$resourceTags' => '

The tags for the target resources.

', 'Experiment$tags' => '

The tags for the experiment.

', 'ExperimentSummary$tags' => '

The tags for the experiment.

', 'ExperimentTarget$resourceTags' => '

The tags for the target resources.

', 'ExperimentTemplate$tags' => '

The tags for the experiment template.

', 'ExperimentTemplateSummary$tags' => '

The tags for the experiment template.

', 'ExperimentTemplateTarget$resourceTags' => '

The tags for the target resources.

', 'ListTagsForResourceResponse$tags' => '

The tags for the resource.

', 'StartExperimentRequest$tags' => '

The tags to apply to the experiment.

', 'TagResourceRequest$tags' => '

The tags for the resource.

', 'UpdateExperimentTemplateTargetInput$resourceTags' => '

The tags for the target resources.

', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'TagMap$value' => NULL, ], ], 'TargetAccountConfiguration' => [ 'base' => '

Describes a target account configuration.

', 'refs' => [ 'CreateTargetAccountConfigurationResponse$targetAccountConfiguration' => '

Information about the target account configuration.

', 'DeleteTargetAccountConfigurationResponse$targetAccountConfiguration' => '

Information about the target account configuration.

', 'GetTargetAccountConfigurationResponse$targetAccountConfiguration' => '

Information about the target account configuration.

', 'UpdateTargetAccountConfigurationResponse$targetAccountConfiguration' => '

Information about the target account configuration.

', ], ], 'TargetAccountConfigurationDescription' => [ 'base' => NULL, 'refs' => [ 'CreateTargetAccountConfigurationRequest$description' => '

The description of the target account.

', 'ExperimentTargetAccountConfiguration$description' => '

The description of the target account.

', 'ExperimentTargetAccountConfigurationSummary$description' => '

The description of the target account.

', 'TargetAccountConfiguration$description' => '

The description of the target account.

', 'TargetAccountConfigurationSummary$description' => '

The description of the target account.

', 'UpdateTargetAccountConfigurationRequest$description' => '

The description of the target account.

', ], ], 'TargetAccountConfigurationList' => [ 'base' => NULL, 'refs' => [ 'ListTargetAccountConfigurationsResponse$targetAccountConfigurations' => '

The target account configurations.

', ], ], 'TargetAccountConfigurationSummary' => [ 'base' => '

Provides a summary of a target account configuration.

', 'refs' => [ 'TargetAccountConfigurationList$member' => NULL, ], ], 'TargetAccountConfigurationsCount' => [ 'base' => NULL, 'refs' => [ 'Experiment$targetAccountConfigurationsCount' => '

The count of target account configurations for the experiment.

', 'ExperimentTemplate$targetAccountConfigurationsCount' => '

The count of target account configurations for the experiment template.

', ], ], 'TargetAccountId' => [ 'base' => NULL, 'refs' => [ 'CreateTargetAccountConfigurationRequest$accountId' => '

The Amazon Web Services account ID of the target account.

', 'DeleteTargetAccountConfigurationRequest$accountId' => '

The Amazon Web Services account ID of the target account.

', 'ExperimentTargetAccountConfiguration$accountId' => '

The Amazon Web Services account ID of the target account.

', 'ExperimentTargetAccountConfigurationSummary$accountId' => '

The Amazon Web Services account ID of the target account.

', 'GetExperimentTargetAccountConfigurationRequest$accountId' => '

The Amazon Web Services account ID of the target account.

', 'GetTargetAccountConfigurationRequest$accountId' => '

The Amazon Web Services account ID of the target account.

', 'TargetAccountConfiguration$accountId' => '

The Amazon Web Services account ID of the target account.

', 'TargetAccountConfigurationSummary$accountId' => '

The Amazon Web Services account ID of the target account.

', 'UpdateTargetAccountConfigurationRequest$accountId' => '

The Amazon Web Services account ID of the target account.

', ], ], 'TargetInformationKey' => [ 'base' => NULL, 'refs' => [ 'TargetInformationMap$key' => NULL, ], ], 'TargetInformationMap' => [ 'base' => NULL, 'refs' => [ 'ResolvedTarget$targetInformation' => '

Information about the target.

', ], ], 'TargetInformationValue' => [ 'base' => NULL, 'refs' => [ 'TargetInformationMap$value' => NULL, ], ], 'TargetName' => [ 'base' => NULL, 'refs' => [ 'ListExperimentResolvedTargetsRequest$targetName' => '

The name of the target.

', 'ResolvedTarget$targetName' => '

The name of the target.

', ], ], 'TargetResourceType' => [ 'base' => '

Describes a resource type.

', 'refs' => [ 'GetTargetResourceTypeResponse$targetResourceType' => '

Information about the resource type.

', ], ], 'TargetResourceTypeDescription' => [ 'base' => NULL, 'refs' => [ 'TargetResourceType$description' => '

A description of the resource type.

', 'TargetResourceTypeSummary$description' => '

A description of the resource type.

', ], ], 'TargetResourceTypeId' => [ 'base' => NULL, 'refs' => [ 'ActionTarget$resourceType' => '

The resource type of the target.

', 'CreateExperimentTemplateTargetInput$resourceType' => '

The resource type. The resource type must be supported for the specified action.

', 'ExperimentTarget$resourceType' => '

The resource type.

', 'ExperimentTemplateTarget$resourceType' => '

The resource type.

', 'GetTargetResourceTypeRequest$resourceType' => '

The resource type.

', 'ResolvedTarget$resourceType' => '

The resource type of the target.

', 'TargetResourceType$resourceType' => '

The resource type.

', 'TargetResourceTypeSummary$resourceType' => '

The resource type.

', 'UpdateExperimentTemplateTargetInput$resourceType' => '

The resource type. The resource type must be supported for the specified action.

', ], ], 'TargetResourceTypeParameter' => [ 'base' => '

Describes the parameters for a resource type. Use parameters to determine which tasks are identified during target resolution.

', 'refs' => [ 'TargetResourceTypeParameterMap$value' => NULL, ], ], 'TargetResourceTypeParameterDescription' => [ 'base' => NULL, 'refs' => [ 'TargetResourceTypeParameter$description' => '

A description of the parameter.

', ], ], 'TargetResourceTypeParameterMap' => [ 'base' => NULL, 'refs' => [ 'TargetResourceType$parameters' => '

The parameters for the resource type.

', ], ], 'TargetResourceTypeParameterName' => [ 'base' => NULL, 'refs' => [ 'TargetResourceTypeParameterMap$key' => NULL, ], ], 'TargetResourceTypeParameterRequired' => [ 'base' => NULL, 'refs' => [ 'TargetResourceTypeParameter$required' => '

Indicates whether the parameter is required.

', ], ], 'TargetResourceTypeSummary' => [ 'base' => '

Describes a resource type.

', 'refs' => [ 'TargetResourceTypeSummaryList$member' => NULL, ], ], 'TargetResourceTypeSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListTargetResourceTypesResponse$targetResourceTypes' => '

The target resource types.

', ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateExperimentTemplateActionInputItem' => [ 'base' => '

Specifies an action for an experiment template.

', 'refs' => [ 'UpdateExperimentTemplateActionInputMap$value' => NULL, ], ], 'UpdateExperimentTemplateActionInputMap' => [ 'base' => NULL, 'refs' => [ 'UpdateExperimentTemplateRequest$actions' => '

The actions for the experiment.

', ], ], 'UpdateExperimentTemplateExperimentOptionsInput' => [ 'base' => '

Specifies an experiment option for an experiment template.

', 'refs' => [ 'UpdateExperimentTemplateRequest$experimentOptions' => '

The experiment options for the experiment template.

', ], ], 'UpdateExperimentTemplateLogConfigurationInput' => [ 'base' => '

Specifies the configuration for experiment logging.

', 'refs' => [ 'UpdateExperimentTemplateRequest$logConfiguration' => '

The configuration for experiment logging.

', ], ], 'UpdateExperimentTemplateRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateExperimentTemplateResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateExperimentTemplateStopConditionInput' => [ 'base' => '

Specifies a stop condition for an experiment. You can define a stop condition as a CloudWatch alarm.

', 'refs' => [ 'UpdateExperimentTemplateStopConditionInputList$member' => NULL, ], ], 'UpdateExperimentTemplateStopConditionInputList' => [ 'base' => NULL, 'refs' => [ 'UpdateExperimentTemplateRequest$stopConditions' => '

The stop conditions for the experiment.

', ], ], 'UpdateExperimentTemplateTargetInput' => [ 'base' => '

Specifies a target for an experiment. You must specify at least one Amazon Resource Name (ARN) or at least one resource tag. You cannot specify both.

', 'refs' => [ 'UpdateExperimentTemplateTargetInputMap$value' => NULL, ], ], 'UpdateExperimentTemplateTargetInputMap' => [ 'base' => NULL, 'refs' => [ 'UpdateExperimentTemplateRequest$targets' => '

The targets for the experiment.

', ], ], 'UpdateTargetAccountConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTargetAccountConfigurationResponse' => [ 'base' => NULL, 'refs' => [], ], 'ValidationException' => [ 'base' => '

The specified input is not valid, or fails to satisfy the constraints for the request.

', 'refs' => [], ], ],]; diff --git a/src/data/glue/2017-03-31/api-2.json b/src/data/glue/2017-03-31/api-2.json index 43f658fbbe..1029833782 100644 --- a/src/data/glue/2017-03-31/api-2.json +++ b/src/data/glue/2017-03-31/api-2.json @@ -8737,7 +8737,8 @@ "MaxResults":{"shape":"CatalogGetterPageSize"}, "TransactionId":{"shape":"TransactionIdString"}, "QueryAsOfTime":{"shape":"Timestamp"}, - "IncludeStatusDetails":{"shape":"BooleanNullable"} + "IncludeStatusDetails":{"shape":"BooleanNullable"}, + "AttributesToGet":{"shape":"TableAttributesList"} } }, "GetTablesResponse":{ @@ -13069,6 +13070,17 @@ "Status":{"shape":"TableStatus"} } }, + "TableAttributes":{ + "type":"string", + "enum":[ + "NAME", + "TABLE_TYPE" + ] + }, + "TableAttributesList":{ + "type":"list", + "member":{"shape":"TableAttributes"} + }, "TableError":{ "type":"structure", "members":{ 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 f27f803997..ae4fa4ba12 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', 'protocols' => [ 'json', ], 'serviceFullName' => 'AWS Glue', 'serviceId' => 'Glue', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSGlue', 'uid' => 'glue-2017-03-31', 'auth' => [ 'aws.auth#sigv4', ], ], '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', ], ], ], 'BatchGetTableOptimizer' => [ 'name' => 'BatchGetTableOptimizer', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetTableOptimizerRequest', ], 'output' => [ 'shape' => 'BatchGetTableOptimizerResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], ], ], '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', ], ], ], 'BatchPutDataQualityStatisticAnnotation' => [ 'name' => 'BatchPutDataQualityStatisticAnnotation', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchPutDataQualityStatisticAnnotationRequest', ], 'output' => [ 'shape' => 'BatchPutDataQualityStatisticAnnotationResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], ], ], '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', ], ], ], 'CreateTableOptimizer' => [ 'name' => 'CreateTableOptimizer', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateTableOptimizerRequest', ], 'output' => [ 'shape' => 'CreateTableOptimizerResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InternalServiceException', ], ], ], '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', ], ], ], 'CreateUsageProfile' => [ 'name' => 'CreateUsageProfile', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateUsageProfileRequest', ], 'output' => [ 'shape' => 'CreateUsageProfileResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'OperationNotSupportedException', ], ], ], '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', ], ], ], 'DeleteTableOptimizer' => [ 'name' => 'DeleteTableOptimizer', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteTableOptimizerRequest', ], 'output' => [ 'shape' => 'DeleteTableOptimizerResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], ], ], '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', ], ], ], 'DeleteUsageProfile' => [ 'name' => 'DeleteUsageProfile', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteUsageProfileRequest', ], 'output' => [ 'shape' => 'DeleteUsageProfileResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'OperationNotSupportedException', ], ], ], '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', ], ], ], 'GetColumnStatisticsTaskRun' => [ 'name' => 'GetColumnStatisticsTaskRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetColumnStatisticsTaskRunRequest', ], 'output' => [ 'shape' => 'GetColumnStatisticsTaskRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'GetColumnStatisticsTaskRuns' => [ 'name' => 'GetColumnStatisticsTaskRuns', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetColumnStatisticsTaskRunsRequest', ], 'output' => [ 'shape' => 'GetColumnStatisticsTaskRunsResponse', ], 'errors' => [ [ 'shape' => 'OperationTimeoutException', ], ], ], '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', ], ], ], 'GetDataQualityModel' => [ 'name' => 'GetDataQualityModel', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDataQualityModelRequest', ], 'output' => [ 'shape' => 'GetDataQualityModelResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetDataQualityModelResult' => [ 'name' => 'GetDataQualityModelResult', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDataQualityModelResultRequest', ], 'output' => [ 'shape' => 'GetDataQualityModelResultResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], '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', ], ], ], 'GetTableOptimizer' => [ 'name' => 'GetTableOptimizer', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetTableOptimizerRequest', ], 'output' => [ 'shape' => 'GetTableOptimizerResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], ], ], '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', ], ], ], 'GetUsageProfile' => [ 'name' => 'GetUsageProfile', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetUsageProfileRequest', ], 'output' => [ 'shape' => 'GetUsageProfileResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'OperationNotSupportedException', ], ], ], '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', ], ], ], 'ListColumnStatisticsTaskRuns' => [ 'name' => 'ListColumnStatisticsTaskRuns', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListColumnStatisticsTaskRunsRequest', ], 'output' => [ 'shape' => 'ListColumnStatisticsTaskRunsResponse', ], 'errors' => [ [ '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', ], ], ], 'ListDataQualityStatisticAnnotations' => [ 'name' => 'ListDataQualityStatisticAnnotations', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDataQualityStatisticAnnotationsRequest', ], 'output' => [ 'shape' => 'ListDataQualityStatisticAnnotationsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'ListDataQualityStatistics' => [ 'name' => 'ListDataQualityStatistics', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDataQualityStatisticsRequest', ], 'output' => [ 'shape' => 'ListDataQualityStatisticsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ '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', ], ], ], 'ListTableOptimizerRuns' => [ 'name' => 'ListTableOptimizerRuns', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTableOptimizerRunsRequest', ], 'output' => [ 'shape' => 'ListTableOptimizerRunsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'ListTriggers' => [ 'name' => 'ListTriggers', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTriggersRequest', ], 'output' => [ 'shape' => 'ListTriggersResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'ListUsageProfiles' => [ 'name' => 'ListUsageProfiles', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListUsageProfilesRequest', ], 'output' => [ 'shape' => 'ListUsageProfilesResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationNotSupportedException', ], ], ], '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', ], ], ], 'PutDataQualityProfileAnnotation' => [ 'name' => 'PutDataQualityProfileAnnotation', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PutDataQualityProfileAnnotationRequest', ], 'output' => [ 'shape' => 'PutDataQualityProfileAnnotationResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], ], ], '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', ], ], ], 'StartColumnStatisticsTaskRun' => [ 'name' => 'StartColumnStatisticsTaskRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartColumnStatisticsTaskRunRequest', ], 'output' => [ 'shape' => 'StartColumnStatisticsTaskRunResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'ColumnStatisticsTaskRunningException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'InvalidInputException', ], ], ], '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', ], ], ], 'StopColumnStatisticsTaskRun' => [ 'name' => 'StopColumnStatisticsTaskRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopColumnStatisticsTaskRunRequest', ], 'output' => [ 'shape' => 'StopColumnStatisticsTaskRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'ColumnStatisticsTaskNotRunningException', ], [ 'shape' => 'ColumnStatisticsTaskStoppingException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], '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', ], ], ], 'UpdateTableOptimizer' => [ 'name' => 'UpdateTableOptimizer', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateTableOptimizerRequest', ], 'output' => [ 'shape' => 'UpdateTableOptimizerResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'UpdateTrigger' => [ 'name' => 'UpdateTrigger', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateTriggerRequest', ], 'output' => [ 'shape' => 'UpdateTriggerResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'UpdateUsageProfile' => [ 'name' => 'UpdateUsageProfile', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateUsageProfileRequest', ], 'output' => [ 'shape' => 'UpdateUsageProfileResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'OperationNotSupportedException', ], [ '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' => [ 'AWSManagedClientApplicationReference' => [ 'type' => 'string', 'max' => 2048, 'pattern' => '\\S+', ], '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', ], ], 'AdditionalContextMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ContextKey', ], 'value' => [ 'shape' => 'ContextValue', ], ], 'AdditionalOptionKeys' => [ 'type' => 'string', 'enum' => [ 'performanceTuning.caching', 'observations.scope', ], ], '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, ], 'AllowedValuesStringList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ConfigValueString', ], ], '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', ], ], ], 'AnnotationError' => [ 'type' => 'structure', 'members' => [ 'ProfileId' => [ 'shape' => 'HashString', ], 'StatisticId' => [ 'shape' => 'HashString', ], 'FailureReason' => [ 'shape' => 'DescriptionString', ], ], ], 'AnnotationErrorList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AnnotationError', ], ], 'AnnotationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'StatisticAnnotation', ], ], 'ApplyMapping' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Mapping', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Mapping' => [ 'shape' => 'Mappings', ], ], ], 'ArnString' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, ], '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]*', ], 'AuthenticationConfiguration' => [ 'type' => 'structure', 'members' => [ 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], 'SecretArn' => [ 'shape' => 'SecretArn', ], 'OAuth2Properties' => [ 'shape' => 'OAuth2Properties', ], ], ], 'AuthenticationConfigurationInput' => [ 'type' => 'structure', 'members' => [ 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], 'SecretArn' => [ 'shape' => 'SecretArn', ], 'OAuth2Properties' => [ 'shape' => 'OAuth2PropertiesInput', ], ], ], 'AuthenticationType' => [ 'type' => 'string', 'enum' => [ 'BASIC', 'OAUTH2', 'CUSTOM', ], ], 'AuthorizationCode' => [ 'type' => 'string', 'max' => 4096, 'min' => 1, 'pattern' => '\\S+', ], 'AuthorizationCodeProperties' => [ 'type' => 'structure', 'members' => [ 'AuthorizationCode' => [ 'shape' => 'AuthorizationCode', ], 'RedirectUri' => [ 'shape' => 'RedirectUri', ], ], ], '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', ], 'PartitionKeys' => [ 'shape' => 'GlueStudioPathList', ], '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, ], 'BatchGetTableOptimizerEntries' => [ 'type' => 'list', 'member' => [ 'shape' => 'BatchGetTableOptimizerEntry', ], ], 'BatchGetTableOptimizerEntry' => [ 'type' => 'structure', 'members' => [ 'catalogId' => [ 'shape' => 'CatalogIdString', ], 'databaseName' => [ 'shape' => 'databaseNameString', ], 'tableName' => [ 'shape' => 'tableNameString', ], 'type' => [ 'shape' => 'TableOptimizerType', ], ], ], 'BatchGetTableOptimizerError' => [ 'type' => 'structure', 'members' => [ 'error' => [ 'shape' => 'ErrorDetail', ], 'catalogId' => [ 'shape' => 'CatalogIdString', ], 'databaseName' => [ 'shape' => 'databaseNameString', ], 'tableName' => [ 'shape' => 'tableNameString', ], 'type' => [ 'shape' => 'TableOptimizerType', ], ], ], 'BatchGetTableOptimizerErrors' => [ 'type' => 'list', 'member' => [ 'shape' => 'BatchGetTableOptimizerError', ], ], 'BatchGetTableOptimizerRequest' => [ 'type' => 'structure', 'required' => [ 'Entries', ], 'members' => [ 'Entries' => [ 'shape' => 'BatchGetTableOptimizerEntries', ], ], ], 'BatchGetTableOptimizerResponse' => [ 'type' => 'structure', 'members' => [ 'TableOptimizers' => [ 'shape' => 'BatchTableOptimizers', ], 'Failures' => [ 'shape' => 'BatchGetTableOptimizerErrors', ], ], ], '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', ], ], ], 'BatchPutDataQualityStatisticAnnotationRequest' => [ 'type' => 'structure', 'required' => [ 'InclusionAnnotations', ], 'members' => [ 'InclusionAnnotations' => [ 'shape' => 'InclusionAnnotationList', ], 'ClientToken' => [ 'shape' => 'HashString', ], ], ], 'BatchPutDataQualityStatisticAnnotationResponse' => [ 'type' => 'structure', 'members' => [ 'FailedInclusionAnnotations' => [ 'shape' => 'AnnotationErrorList', ], ], ], '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', ], ], 'BatchTableOptimizer' => [ 'type' => 'structure', 'members' => [ 'catalogId' => [ 'shape' => 'CatalogIdString', ], 'databaseName' => [ 'shape' => 'databaseNameString', ], 'tableName' => [ 'shape' => 'tableNameString', ], 'tableOptimizer' => [ 'shape' => 'TableOptimizer', ], ], ], 'BatchTableOptimizers' => [ 'type' => 'list', 'member' => [ 'shape' => 'BatchTableOptimizer', ], ], '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', 'SSE-KMS-WITH-SERVICE-ROLE', ], ], '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', ], 'ConnectorDataSource' => [ 'shape' => 'ConnectorDataSource', ], 'ConnectorDataTarget' => [ 'shape' => 'ConnectorDataTarget', ], ], ], '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', ], ], 'ColumnNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], ], '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', ], ], 'ColumnStatisticsState' => [ 'type' => 'string', 'enum' => [ 'STARTING', 'RUNNING', 'SUCCEEDED', 'FAILED', 'STOPPED', ], ], 'ColumnStatisticsTaskNotRunningException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'ColumnStatisticsTaskRun' => [ 'type' => 'structure', 'members' => [ 'CustomerId' => [ 'shape' => 'AccountId', ], 'ColumnStatisticsTaskRunId' => [ 'shape' => 'HashString', ], 'DatabaseName' => [ 'shape' => 'DatabaseName', ], 'TableName' => [ 'shape' => 'TableName', ], 'ColumnNameList' => [ 'shape' => 'ColumnNameList', ], 'CatalogID' => [ 'shape' => 'CatalogIdString', ], 'Role' => [ 'shape' => 'Role', ], 'SampleSize' => [ 'shape' => 'SampleSizePercentage', ], 'SecurityConfiguration' => [ 'shape' => 'CrawlerSecurityConfiguration', ], 'NumberOfWorkers' => [ 'shape' => 'PositiveInteger', ], 'WorkerType' => [ 'shape' => 'NameString', ], 'Status' => [ 'shape' => 'ColumnStatisticsState', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastUpdated' => [ 'shape' => 'Timestamp', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'ErrorMessage' => [ 'shape' => 'DescriptionString', ], 'DPUSeconds' => [ 'shape' => 'NonNegativeDouble', ], ], ], 'ColumnStatisticsTaskRunIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'HashString', ], 'max' => 100, 'min' => 0, ], 'ColumnStatisticsTaskRunningException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'ColumnStatisticsTaskRunsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ColumnStatisticsTaskRun', ], ], 'ColumnStatisticsTaskStoppingException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], '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, ], 'ConditionExpression' => [ 'type' => 'structure', 'required' => [ 'Condition', 'TargetColumn', ], 'members' => [ 'Condition' => [ 'shape' => 'DatabrewCondition', ], 'Value' => [ 'shape' => 'DatabrewConditionValue', ], 'TargetColumn' => [ 'shape' => 'TargetColumn', ], ], ], 'ConditionExpressionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ConditionExpression', ], ], 'ConditionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Condition', ], ], 'ConfigValueString' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.-]+', ], 'ConfigurationMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'NameString', ], 'value' => [ 'shape' => 'ConfigurationObject', ], ], 'ConfigurationObject' => [ 'type' => 'structure', 'members' => [ 'DefaultValue' => [ 'shape' => 'ConfigValueString', ], 'AllowedValues' => [ 'shape' => 'AllowedValuesStringList', ], 'MinValue' => [ 'shape' => 'ConfigValueString', ], 'MaxValue' => [ 'shape' => 'ConfigValueString', ], ], ], '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', ], 'Status' => [ 'shape' => 'ConnectionStatus', ], 'StatusReason' => [ 'shape' => 'LongValueString', ], 'LastConnectionValidationTime' => [ 'shape' => 'Timestamp', ], 'AuthenticationConfiguration' => [ 'shape' => 'AuthenticationConfiguration', ], ], ], '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', ], 'AuthenticationConfiguration' => [ 'shape' => 'AuthenticationConfigurationInput', ], 'ValidateCredentials' => [ 'shape' => 'Boolean', ], ], ], '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_PLAIN_USERNAME', 'KAFKA_SASL_PLAIN_PASSWORD', 'ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD', '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', 'ROLE_ARN', 'REGION', 'WORKGROUP_NAME', 'CLUSTER_IDENTIFIER', 'DATABASE', ], ], 'ConnectionStatus' => [ 'type' => 'string', 'enum' => [ 'READY', 'IN_PROGRESS', 'FAILED', ], ], 'ConnectionType' => [ 'type' => 'string', 'enum' => [ 'JDBC', 'SFTP', 'MONGODB', 'KAFKA', 'NETWORK', 'MARKETPLACE', 'CUSTOM', 'SALESFORCE', 'VIEW_VALIDATION_REDSHIFT', 'VIEW_VALIDATION_ATHENA', ], ], 'ConnectionsList' => [ 'type' => 'structure', 'members' => [ 'Connections' => [ 'shape' => 'OrchestrationStringList', ], ], ], 'ConnectorDataSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'ConnectionType', 'Data', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'ConnectionType' => [ 'shape' => 'EnclosedInStringProperty', ], 'Data' => [ 'shape' => 'ConnectorOptions', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'ConnectorDataTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'ConnectionType', 'Data', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'ConnectionType' => [ 'shape' => 'EnclosedInStringProperty', ], 'Data' => [ 'shape' => 'ConnectorOptions', ], 'Inputs' => [ 'shape' => 'OneInput', ], ], ], 'ConnectorOptions' => [ 'type' => 'map', 'key' => [ 'shape' => 'GenericString', ], 'value' => [ 'shape' => 'GenericString', ], ], 'ContextKey' => [ 'type' => 'string', 'max' => 128, 'min' => 1, ], 'ContextValue' => [ 'type' => 'string', 'max' => 256, 'min' => 0, ], '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' => [ 'CreateConnectionStatus' => [ 'shape' => 'ConnectionStatus', ], ], ], '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', ], 'DataQualitySecurityConfiguration' => [ 'shape' => 'NameString', ], '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', ], 'JobMode' => [ 'shape' => 'JobMode', ], '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', ], 'MaintenanceWindow' => [ 'shape' => 'MaintenanceWindow', ], ], ], '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', ], ], ], 'CreateTableOptimizerRequest' => [ 'type' => 'structure', 'required' => [ 'CatalogId', 'DatabaseName', 'TableName', 'Type', 'TableOptimizerConfiguration', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'Type' => [ 'shape' => 'TableOptimizerType', ], 'TableOptimizerConfiguration' => [ 'shape' => 'TableOptimizerConfiguration', ], ], ], 'CreateTableOptimizerResponse' => [ 'type' => 'structure', 'members' => [], ], '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', ], ], ], 'CreateUsageProfileRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'Configuration', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Configuration' => [ 'shape' => 'ProfileConfiguration', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'CreateUsageProfileResponse' => [ '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', ], ], 'DQCompositeRuleEvaluationMethod' => [ 'type' => 'string', 'enum' => [ 'COLUMN', 'ROW', ], ], '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, ], 'DataQualityAnalyzerResult' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DataQualityRuleResultDescription', ], 'EvaluationMessage' => [ 'shape' => 'DataQualityRuleResultDescription', ], 'EvaluatedMetrics' => [ 'shape' => 'EvaluatedMetricsMap', ], ], ], 'DataQualityAnalyzerResults' => [ 'type' => 'list', 'member' => [ 'shape' => 'DataQualityAnalyzerResult', ], 'max' => 2000, 'min' => 0, ], 'DataQualityEvaluationRunAdditionalRunOptions' => [ 'type' => 'structure', 'members' => [ 'CloudWatchMetricsEnabled' => [ 'shape' => 'NullableBoolean', ], 'ResultsS3Prefix' => [ 'shape' => 'UriString', ], 'CompositeRuleEvaluationMethod' => [ 'shape' => 'DQCompositeRuleEvaluationMethod', ], ], ], 'DataQualityMetricValues' => [ 'type' => 'structure', 'members' => [ 'ActualValue' => [ 'shape' => 'NullableDouble', ], 'ExpectedValue' => [ 'shape' => 'NullableDouble', ], 'LowerLimit' => [ 'shape' => 'NullableDouble', ], 'UpperLimit' => [ 'shape' => 'NullableDouble', ], ], ], 'DataQualityModelStatus' => [ 'type' => 'string', 'enum' => [ 'RUNNING', 'SUCCEEDED', 'FAILED', ], ], 'DataQualityObservation' => [ 'type' => 'structure', 'members' => [ 'Description' => [ 'shape' => 'DataQualityObservationDescription', ], 'MetricBasedObservation' => [ 'shape' => 'MetricBasedObservation', ], ], ], 'DataQualityObservationDescription' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*', 'sensitive' => true, ], 'DataQualityObservations' => [ 'type' => 'list', 'member' => [ 'shape' => 'DataQualityObservation', ], 'max' => 50, 'min' => 0, ], 'DataQualityResult' => [ 'type' => 'structure', 'members' => [ 'ResultId' => [ 'shape' => 'HashString', ], 'ProfileId' => [ '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', ], 'AnalyzerResults' => [ 'shape' => 'DataQualityAnalyzerResults', ], 'Observations' => [ 'shape' => 'DataQualityObservations', ], ], ], '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' => 'DataQualityRuleResultDescription', ], 'EvaluationMessage' => [ 'shape' => 'DataQualityRuleResultDescription', ], 'Result' => [ 'shape' => 'DataQualityRuleResultStatus', ], 'EvaluatedMetrics' => [ 'shape' => 'EvaluatedMetricsMap', ], 'EvaluatedRule' => [ 'shape' => 'DataQualityRuleResultDescription', ], ], ], 'DataQualityRuleResultDescription' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*', 'sensitive' => true, ], 'DataQualityRuleResultStatus' => [ 'type' => 'string', 'enum' => [ 'PASS', 'FAIL', 'ERROR', ], ], 'DataQualityRuleResults' => [ 'type' => 'list', 'member' => [ 'shape' => 'DataQualityRuleResult', ], 'max' => 2000, 'min' => 0, ], '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', ], ], ], 'DatabaseAttributes' => [ 'type' => 'string', 'enum' => [ 'NAME', ], ], 'DatabaseAttributesList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DatabaseAttributes', ], ], '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', ], 'DatabrewCondition' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[A-Z\\_]+$', ], 'DatabrewConditionValue' => [ 'type' => 'string', 'max' => 1024, ], 'DatapointInclusionAnnotation' => [ 'type' => 'structure', 'members' => [ 'ProfileId' => [ 'shape' => 'HashString', ], 'StatisticId' => [ 'shape' => 'HashString', ], 'InclusionAnnotation' => [ 'shape' => 'InclusionAnnotationValue', ], ], ], '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', ], ], ], 'DeleteTableOptimizerRequest' => [ 'type' => 'structure', 'required' => [ 'CatalogId', 'DatabaseName', 'TableName', 'Type', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'Type' => [ 'shape' => 'TableOptimizerType', ], ], ], 'DeleteTableOptimizerResponse' => [ 'type' => 'structure', 'members' => [], ], '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', ], ], ], 'DeleteUsageProfileRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteUsageProfileResponse' => [ 'type' => 'structure', 'members' => [], ], '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' => '([\\u0009\\u000B\\u000C\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF])*', ], 'EnclosedInStringPropertyWithQuote' => [ 'type' => 'string', 'pattern' => '([\\u0009\\u000B\\u000C\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF])*', ], 'EncryptionAtRest' => [ 'type' => 'structure', 'required' => [ 'CatalogEncryptionMode', ], 'members' => [ 'CatalogEncryptionMode' => [ 'shape' => 'CatalogEncryptionMode', ], 'SseAwsKmsKeyId' => [ 'shape' => 'NameString', ], 'CatalogEncryptionServiceRole' => [ 'shape' => 'IAMRoleArn', ], ], ], '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', ], 'sensitive' => true, ], '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' => [ 'AccessDeniedException', 'EntityNotFoundException', 'InvalidCredentialsException', 'InvalidInputException', 'InvalidResponseException', 'OperationTimeoutException', 'OperationNotSupportedException', 'InternalServiceException', 'PartialFailureException', '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', ], ], ], 'GetColumnStatisticsTaskRunRequest' => [ 'type' => 'structure', 'required' => [ 'ColumnStatisticsTaskRunId', ], 'members' => [ 'ColumnStatisticsTaskRunId' => [ 'shape' => 'HashString', ], ], ], 'GetColumnStatisticsTaskRunResponse' => [ 'type' => 'structure', 'members' => [ 'ColumnStatisticsTaskRun' => [ 'shape' => 'ColumnStatisticsTaskRun', ], ], ], 'GetColumnStatisticsTaskRunsRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', ], 'members' => [ 'DatabaseName' => [ 'shape' => 'DatabaseName', ], 'TableName' => [ 'shape' => 'NameString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetColumnStatisticsTaskRunsResponse' => [ 'type' => 'structure', 'members' => [ 'ColumnStatisticsTaskRuns' => [ 'shape' => 'ColumnStatisticsTaskRunsList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], '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', ], ], ], 'GetDataQualityModelRequest' => [ 'type' => 'structure', 'required' => [ 'ProfileId', ], 'members' => [ 'StatisticId' => [ 'shape' => 'HashString', ], 'ProfileId' => [ 'shape' => 'HashString', ], ], ], 'GetDataQualityModelResponse' => [ 'type' => 'structure', 'members' => [ 'Status' => [ 'shape' => 'DataQualityModelStatus', ], 'StartedOn' => [ 'shape' => 'Timestamp', ], 'CompletedOn' => [ 'shape' => 'Timestamp', ], 'FailureReason' => [ 'shape' => 'HashString', ], ], ], 'GetDataQualityModelResultRequest' => [ 'type' => 'structure', 'required' => [ 'StatisticId', 'ProfileId', ], 'members' => [ 'StatisticId' => [ 'shape' => 'HashString', ], 'ProfileId' => [ 'shape' => 'HashString', ], ], ], 'GetDataQualityModelResultResponse' => [ 'type' => 'structure', 'members' => [ 'CompletedOn' => [ 'shape' => 'Timestamp', ], 'Model' => [ 'shape' => 'StatisticModelResults', ], ], ], 'GetDataQualityResultRequest' => [ 'type' => 'structure', 'required' => [ 'ResultId', ], 'members' => [ 'ResultId' => [ 'shape' => 'HashString', ], ], ], 'GetDataQualityResultResponse' => [ 'type' => 'structure', 'members' => [ 'ResultId' => [ 'shape' => 'HashString', ], 'ProfileId' => [ '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', ], 'AnalyzerResults' => [ 'shape' => 'DataQualityAnalyzerResults', ], 'Observations' => [ 'shape' => 'DataQualityObservations', ], ], ], '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', ], 'DataQualitySecurityConfiguration' => [ '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', ], 'DataQualitySecurityConfiguration' => [ 'shape' => 'NameString', ], ], ], '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', ], 'AttributesToGet' => [ 'shape' => 'DatabaseAttributesList', ], ], ], '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' => 'OrchestrationPageSize200', ], ], ], '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', ], ], ], 'GetTableOptimizerRequest' => [ 'type' => 'structure', 'required' => [ 'CatalogId', 'DatabaseName', 'TableName', 'Type', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'Type' => [ 'shape' => 'TableOptimizerType', ], ], ], 'GetTableOptimizerResponse' => [ 'type' => 'structure', 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'TableOptimizer' => [ 'shape' => 'TableOptimizer', ], ], ], 'GetTableRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'Name', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'Name' => [ 'shape' => 'NameString', ], 'TransactionId' => [ 'shape' => 'TransactionIdString', ], 'QueryAsOfTime' => [ 'shape' => 'Timestamp', ], 'IncludeStatusDetails' => [ 'shape' => 'BooleanNullable', ], ], ], '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', ], 'IncludeStatusDetails' => [ 'shape' => 'BooleanNullable', ], ], ], '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' => 'OrchestrationPageSize200', ], ], ], 'GetTriggersResponse' => [ 'type' => 'structure', 'members' => [ 'Triggers' => [ 'shape' => 'TriggerList', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'GetUnfilteredPartitionMetadataRequest' => [ 'type' => 'structure', 'required' => [ 'CatalogId', 'DatabaseName', 'TableName', 'PartitionValues', 'SupportedPermissionTypes', ], 'members' => [ 'Region' => [ 'shape' => 'ValueString', ], 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionValues' => [ 'shape' => 'ValueStringList', ], 'AuditContext' => [ 'shape' => 'AuditContext', ], 'SupportedPermissionTypes' => [ 'shape' => 'PermissionTypeList', ], 'QuerySessionContext' => [ 'shape' => 'QuerySessionContext', ], ], ], 'GetUnfilteredPartitionMetadataResponse' => [ 'type' => 'structure', 'members' => [ 'Partition' => [ 'shape' => 'Partition', ], 'AuthorizedColumns' => [ 'shape' => 'NameStringList', ], 'IsRegisteredWithLakeFormation' => [ 'shape' => 'Boolean', ], ], ], 'GetUnfilteredPartitionsMetadataRequest' => [ 'type' => 'structure', 'required' => [ 'CatalogId', 'DatabaseName', 'TableName', 'SupportedPermissionTypes', ], 'members' => [ 'Region' => [ 'shape' => 'ValueString', ], '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', ], 'QuerySessionContext' => [ 'shape' => 'QuerySessionContext', ], ], ], 'GetUnfilteredPartitionsMetadataResponse' => [ 'type' => 'structure', 'members' => [ 'UnfilteredPartitions' => [ 'shape' => 'UnfilteredPartitionList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetUnfilteredTableMetadataRequest' => [ 'type' => 'structure', 'required' => [ 'CatalogId', 'DatabaseName', 'Name', 'SupportedPermissionTypes', ], 'members' => [ 'Region' => [ 'shape' => 'ValueString', ], 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'Name' => [ 'shape' => 'NameString', ], 'AuditContext' => [ 'shape' => 'AuditContext', ], 'SupportedPermissionTypes' => [ 'shape' => 'PermissionTypeList', ], 'ParentResourceArn' => [ 'shape' => 'ArnString', ], 'RootResourceArn' => [ 'shape' => 'ArnString', ], 'SupportedDialect' => [ 'shape' => 'SupportedDialect', ], 'Permissions' => [ 'shape' => 'PermissionList', ], 'QuerySessionContext' => [ 'shape' => 'QuerySessionContext', ], ], ], 'GetUnfilteredTableMetadataResponse' => [ 'type' => 'structure', 'members' => [ 'Table' => [ 'shape' => 'Table', ], 'AuthorizedColumns' => [ 'shape' => 'NameStringList', ], 'IsRegisteredWithLakeFormation' => [ 'shape' => 'Boolean', ], 'CellFilters' => [ 'shape' => 'ColumnRowFilterList', ], 'QueryAuthorizationId' => [ 'shape' => 'HashString', ], 'IsMultiDialectView' => [ 'shape' => 'Boolean', ], 'ResourceArn' => [ 'shape' => 'ArnString', ], 'IsProtected' => [ 'shape' => 'Boolean', ], 'Permissions' => [ 'shape' => 'PermissionList', ], 'RowFilter' => [ 'shape' => 'PredicateString', ], ], ], 'GetUsageProfileRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'GetUsageProfileResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Configuration' => [ 'shape' => 'ProfileConfiguration', ], 'CreatedOn' => [ 'shape' => 'TimestampValue', ], 'LastModifiedOn' => [ 'shape' => 'TimestampValue', ], ], ], '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', ], ], 'IAMRoleArn' => [ 'type' => 'string', 'pattern' => '^arn:aws(-(cn|us-gov|iso(-[bef])?))?:iam::[0-9]{12}:role/.+', ], '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, ], 'IdleTimeout' => [ 'type' => 'integer', 'box' => 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', ], ], ], 'InclusionAnnotationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DatapointInclusionAnnotation', ], ], 'InclusionAnnotationValue' => [ 'type' => 'string', 'enum' => [ 'INCLUDE', 'EXCLUDE', ], ], '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', ], 'JobMode' => [ 'shape' => 'JobMode', ], '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', ], 'MaintenanceWindow' => [ 'shape' => 'MaintenanceWindow', ], 'ProfileName' => [ 'shape' => 'NameString', ], ], ], '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', ], ], 'JobMode' => [ 'type' => 'string', 'enum' => [ 'SCRIPT', 'VISUAL', 'NOTEBOOK', ], ], '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', ], 'JobMode' => [ 'shape' => 'JobMode', ], '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', ], 'MaintenanceWindow' => [ 'shape' => 'MaintenanceWindow', ], 'ProfileName' => [ 'shape' => 'NameString', ], ], ], 'JobRunList' => [ 'type' => 'list', 'member' => [ 'shape' => 'JobRun', ], ], 'JobRunState' => [ 'type' => 'string', 'enum' => [ 'STARTING', 'RUNNING', 'STOPPING', 'STOPPED', 'SUCCEEDED', 'FAILED', 'TIMEOUT', 'ERROR', 'WAITING', 'EXPIRED', ], ], 'JobUpdate' => [ 'type' => 'structure', 'members' => [ 'JobMode' => [ 'shape' => 'JobMode', ], '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', ], 'MaintenanceWindow' => [ 'shape' => 'MaintenanceWindow', ], ], ], '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' => 'OrchestrationPageSize25', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'ListBlueprintsResponse' => [ 'type' => 'structure', 'members' => [ 'Blueprints' => [ 'shape' => 'BlueprintNames', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'ListColumnStatisticsTaskRunsRequest' => [ 'type' => 'structure', 'members' => [ 'MaxResults' => [ 'shape' => 'PageSize', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'ListColumnStatisticsTaskRunsResponse' => [ 'type' => 'structure', 'members' => [ 'ColumnStatisticsTaskRunIds' => [ 'shape' => 'ColumnStatisticsTaskRunIdList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], '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', ], ], ], 'ListDataQualityStatisticAnnotationsRequest' => [ 'type' => 'structure', 'members' => [ 'StatisticId' => [ 'shape' => 'HashString', ], 'ProfileId' => [ 'shape' => 'HashString', ], 'TimestampFilter' => [ 'shape' => 'TimestampFilter', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListDataQualityStatisticAnnotationsResponse' => [ 'type' => 'structure', 'members' => [ 'Annotations' => [ 'shape' => 'AnnotationList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListDataQualityStatisticsRequest' => [ 'type' => 'structure', 'members' => [ 'StatisticId' => [ 'shape' => 'HashString', ], 'ProfileId' => [ 'shape' => 'HashString', ], 'TimestampFilter' => [ 'shape' => 'TimestampFilter', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListDataQualityStatisticsResponse' => [ 'type' => 'structure', 'members' => [ 'Statistics' => [ 'shape' => 'StatisticSummaryList', ], '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', ], ], ], 'ListTableOptimizerRunsRequest' => [ 'type' => 'structure', 'required' => [ 'CatalogId', 'DatabaseName', 'TableName', 'Type', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'Type' => [ 'shape' => 'TableOptimizerType', ], 'MaxResults' => [ 'shape' => 'MaxListTableOptimizerRunsTokenResults', ], 'NextToken' => [ 'shape' => 'ListTableOptimizerRunsToken', ], ], ], 'ListTableOptimizerRunsResponse' => [ 'type' => 'structure', 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'NextToken' => [ 'shape' => 'ListTableOptimizerRunsToken', ], 'TableOptimizerRuns' => [ 'shape' => 'TableOptimizerRuns', ], ], ], 'ListTableOptimizerRunsToken' => [ 'type' => 'string', ], 'ListTriggersRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'GenericString', ], 'DependentJobName' => [ 'shape' => 'NameString', ], 'MaxResults' => [ 'shape' => 'OrchestrationPageSize200', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'ListTriggersResponse' => [ 'type' => 'structure', 'members' => [ 'TriggerNames' => [ 'shape' => 'TriggerNameList', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'ListUsageProfilesRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'OrchestrationToken', ], 'MaxResults' => [ 'shape' => 'OrchestrationPageSize200', ], ], ], 'ListUsageProfilesResponse' => [ 'type' => 'structure', 'members' => [ 'Profiles' => [ 'shape' => 'UsageProfileDefinitionList', ], 'NextToken' => [ 'shape' => 'OrchestrationToken', ], ], ], 'ListWorkflowsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'GenericString', ], 'MaxResults' => [ 'shape' => 'OrchestrationPageSize25', ], ], ], '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', ], 'LongValueString' => [ 'type' => 'string', 'max' => 16384, 'min' => 1, ], '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', ], ], 'MaintenanceWindow' => [ 'type' => 'string', 'pattern' => '^(Sun|Mon|Tue|Wed|Thu|Fri|Sat):([01]?[0-9]|2[0-3])$', ], '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', ], 'MaxListTableOptimizerRunsTokenResults' => [ '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+-=._./@]+', ], 'MetricBasedObservation' => [ 'type' => 'structure', 'members' => [ 'MetricName' => [ 'shape' => 'NameString', ], 'StatisticId' => [ 'shape' => 'HashString', ], 'MetricValues' => [ 'shape' => 'DataQualityMetricValues', ], 'NewRules' => [ 'shape' => 'NewRules', ], ], ], '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', ], ], 'NewRules' => [ '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' => '([^\\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, ], 'NullableString' => [ 'type' => 'string', 'box' => true, ], 'OAuth2ClientApplication' => [ 'type' => 'structure', 'members' => [ 'UserManagedClientApplicationClientId' => [ 'shape' => 'UserManagedClientApplicationClientId', ], 'AWSManagedClientApplicationReference' => [ 'shape' => 'AWSManagedClientApplicationReference', ], ], ], 'OAuth2GrantType' => [ 'type' => 'string', 'enum' => [ 'AUTHORIZATION_CODE', 'CLIENT_CREDENTIALS', 'JWT_BEARER', ], ], 'OAuth2Properties' => [ 'type' => 'structure', 'members' => [ 'OAuth2GrantType' => [ 'shape' => 'OAuth2GrantType', ], 'OAuth2ClientApplication' => [ 'shape' => 'OAuth2ClientApplication', ], 'TokenUrl' => [ 'shape' => 'TokenUrl', ], 'TokenUrlParametersMap' => [ 'shape' => 'TokenUrlParametersMap', ], ], ], 'OAuth2PropertiesInput' => [ 'type' => 'structure', 'members' => [ 'OAuth2GrantType' => [ 'shape' => 'OAuth2GrantType', ], 'OAuth2ClientApplication' => [ 'shape' => 'OAuth2ClientApplication', ], 'TokenUrl' => [ 'shape' => 'TokenUrl', ], 'TokenUrlParametersMap' => [ 'shape' => 'TokenUrlParametersMap', ], 'AuthorizationCodeProperties' => [ 'shape' => 'AuthorizationCodeProperties', ], ], ], 'OneInput' => [ 'type' => 'list', 'member' => [ 'shape' => 'NodeId', ], 'max' => 1, 'min' => 1, ], 'OpenTableFormatInput' => [ 'type' => 'structure', 'members' => [ 'IcebergInput' => [ 'shape' => 'IcebergInput', ], ], ], 'Operation' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[A-Z\\_]+$', ], 'OperationNotSupportedException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], '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]+', ], 'OrchestrationPageSize200' => [ 'type' => 'integer', 'box' => true, 'max' => 200, 'min' => 1, ], 'OrchestrationPageSize25' => [ 'type' => 'integer', 'box' => true, 'max' => 25, 'min' => 1, ], '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', ], ], 'ParameterMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ParameterName', ], 'value' => [ 'shape' => 'ParameterValue', ], ], 'ParameterName' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[A-Za-z0-9]+$', ], 'ParameterValue' => [ 'type' => 'string', 'max' => 32768, 'min' => 1, ], '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, ], 'PositiveInteger' => [ 'type' => 'integer', 'min' => 1, ], '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, ], 'ProfileConfiguration' => [ 'type' => 'structure', 'members' => [ 'SessionConfiguration' => [ 'shape' => 'ConfigurationMap', ], 'JobConfiguration' => [ 'shape' => 'ConfigurationMap', ], ], ], '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' => [], ], 'PutDataQualityProfileAnnotationRequest' => [ 'type' => 'structure', 'required' => [ 'ProfileId', 'InclusionAnnotation', ], 'members' => [ 'ProfileId' => [ 'shape' => 'HashString', ], 'InclusionAnnotation' => [ 'shape' => 'InclusionAnnotationValue', ], ], ], 'PutDataQualityProfileAnnotationResponse' => [ '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', ], ], ], 'QuerySessionContext' => [ 'type' => 'structure', 'members' => [ 'QueryId' => [ 'shape' => 'HashString', ], 'QueryStartTime' => [ 'shape' => 'Timestamp', ], 'ClusterId' => [ 'shape' => 'NullableString', ], 'QueryAuthorizationId' => [ 'shape' => 'HashString', ], 'AdditionalContext' => [ 'shape' => 'AdditionalContextMap', ], ], ], 'QuoteChar' => [ 'type' => 'string', 'enum' => [ 'quote', 'quillemet', 'single_quote', 'disabled', ], ], 'Recipe' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'RecipeReference' => [ 'shape' => 'RecipeReference', ], 'RecipeSteps' => [ 'shape' => 'RecipeSteps', ], ], ], 'RecipeAction' => [ 'type' => 'structure', 'required' => [ 'Operation', ], 'members' => [ 'Operation' => [ 'shape' => 'Operation', ], 'Parameters' => [ 'shape' => 'ParameterMap', ], ], ], 'RecipeReference' => [ 'type' => 'structure', 'required' => [ 'RecipeArn', 'RecipeVersion', ], 'members' => [ 'RecipeArn' => [ 'shape' => 'EnclosedInStringProperty', ], 'RecipeVersion' => [ 'shape' => 'RecipeVersion', ], ], ], 'RecipeStep' => [ 'type' => 'structure', 'required' => [ 'Action', ], 'members' => [ 'Action' => [ 'shape' => 'RecipeAction', ], 'ConditionExpressions' => [ 'shape' => 'ConditionExpressionList', ], ], ], 'RecipeSteps' => [ 'type' => 'list', 'member' => [ 'shape' => 'RecipeStep', ], ], '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', ], ], ], 'RedirectUri' => [ 'type' => 'string', 'max' => 512, 'pattern' => '^(https?):\\/\\/[^\\s/$.?#].[^\\s]*$', ], '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', ], ], ], 'ReferenceDatasetsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], ], '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', ], ], ], 'ResourceAction' => [ 'type' => 'string', 'enum' => [ 'UPDATE', 'CREATE', ], ], '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', ], ], 'ResourceState' => [ 'type' => 'string', 'enum' => [ 'QUEUED', 'IN_PROGRESS', 'SUCCESS', 'STOPPED', 'FAILED', ], ], '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', ], 'RunIdentifier' => [ 'type' => 'structure', 'members' => [ 'RunId' => [ 'shape' => 'HashString', ], 'JobRunId' => [ 'shape' => 'HashString', ], ], ], 'RunMetrics' => [ 'type' => 'structure', 'members' => [ 'NumberOfBytesCompacted' => [ 'shape' => 'MessageString', ], 'NumberOfFilesCompacted' => [ 'shape' => 'MessageString', ], 'NumberOfDpus' => [ 'shape' => 'MessageString', ], 'JobDurationInHour' => [ 'shape' => 'MessageString', ], ], ], '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', ], ], 'SampleSizePercentage' => [ 'type' => 'double', 'max' => 100, 'min' => 0, ], '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', ], 'IncludeStatusDetails' => [ 'shape' => 'BooleanNullable', ], ], ], 'SearchTablesResponse' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'Token', ], 'TableList' => [ 'shape' => 'TableList', ], ], ], 'SecretArn' => [ 'type' => 'string', 'pattern' => '^arn:aws(-(cn|us-gov|iso(-[bef])?))?:secretsmanager:.*$', ], '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', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'CompletedOn' => [ 'shape' => 'TimestampValue', ], 'ExecutionTime' => [ 'shape' => 'NullableDouble', ], 'DPUSeconds' => [ 'shape' => 'NullableDouble', ], 'IdleTimeout' => [ 'shape' => 'IdleTimeout', ], 'ProfileName' => [ 'shape' => 'NameString', ], ], ], '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', 'GITLAB', 'BITBUCKET', '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', ], ], ], 'StartColumnStatisticsTaskRunRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'Role', ], 'members' => [ 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'ColumnNameList' => [ 'shape' => 'ColumnNameList', ], 'Role' => [ 'shape' => 'NameString', ], 'SampleSize' => [ 'shape' => 'SampleSizePercentage', ], 'CatalogID' => [ 'shape' => 'NameString', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], ], ], 'StartColumnStatisticsTaskRunResponse' => [ 'type' => 'structure', 'members' => [ 'ColumnStatisticsTaskRunId' => [ 'shape' => 'HashString', ], ], ], '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', ], 'DataQualitySecurityConfiguration' => [ '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', ], ], 'StatisticAnnotation' => [ 'type' => 'structure', 'members' => [ 'ProfileId' => [ 'shape' => 'HashString', ], 'StatisticId' => [ 'shape' => 'HashString', ], 'StatisticRecordedOn' => [ 'shape' => 'Timestamp', ], 'InclusionAnnotation' => [ 'shape' => 'TimestampedInclusionAnnotation', ], ], ], 'StatisticEvaluationLevel' => [ 'type' => 'string', 'enum' => [ 'Dataset', 'Column', 'Multicolumn', ], ], 'StatisticModelResult' => [ 'type' => 'structure', 'members' => [ 'LowerBound' => [ 'shape' => 'NullableDouble', ], 'UpperBound' => [ 'shape' => 'NullableDouble', ], 'PredictedValue' => [ 'shape' => 'NullableDouble', ], 'ActualValue' => [ 'shape' => 'NullableDouble', ], 'Date' => [ 'shape' => 'Timestamp', ], 'InclusionAnnotation' => [ 'shape' => 'InclusionAnnotationValue', ], ], ], 'StatisticModelResults' => [ 'type' => 'list', 'member' => [ 'shape' => 'StatisticModelResult', ], ], 'StatisticNameString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[A-Z][A-Za-z\\.]+', ], 'StatisticPropertiesMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'NameString', ], 'value' => [ 'shape' => 'DescriptionString', ], 'sensitive' => true, ], 'StatisticSummary' => [ 'type' => 'structure', 'members' => [ 'StatisticId' => [ 'shape' => 'HashString', ], 'ProfileId' => [ 'shape' => 'HashString', ], 'RunIdentifier' => [ 'shape' => 'RunIdentifier', ], 'StatisticName' => [ 'shape' => 'StatisticNameString', ], 'DoubleValue' => [ 'shape' => 'double', ], 'EvaluationLevel' => [ 'shape' => 'StatisticEvaluationLevel', ], 'ColumnsReferenced' => [ 'shape' => 'ColumnNameList', ], 'ReferencedDatasets' => [ 'shape' => 'ReferenceDatasetsList', ], 'StatisticProperties' => [ 'shape' => 'StatisticPropertiesMap', ], 'RecordedOn' => [ 'shape' => 'Timestamp', ], 'InclusionAnnotation' => [ 'shape' => 'TimestampedInclusionAnnotation', ], ], ], 'StatisticSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'StatisticSummary', ], ], 'StatusDetails' => [ 'type' => 'structure', 'members' => [ 'RequestedChange' => [ 'shape' => 'Table', ], 'ViewValidations' => [ 'shape' => 'ViewValidationList', ], ], ], 'StopColumnStatisticsTaskRunRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', ], 'members' => [ 'DatabaseName' => [ 'shape' => 'DatabaseName', ], 'TableName' => [ 'shape' => 'NameString', ], ], ], 'StopColumnStatisticsTaskRunResponse' => [ 'type' => 'structure', 'members' => [], ], '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', ], ], 'SupportedDialect' => [ 'type' => 'structure', 'members' => [ 'Dialect' => [ 'shape' => 'ViewDialect', ], 'DialectVersion' => [ 'shape' => 'ViewDialectVersionString', ], ], ], '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', ], 'ViewDefinition' => [ 'shape' => 'ViewDefinition', ], 'IsMultiDialectView' => [ 'shape' => 'NullableBoolean', ], 'Status' => [ 'shape' => 'TableStatus', ], ], ], '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', ], 'ViewDefinition' => [ 'shape' => 'ViewDefinitionInput', ], ], ], 'TableList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Table', ], ], 'TableName' => [ 'type' => 'string', ], 'TableOptimizer' => [ 'type' => 'structure', 'members' => [ 'type' => [ 'shape' => 'TableOptimizerType', ], 'configuration' => [ 'shape' => 'TableOptimizerConfiguration', ], 'lastRun' => [ 'shape' => 'TableOptimizerRun', ], ], ], 'TableOptimizerConfiguration' => [ 'type' => 'structure', 'members' => [ 'roleArn' => [ 'shape' => 'ArnString', ], 'enabled' => [ 'shape' => 'NullableBoolean', ], ], ], 'TableOptimizerEventType' => [ 'type' => 'string', 'enum' => [ 'starting', 'completed', 'failed', 'in_progress', ], ], 'TableOptimizerRun' => [ 'type' => 'structure', 'members' => [ 'eventType' => [ 'shape' => 'TableOptimizerEventType', ], 'startTimestamp' => [ 'shape' => 'TableOptimizerRunTimestamp', ], 'endTimestamp' => [ 'shape' => 'TableOptimizerRunTimestamp', ], 'metrics' => [ 'shape' => 'RunMetrics', ], 'error' => [ 'shape' => 'MessageString', ], ], ], 'TableOptimizerRunTimestamp' => [ 'type' => 'timestamp', ], 'TableOptimizerRuns' => [ 'type' => 'list', 'member' => [ 'shape' => 'TableOptimizerRun', ], ], 'TableOptimizerType' => [ 'type' => 'string', 'enum' => [ 'compaction', ], ], 'TablePrefix' => [ 'type' => 'string', 'max' => 128, 'min' => 0, ], 'TableStatus' => [ 'type' => 'structure', 'members' => [ 'RequestedBy' => [ 'shape' => 'NameString', ], 'UpdatedBy' => [ 'shape' => 'NameString', ], 'RequestTime' => [ 'shape' => 'Timestamp', ], 'UpdateTime' => [ 'shape' => 'Timestamp', ], 'Action' => [ 'shape' => 'ResourceAction', ], 'State' => [ 'shape' => 'ResourceState', ], 'Error' => [ 'shape' => 'ErrorDetail', ], 'Details' => [ 'shape' => 'StatusDetails', ], ], ], '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, ], 'TargetColumn' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, ], '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', ], 'TimestampFilter' => [ 'type' => 'structure', 'members' => [ 'RecordedBefore' => [ 'shape' => 'Timestamp', ], 'RecordedAfter' => [ 'shape' => 'Timestamp', ], ], ], 'TimestampValue' => [ 'type' => 'timestamp', ], 'TimestampedInclusionAnnotation' => [ 'type' => 'structure', 'members' => [ 'Value' => [ 'shape' => 'InclusionAnnotationValue', ], 'LastModifiedOn' => [ 'shape' => 'Timestamp', ], ], ], 'Token' => [ 'type' => 'string', ], 'TokenUrl' => [ 'type' => 'string', 'max' => 256, 'pattern' => '^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]', ], 'TokenUrlParameterKey' => [ 'type' => 'string', 'max' => 128, 'min' => 1, ], 'TokenUrlParameterValue' => [ 'type' => 'string', 'max' => 512, 'min' => 1, ], 'TokenUrlParametersMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'TokenUrlParameterKey', ], 'value' => [ 'shape' => 'TokenUrlParameterValue', ], ], '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', ], ], ], 'UpdateTableOptimizerRequest' => [ 'type' => 'structure', 'required' => [ 'CatalogId', 'DatabaseName', 'TableName', 'Type', 'TableOptimizerConfiguration', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'Type' => [ 'shape' => 'TableOptimizerType', ], 'TableOptimizerConfiguration' => [ 'shape' => 'TableOptimizerConfiguration', ], ], ], 'UpdateTableOptimizerResponse' => [ 'type' => 'structure', 'members' => [], ], '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', ], 'ViewUpdateAction' => [ 'shape' => 'ViewUpdateAction', ], 'Force' => [ 'shape' => 'Boolean', ], ], ], 'UpdateTableResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateTriggerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'TriggerUpdate', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'TriggerUpdate' => [ 'shape' => 'TriggerUpdate', ], ], ], 'UpdateTriggerResponse' => [ 'type' => 'structure', 'members' => [ 'Trigger' => [ 'shape' => 'Trigger', ], ], ], 'UpdateUsageProfileRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'Configuration', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Configuration' => [ 'shape' => 'ProfileConfiguration', ], ], ], 'UpdateUsageProfileResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], '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', ], 'UsageProfileDefinition' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'CreatedOn' => [ 'shape' => 'TimestampValue', ], 'LastModifiedOn' => [ 'shape' => 'TimestampValue', ], ], ], 'UsageProfileDefinitionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'UsageProfileDefinition', ], ], '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', ], ], 'UserManagedClientApplicationClientId' => [ 'type' => 'string', 'max' => 2048, 'pattern' => '\\S+', ], '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]*', ], 'ViewDefinition' => [ 'type' => 'structure', 'members' => [ 'IsProtected' => [ 'shape' => 'NullableBoolean', ], 'Definer' => [ 'shape' => 'ArnString', ], 'SubObjects' => [ 'shape' => 'ViewSubObjectsList', ], 'Representations' => [ 'shape' => 'ViewRepresentationList', ], ], ], 'ViewDefinitionInput' => [ 'type' => 'structure', 'members' => [ 'IsProtected' => [ 'shape' => 'NullableBoolean', ], 'Definer' => [ 'shape' => 'ArnString', ], 'Representations' => [ 'shape' => 'ViewRepresentationInputList', ], 'SubObjects' => [ 'shape' => 'ViewSubObjectsList', ], ], ], 'ViewDialect' => [ 'type' => 'string', 'enum' => [ 'REDSHIFT', 'ATHENA', 'SPARK', ], ], 'ViewDialectVersionString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, ], 'ViewRepresentation' => [ 'type' => 'structure', 'members' => [ 'Dialect' => [ 'shape' => 'ViewDialect', ], 'DialectVersion' => [ 'shape' => 'ViewDialectVersionString', ], 'ViewOriginalText' => [ 'shape' => 'ViewTextString', ], 'ViewExpandedText' => [ 'shape' => 'ViewTextString', ], 'ValidationConnection' => [ 'shape' => 'NameString', ], 'IsStale' => [ 'shape' => 'NullableBoolean', ], ], ], 'ViewRepresentationInput' => [ 'type' => 'structure', 'members' => [ 'Dialect' => [ 'shape' => 'ViewDialect', ], 'DialectVersion' => [ 'shape' => 'ViewDialectVersionString', ], 'ViewOriginalText' => [ 'shape' => 'ViewTextString', ], 'ValidationConnection' => [ 'shape' => 'NameString', ], 'ViewExpandedText' => [ 'shape' => 'ViewTextString', ], ], ], 'ViewRepresentationInputList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ViewRepresentationInput', ], 'max' => 10, 'min' => 1, ], 'ViewRepresentationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ViewRepresentation', ], 'max' => 1000, 'min' => 1, ], 'ViewSubObjectsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ArnString', ], 'max' => 10, 'min' => 0, ], 'ViewTextString' => [ 'type' => 'string', 'max' => 409600, ], 'ViewUpdateAction' => [ 'type' => 'string', 'enum' => [ 'ADD', 'REPLACE', 'ADD_OR_REPLACE', 'DROP', ], ], 'ViewValidation' => [ 'type' => 'structure', 'members' => [ 'Dialect' => [ 'shape' => 'ViewDialect', ], 'DialectVersion' => [ 'shape' => 'ViewDialectVersionString', ], 'ViewValidationText' => [ 'shape' => 'ViewTextString', ], 'UpdateTime' => [ 'shape' => 'Timestamp', ], 'State' => [ 'shape' => 'ResourceState', ], 'Error' => [ 'shape' => 'ErrorDetail', ], ], ], 'ViewValidationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ViewValidation', ], ], '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', ], ], ], 'databaseNameString' => [ 'type' => 'string', 'min' => 1, ], 'double' => [ 'type' => 'double', ], 'tableNameString' => [ 'type' => 'string', 'min' => 1, ], ],]; +return [ 'version' => '2.0', 'metadata' => [ 'apiVersion' => '2017-03-31', 'endpointPrefix' => 'glue', 'jsonVersion' => '1.1', 'protocol' => 'json', 'protocols' => [ 'json', ], 'serviceFullName' => 'AWS Glue', 'serviceId' => 'Glue', 'signatureVersion' => 'v4', 'targetPrefix' => 'AWSGlue', 'uid' => 'glue-2017-03-31', 'auth' => [ 'aws.auth#sigv4', ], ], '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', ], ], ], 'BatchGetTableOptimizer' => [ 'name' => 'BatchGetTableOptimizer', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchGetTableOptimizerRequest', ], 'output' => [ 'shape' => 'BatchGetTableOptimizerResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], ], ], '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', ], ], ], 'BatchPutDataQualityStatisticAnnotation' => [ 'name' => 'BatchPutDataQualityStatisticAnnotation', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'BatchPutDataQualityStatisticAnnotationRequest', ], 'output' => [ 'shape' => 'BatchPutDataQualityStatisticAnnotationResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], ], ], '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', ], ], ], 'CreateTableOptimizer' => [ 'name' => 'CreateTableOptimizer', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateTableOptimizerRequest', ], 'output' => [ 'shape' => 'CreateTableOptimizerResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'InternalServiceException', ], ], ], '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', ], ], ], 'CreateUsageProfile' => [ 'name' => 'CreateUsageProfile', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'CreateUsageProfileRequest', ], 'output' => [ 'shape' => 'CreateUsageProfileResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'AlreadyExistsException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'OperationNotSupportedException', ], ], ], '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', ], ], ], 'DeleteTableOptimizer' => [ 'name' => 'DeleteTableOptimizer', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteTableOptimizerRequest', ], 'output' => [ 'shape' => 'DeleteTableOptimizerResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], ], ], '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', ], ], ], 'DeleteUsageProfile' => [ 'name' => 'DeleteUsageProfile', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'DeleteUsageProfileRequest', ], 'output' => [ 'shape' => 'DeleteUsageProfileResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'OperationNotSupportedException', ], ], ], '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', ], ], ], 'GetColumnStatisticsTaskRun' => [ 'name' => 'GetColumnStatisticsTaskRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetColumnStatisticsTaskRunRequest', ], 'output' => [ 'shape' => 'GetColumnStatisticsTaskRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], ], ], 'GetColumnStatisticsTaskRuns' => [ 'name' => 'GetColumnStatisticsTaskRuns', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetColumnStatisticsTaskRunsRequest', ], 'output' => [ 'shape' => 'GetColumnStatisticsTaskRunsResponse', ], 'errors' => [ [ 'shape' => 'OperationTimeoutException', ], ], ], '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', ], ], ], 'GetDataQualityModel' => [ 'name' => 'GetDataQualityModel', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDataQualityModelRequest', ], 'output' => [ 'shape' => 'GetDataQualityModelResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'GetDataQualityModelResult' => [ 'name' => 'GetDataQualityModelResult', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetDataQualityModelResultRequest', ], 'output' => [ 'shape' => 'GetDataQualityModelResultResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InternalServiceException', ], ], ], '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', ], ], ], 'GetTableOptimizer' => [ 'name' => 'GetTableOptimizer', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetTableOptimizerRequest', ], 'output' => [ 'shape' => 'GetTableOptimizerResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], ], ], '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', ], ], ], 'GetUsageProfile' => [ 'name' => 'GetUsageProfile', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'GetUsageProfileRequest', ], 'output' => [ 'shape' => 'GetUsageProfileResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'OperationNotSupportedException', ], ], ], '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', ], ], ], 'ListColumnStatisticsTaskRuns' => [ 'name' => 'ListColumnStatisticsTaskRuns', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListColumnStatisticsTaskRunsRequest', ], 'output' => [ 'shape' => 'ListColumnStatisticsTaskRunsResponse', ], 'errors' => [ [ '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', ], ], ], 'ListDataQualityStatisticAnnotations' => [ 'name' => 'ListDataQualityStatisticAnnotations', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDataQualityStatisticAnnotationsRequest', ], 'output' => [ 'shape' => 'ListDataQualityStatisticAnnotationsResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'ListDataQualityStatistics' => [ 'name' => 'ListDataQualityStatistics', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListDataQualityStatisticsRequest', ], 'output' => [ 'shape' => 'ListDataQualityStatisticsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ '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', ], ], ], 'ListTableOptimizerRuns' => [ 'name' => 'ListTableOptimizerRuns', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTableOptimizerRunsRequest', ], 'output' => [ 'shape' => 'ListTableOptimizerRunsResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'ListTriggers' => [ 'name' => 'ListTriggers', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListTriggersRequest', ], 'output' => [ 'shape' => 'ListTriggersResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], 'ListUsageProfiles' => [ 'name' => 'ListUsageProfiles', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'ListUsageProfilesRequest', ], 'output' => [ 'shape' => 'ListUsageProfilesResponse', ], 'errors' => [ [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'OperationNotSupportedException', ], ], ], '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', ], ], ], 'PutDataQualityProfileAnnotation' => [ 'name' => 'PutDataQualityProfileAnnotation', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'PutDataQualityProfileAnnotationRequest', ], 'output' => [ 'shape' => 'PutDataQualityProfileAnnotationResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], ], ], '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', ], ], ], 'StartColumnStatisticsTaskRun' => [ 'name' => 'StartColumnStatisticsTaskRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StartColumnStatisticsTaskRunRequest', ], 'output' => [ 'shape' => 'StartColumnStatisticsTaskRunResponse', ], 'errors' => [ [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'ColumnStatisticsTaskRunningException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ResourceNumberLimitExceededException', ], [ 'shape' => 'InvalidInputException', ], ], ], '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', ], ], ], 'StopColumnStatisticsTaskRun' => [ 'name' => 'StopColumnStatisticsTaskRun', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'StopColumnStatisticsTaskRunRequest', ], 'output' => [ 'shape' => 'StopColumnStatisticsTaskRunResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'ColumnStatisticsTaskNotRunningException', ], [ 'shape' => 'ColumnStatisticsTaskStoppingException', ], [ 'shape' => 'OperationTimeoutException', ], ], ], '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', ], ], ], 'UpdateTableOptimizer' => [ 'name' => 'UpdateTableOptimizer', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateTableOptimizerRequest', ], 'output' => [ 'shape' => 'UpdateTableOptimizerResponse', ], 'errors' => [ [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServiceException', ], ], ], 'UpdateTrigger' => [ 'name' => 'UpdateTrigger', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateTriggerRequest', ], 'output' => [ 'shape' => 'UpdateTriggerResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'ConcurrentModificationException', ], ], ], 'UpdateUsageProfile' => [ 'name' => 'UpdateUsageProfile', 'http' => [ 'method' => 'POST', 'requestUri' => '/', ], 'input' => [ 'shape' => 'UpdateUsageProfileRequest', ], 'output' => [ 'shape' => 'UpdateUsageProfileResponse', ], 'errors' => [ [ 'shape' => 'InvalidInputException', ], [ 'shape' => 'InternalServiceException', ], [ 'shape' => 'EntityNotFoundException', ], [ 'shape' => 'OperationTimeoutException', ], [ 'shape' => 'OperationNotSupportedException', ], [ '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' => [ 'AWSManagedClientApplicationReference' => [ 'type' => 'string', 'max' => 2048, 'pattern' => '\\S+', ], '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', ], ], 'AdditionalContextMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ContextKey', ], 'value' => [ 'shape' => 'ContextValue', ], ], 'AdditionalOptionKeys' => [ 'type' => 'string', 'enum' => [ 'performanceTuning.caching', 'observations.scope', ], ], '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, ], 'AllowedValuesStringList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ConfigValueString', ], ], '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', ], ], ], 'AnnotationError' => [ 'type' => 'structure', 'members' => [ 'ProfileId' => [ 'shape' => 'HashString', ], 'StatisticId' => [ 'shape' => 'HashString', ], 'FailureReason' => [ 'shape' => 'DescriptionString', ], ], ], 'AnnotationErrorList' => [ 'type' => 'list', 'member' => [ 'shape' => 'AnnotationError', ], ], 'AnnotationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'StatisticAnnotation', ], ], 'ApplyMapping' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', 'Mapping', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'Mapping' => [ 'shape' => 'Mappings', ], ], ], 'ArnString' => [ 'type' => 'string', 'max' => 2048, 'min' => 20, ], '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]*', ], 'AuthenticationConfiguration' => [ 'type' => 'structure', 'members' => [ 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], 'SecretArn' => [ 'shape' => 'SecretArn', ], 'OAuth2Properties' => [ 'shape' => 'OAuth2Properties', ], ], ], 'AuthenticationConfigurationInput' => [ 'type' => 'structure', 'members' => [ 'AuthenticationType' => [ 'shape' => 'AuthenticationType', ], 'SecretArn' => [ 'shape' => 'SecretArn', ], 'OAuth2Properties' => [ 'shape' => 'OAuth2PropertiesInput', ], ], ], 'AuthenticationType' => [ 'type' => 'string', 'enum' => [ 'BASIC', 'OAUTH2', 'CUSTOM', ], ], 'AuthorizationCode' => [ 'type' => 'string', 'max' => 4096, 'min' => 1, 'pattern' => '\\S+', ], 'AuthorizationCodeProperties' => [ 'type' => 'structure', 'members' => [ 'AuthorizationCode' => [ 'shape' => 'AuthorizationCode', ], 'RedirectUri' => [ 'shape' => 'RedirectUri', ], ], ], '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', ], 'PartitionKeys' => [ 'shape' => 'GlueStudioPathList', ], '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, ], 'BatchGetTableOptimizerEntries' => [ 'type' => 'list', 'member' => [ 'shape' => 'BatchGetTableOptimizerEntry', ], ], 'BatchGetTableOptimizerEntry' => [ 'type' => 'structure', 'members' => [ 'catalogId' => [ 'shape' => 'CatalogIdString', ], 'databaseName' => [ 'shape' => 'databaseNameString', ], 'tableName' => [ 'shape' => 'tableNameString', ], 'type' => [ 'shape' => 'TableOptimizerType', ], ], ], 'BatchGetTableOptimizerError' => [ 'type' => 'structure', 'members' => [ 'error' => [ 'shape' => 'ErrorDetail', ], 'catalogId' => [ 'shape' => 'CatalogIdString', ], 'databaseName' => [ 'shape' => 'databaseNameString', ], 'tableName' => [ 'shape' => 'tableNameString', ], 'type' => [ 'shape' => 'TableOptimizerType', ], ], ], 'BatchGetTableOptimizerErrors' => [ 'type' => 'list', 'member' => [ 'shape' => 'BatchGetTableOptimizerError', ], ], 'BatchGetTableOptimizerRequest' => [ 'type' => 'structure', 'required' => [ 'Entries', ], 'members' => [ 'Entries' => [ 'shape' => 'BatchGetTableOptimizerEntries', ], ], ], 'BatchGetTableOptimizerResponse' => [ 'type' => 'structure', 'members' => [ 'TableOptimizers' => [ 'shape' => 'BatchTableOptimizers', ], 'Failures' => [ 'shape' => 'BatchGetTableOptimizerErrors', ], ], ], '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', ], ], ], 'BatchPutDataQualityStatisticAnnotationRequest' => [ 'type' => 'structure', 'required' => [ 'InclusionAnnotations', ], 'members' => [ 'InclusionAnnotations' => [ 'shape' => 'InclusionAnnotationList', ], 'ClientToken' => [ 'shape' => 'HashString', ], ], ], 'BatchPutDataQualityStatisticAnnotationResponse' => [ 'type' => 'structure', 'members' => [ 'FailedInclusionAnnotations' => [ 'shape' => 'AnnotationErrorList', ], ], ], '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', ], ], 'BatchTableOptimizer' => [ 'type' => 'structure', 'members' => [ 'catalogId' => [ 'shape' => 'CatalogIdString', ], 'databaseName' => [ 'shape' => 'databaseNameString', ], 'tableName' => [ 'shape' => 'tableNameString', ], 'tableOptimizer' => [ 'shape' => 'TableOptimizer', ], ], ], 'BatchTableOptimizers' => [ 'type' => 'list', 'member' => [ 'shape' => 'BatchTableOptimizer', ], ], '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', 'SSE-KMS-WITH-SERVICE-ROLE', ], ], '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', ], 'ConnectorDataSource' => [ 'shape' => 'ConnectorDataSource', ], 'ConnectorDataTarget' => [ 'shape' => 'ConnectorDataTarget', ], ], ], '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', ], ], 'ColumnNameList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], ], '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', ], ], 'ColumnStatisticsState' => [ 'type' => 'string', 'enum' => [ 'STARTING', 'RUNNING', 'SUCCEEDED', 'FAILED', 'STOPPED', ], ], 'ColumnStatisticsTaskNotRunningException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'ColumnStatisticsTaskRun' => [ 'type' => 'structure', 'members' => [ 'CustomerId' => [ 'shape' => 'AccountId', ], 'ColumnStatisticsTaskRunId' => [ 'shape' => 'HashString', ], 'DatabaseName' => [ 'shape' => 'DatabaseName', ], 'TableName' => [ 'shape' => 'TableName', ], 'ColumnNameList' => [ 'shape' => 'ColumnNameList', ], 'CatalogID' => [ 'shape' => 'CatalogIdString', ], 'Role' => [ 'shape' => 'Role', ], 'SampleSize' => [ 'shape' => 'SampleSizePercentage', ], 'SecurityConfiguration' => [ 'shape' => 'CrawlerSecurityConfiguration', ], 'NumberOfWorkers' => [ 'shape' => 'PositiveInteger', ], 'WorkerType' => [ 'shape' => 'NameString', ], 'Status' => [ 'shape' => 'ColumnStatisticsState', ], 'CreationTime' => [ 'shape' => 'Timestamp', ], 'LastUpdated' => [ 'shape' => 'Timestamp', ], 'StartTime' => [ 'shape' => 'Timestamp', ], 'EndTime' => [ 'shape' => 'Timestamp', ], 'ErrorMessage' => [ 'shape' => 'DescriptionString', ], 'DPUSeconds' => [ 'shape' => 'NonNegativeDouble', ], ], ], 'ColumnStatisticsTaskRunIdList' => [ 'type' => 'list', 'member' => [ 'shape' => 'HashString', ], 'max' => 100, 'min' => 0, ], 'ColumnStatisticsTaskRunningException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], 'ColumnStatisticsTaskRunsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ColumnStatisticsTaskRun', ], ], 'ColumnStatisticsTaskStoppingException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], '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, ], 'ConditionExpression' => [ 'type' => 'structure', 'required' => [ 'Condition', 'TargetColumn', ], 'members' => [ 'Condition' => [ 'shape' => 'DatabrewCondition', ], 'Value' => [ 'shape' => 'DatabrewConditionValue', ], 'TargetColumn' => [ 'shape' => 'TargetColumn', ], ], ], 'ConditionExpressionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ConditionExpression', ], ], 'ConditionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Condition', ], ], 'ConfigValueString' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '[a-zA-Z0-9_.-]+', ], 'ConfigurationMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'NameString', ], 'value' => [ 'shape' => 'ConfigurationObject', ], ], 'ConfigurationObject' => [ 'type' => 'structure', 'members' => [ 'DefaultValue' => [ 'shape' => 'ConfigValueString', ], 'AllowedValues' => [ 'shape' => 'AllowedValuesStringList', ], 'MinValue' => [ 'shape' => 'ConfigValueString', ], 'MaxValue' => [ 'shape' => 'ConfigValueString', ], ], ], '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', ], 'Status' => [ 'shape' => 'ConnectionStatus', ], 'StatusReason' => [ 'shape' => 'LongValueString', ], 'LastConnectionValidationTime' => [ 'shape' => 'Timestamp', ], 'AuthenticationConfiguration' => [ 'shape' => 'AuthenticationConfiguration', ], ], ], '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', ], 'AuthenticationConfiguration' => [ 'shape' => 'AuthenticationConfigurationInput', ], 'ValidateCredentials' => [ 'shape' => 'Boolean', ], ], ], '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_PLAIN_USERNAME', 'KAFKA_SASL_PLAIN_PASSWORD', 'ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD', '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', 'ROLE_ARN', 'REGION', 'WORKGROUP_NAME', 'CLUSTER_IDENTIFIER', 'DATABASE', ], ], 'ConnectionStatus' => [ 'type' => 'string', 'enum' => [ 'READY', 'IN_PROGRESS', 'FAILED', ], ], 'ConnectionType' => [ 'type' => 'string', 'enum' => [ 'JDBC', 'SFTP', 'MONGODB', 'KAFKA', 'NETWORK', 'MARKETPLACE', 'CUSTOM', 'SALESFORCE', 'VIEW_VALIDATION_REDSHIFT', 'VIEW_VALIDATION_ATHENA', ], ], 'ConnectionsList' => [ 'type' => 'structure', 'members' => [ 'Connections' => [ 'shape' => 'OrchestrationStringList', ], ], ], 'ConnectorDataSource' => [ 'type' => 'structure', 'required' => [ 'Name', 'ConnectionType', 'Data', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'ConnectionType' => [ 'shape' => 'EnclosedInStringProperty', ], 'Data' => [ 'shape' => 'ConnectorOptions', ], 'OutputSchemas' => [ 'shape' => 'GlueSchemas', ], ], ], 'ConnectorDataTarget' => [ 'type' => 'structure', 'required' => [ 'Name', 'ConnectionType', 'Data', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'ConnectionType' => [ 'shape' => 'EnclosedInStringProperty', ], 'Data' => [ 'shape' => 'ConnectorOptions', ], 'Inputs' => [ 'shape' => 'OneInput', ], ], ], 'ConnectorOptions' => [ 'type' => 'map', 'key' => [ 'shape' => 'GenericString', ], 'value' => [ 'shape' => 'GenericString', ], ], 'ContextKey' => [ 'type' => 'string', 'max' => 128, 'min' => 1, ], 'ContextValue' => [ 'type' => 'string', 'max' => 256, 'min' => 0, ], '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' => [ 'CreateConnectionStatus' => [ 'shape' => 'ConnectionStatus', ], ], ], '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', ], 'DataQualitySecurityConfiguration' => [ 'shape' => 'NameString', ], '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', ], 'JobMode' => [ 'shape' => 'JobMode', ], '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', ], 'MaintenanceWindow' => [ 'shape' => 'MaintenanceWindow', ], ], ], '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', ], ], ], 'CreateTableOptimizerRequest' => [ 'type' => 'structure', 'required' => [ 'CatalogId', 'DatabaseName', 'TableName', 'Type', 'TableOptimizerConfiguration', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'Type' => [ 'shape' => 'TableOptimizerType', ], 'TableOptimizerConfiguration' => [ 'shape' => 'TableOptimizerConfiguration', ], ], ], 'CreateTableOptimizerResponse' => [ 'type' => 'structure', 'members' => [], ], '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', ], ], ], 'CreateUsageProfileRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'Configuration', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Configuration' => [ 'shape' => 'ProfileConfiguration', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'CreateUsageProfileResponse' => [ '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', ], ], 'DQCompositeRuleEvaluationMethod' => [ 'type' => 'string', 'enum' => [ 'COLUMN', 'ROW', ], ], '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, ], 'DataQualityAnalyzerResult' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DataQualityRuleResultDescription', ], 'EvaluationMessage' => [ 'shape' => 'DataQualityRuleResultDescription', ], 'EvaluatedMetrics' => [ 'shape' => 'EvaluatedMetricsMap', ], ], ], 'DataQualityAnalyzerResults' => [ 'type' => 'list', 'member' => [ 'shape' => 'DataQualityAnalyzerResult', ], 'max' => 2000, 'min' => 0, ], 'DataQualityEvaluationRunAdditionalRunOptions' => [ 'type' => 'structure', 'members' => [ 'CloudWatchMetricsEnabled' => [ 'shape' => 'NullableBoolean', ], 'ResultsS3Prefix' => [ 'shape' => 'UriString', ], 'CompositeRuleEvaluationMethod' => [ 'shape' => 'DQCompositeRuleEvaluationMethod', ], ], ], 'DataQualityMetricValues' => [ 'type' => 'structure', 'members' => [ 'ActualValue' => [ 'shape' => 'NullableDouble', ], 'ExpectedValue' => [ 'shape' => 'NullableDouble', ], 'LowerLimit' => [ 'shape' => 'NullableDouble', ], 'UpperLimit' => [ 'shape' => 'NullableDouble', ], ], ], 'DataQualityModelStatus' => [ 'type' => 'string', 'enum' => [ 'RUNNING', 'SUCCEEDED', 'FAILED', ], ], 'DataQualityObservation' => [ 'type' => 'structure', 'members' => [ 'Description' => [ 'shape' => 'DataQualityObservationDescription', ], 'MetricBasedObservation' => [ 'shape' => 'MetricBasedObservation', ], ], ], 'DataQualityObservationDescription' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*', 'sensitive' => true, ], 'DataQualityObservations' => [ 'type' => 'list', 'member' => [ 'shape' => 'DataQualityObservation', ], 'max' => 50, 'min' => 0, ], 'DataQualityResult' => [ 'type' => 'structure', 'members' => [ 'ResultId' => [ 'shape' => 'HashString', ], 'ProfileId' => [ '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', ], 'AnalyzerResults' => [ 'shape' => 'DataQualityAnalyzerResults', ], 'Observations' => [ 'shape' => 'DataQualityObservations', ], ], ], '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' => 'DataQualityRuleResultDescription', ], 'EvaluationMessage' => [ 'shape' => 'DataQualityRuleResultDescription', ], 'Result' => [ 'shape' => 'DataQualityRuleResultStatus', ], 'EvaluatedMetrics' => [ 'shape' => 'EvaluatedMetricsMap', ], 'EvaluatedRule' => [ 'shape' => 'DataQualityRuleResultDescription', ], ], ], 'DataQualityRuleResultDescription' => [ 'type' => 'string', 'max' => 2048, 'min' => 0, 'pattern' => '[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*', 'sensitive' => true, ], 'DataQualityRuleResultStatus' => [ 'type' => 'string', 'enum' => [ 'PASS', 'FAIL', 'ERROR', ], ], 'DataQualityRuleResults' => [ 'type' => 'list', 'member' => [ 'shape' => 'DataQualityRuleResult', ], 'max' => 2000, 'min' => 0, ], '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', ], ], ], 'DatabaseAttributes' => [ 'type' => 'string', 'enum' => [ 'NAME', ], ], 'DatabaseAttributesList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DatabaseAttributes', ], ], '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', ], 'DatabrewCondition' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[A-Z\\_]+$', ], 'DatabrewConditionValue' => [ 'type' => 'string', 'max' => 1024, ], 'DatapointInclusionAnnotation' => [ 'type' => 'structure', 'members' => [ 'ProfileId' => [ 'shape' => 'HashString', ], 'StatisticId' => [ 'shape' => 'HashString', ], 'InclusionAnnotation' => [ 'shape' => 'InclusionAnnotationValue', ], ], ], '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', ], ], ], 'DeleteTableOptimizerRequest' => [ 'type' => 'structure', 'required' => [ 'CatalogId', 'DatabaseName', 'TableName', 'Type', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'Type' => [ 'shape' => 'TableOptimizerType', ], ], ], 'DeleteTableOptimizerResponse' => [ 'type' => 'structure', 'members' => [], ], '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', ], ], ], 'DeleteUsageProfileRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'DeleteUsageProfileResponse' => [ 'type' => 'structure', 'members' => [], ], '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' => '([\\u0009\\u000B\\u000C\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF])*', ], 'EnclosedInStringPropertyWithQuote' => [ 'type' => 'string', 'pattern' => '([\\u0009\\u000B\\u000C\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF])*', ], 'EncryptionAtRest' => [ 'type' => 'structure', 'required' => [ 'CatalogEncryptionMode', ], 'members' => [ 'CatalogEncryptionMode' => [ 'shape' => 'CatalogEncryptionMode', ], 'SseAwsKmsKeyId' => [ 'shape' => 'NameString', ], 'CatalogEncryptionServiceRole' => [ 'shape' => 'IAMRoleArn', ], ], ], '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', ], 'sensitive' => true, ], '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' => [ 'AccessDeniedException', 'EntityNotFoundException', 'InvalidCredentialsException', 'InvalidInputException', 'InvalidResponseException', 'OperationTimeoutException', 'OperationNotSupportedException', 'InternalServiceException', 'PartialFailureException', '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', ], ], ], 'GetColumnStatisticsTaskRunRequest' => [ 'type' => 'structure', 'required' => [ 'ColumnStatisticsTaskRunId', ], 'members' => [ 'ColumnStatisticsTaskRunId' => [ 'shape' => 'HashString', ], ], ], 'GetColumnStatisticsTaskRunResponse' => [ 'type' => 'structure', 'members' => [ 'ColumnStatisticsTaskRun' => [ 'shape' => 'ColumnStatisticsTaskRun', ], ], ], 'GetColumnStatisticsTaskRunsRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', ], 'members' => [ 'DatabaseName' => [ 'shape' => 'DatabaseName', ], 'TableName' => [ 'shape' => 'NameString', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetColumnStatisticsTaskRunsResponse' => [ 'type' => 'structure', 'members' => [ 'ColumnStatisticsTaskRuns' => [ 'shape' => 'ColumnStatisticsTaskRunsList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], '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', ], ], ], 'GetDataQualityModelRequest' => [ 'type' => 'structure', 'required' => [ 'ProfileId', ], 'members' => [ 'StatisticId' => [ 'shape' => 'HashString', ], 'ProfileId' => [ 'shape' => 'HashString', ], ], ], 'GetDataQualityModelResponse' => [ 'type' => 'structure', 'members' => [ 'Status' => [ 'shape' => 'DataQualityModelStatus', ], 'StartedOn' => [ 'shape' => 'Timestamp', ], 'CompletedOn' => [ 'shape' => 'Timestamp', ], 'FailureReason' => [ 'shape' => 'HashString', ], ], ], 'GetDataQualityModelResultRequest' => [ 'type' => 'structure', 'required' => [ 'StatisticId', 'ProfileId', ], 'members' => [ 'StatisticId' => [ 'shape' => 'HashString', ], 'ProfileId' => [ 'shape' => 'HashString', ], ], ], 'GetDataQualityModelResultResponse' => [ 'type' => 'structure', 'members' => [ 'CompletedOn' => [ 'shape' => 'Timestamp', ], 'Model' => [ 'shape' => 'StatisticModelResults', ], ], ], 'GetDataQualityResultRequest' => [ 'type' => 'structure', 'required' => [ 'ResultId', ], 'members' => [ 'ResultId' => [ 'shape' => 'HashString', ], ], ], 'GetDataQualityResultResponse' => [ 'type' => 'structure', 'members' => [ 'ResultId' => [ 'shape' => 'HashString', ], 'ProfileId' => [ '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', ], 'AnalyzerResults' => [ 'shape' => 'DataQualityAnalyzerResults', ], 'Observations' => [ 'shape' => 'DataQualityObservations', ], ], ], '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', ], 'DataQualitySecurityConfiguration' => [ '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', ], 'DataQualitySecurityConfiguration' => [ 'shape' => 'NameString', ], ], ], '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', ], 'AttributesToGet' => [ 'shape' => 'DatabaseAttributesList', ], ], ], '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' => 'OrchestrationPageSize200', ], ], ], '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', ], ], ], 'GetTableOptimizerRequest' => [ 'type' => 'structure', 'required' => [ 'CatalogId', 'DatabaseName', 'TableName', 'Type', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'Type' => [ 'shape' => 'TableOptimizerType', ], ], ], 'GetTableOptimizerResponse' => [ 'type' => 'structure', 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'TableOptimizer' => [ 'shape' => 'TableOptimizer', ], ], ], 'GetTableRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'Name', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'Name' => [ 'shape' => 'NameString', ], 'TransactionId' => [ 'shape' => 'TransactionIdString', ], 'QueryAsOfTime' => [ 'shape' => 'Timestamp', ], 'IncludeStatusDetails' => [ 'shape' => 'BooleanNullable', ], ], ], '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', ], 'IncludeStatusDetails' => [ 'shape' => 'BooleanNullable', ], 'AttributesToGet' => [ 'shape' => 'TableAttributesList', ], ], ], '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' => 'OrchestrationPageSize200', ], ], ], 'GetTriggersResponse' => [ 'type' => 'structure', 'members' => [ 'Triggers' => [ 'shape' => 'TriggerList', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'GetUnfilteredPartitionMetadataRequest' => [ 'type' => 'structure', 'required' => [ 'CatalogId', 'DatabaseName', 'TableName', 'PartitionValues', 'SupportedPermissionTypes', ], 'members' => [ 'Region' => [ 'shape' => 'ValueString', ], 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'PartitionValues' => [ 'shape' => 'ValueStringList', ], 'AuditContext' => [ 'shape' => 'AuditContext', ], 'SupportedPermissionTypes' => [ 'shape' => 'PermissionTypeList', ], 'QuerySessionContext' => [ 'shape' => 'QuerySessionContext', ], ], ], 'GetUnfilteredPartitionMetadataResponse' => [ 'type' => 'structure', 'members' => [ 'Partition' => [ 'shape' => 'Partition', ], 'AuthorizedColumns' => [ 'shape' => 'NameStringList', ], 'IsRegisteredWithLakeFormation' => [ 'shape' => 'Boolean', ], ], ], 'GetUnfilteredPartitionsMetadataRequest' => [ 'type' => 'structure', 'required' => [ 'CatalogId', 'DatabaseName', 'TableName', 'SupportedPermissionTypes', ], 'members' => [ 'Region' => [ 'shape' => 'ValueString', ], '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', ], 'QuerySessionContext' => [ 'shape' => 'QuerySessionContext', ], ], ], 'GetUnfilteredPartitionsMetadataResponse' => [ 'type' => 'structure', 'members' => [ 'UnfilteredPartitions' => [ 'shape' => 'UnfilteredPartitionList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'GetUnfilteredTableMetadataRequest' => [ 'type' => 'structure', 'required' => [ 'CatalogId', 'DatabaseName', 'Name', 'SupportedPermissionTypes', ], 'members' => [ 'Region' => [ 'shape' => 'ValueString', ], 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'Name' => [ 'shape' => 'NameString', ], 'AuditContext' => [ 'shape' => 'AuditContext', ], 'SupportedPermissionTypes' => [ 'shape' => 'PermissionTypeList', ], 'ParentResourceArn' => [ 'shape' => 'ArnString', ], 'RootResourceArn' => [ 'shape' => 'ArnString', ], 'SupportedDialect' => [ 'shape' => 'SupportedDialect', ], 'Permissions' => [ 'shape' => 'PermissionList', ], 'QuerySessionContext' => [ 'shape' => 'QuerySessionContext', ], ], ], 'GetUnfilteredTableMetadataResponse' => [ 'type' => 'structure', 'members' => [ 'Table' => [ 'shape' => 'Table', ], 'AuthorizedColumns' => [ 'shape' => 'NameStringList', ], 'IsRegisteredWithLakeFormation' => [ 'shape' => 'Boolean', ], 'CellFilters' => [ 'shape' => 'ColumnRowFilterList', ], 'QueryAuthorizationId' => [ 'shape' => 'HashString', ], 'IsMultiDialectView' => [ 'shape' => 'Boolean', ], 'ResourceArn' => [ 'shape' => 'ArnString', ], 'IsProtected' => [ 'shape' => 'Boolean', ], 'Permissions' => [ 'shape' => 'PermissionList', ], 'RowFilter' => [ 'shape' => 'PredicateString', ], ], ], 'GetUsageProfileRequest' => [ 'type' => 'structure', 'required' => [ 'Name', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], 'GetUsageProfileResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Configuration' => [ 'shape' => 'ProfileConfiguration', ], 'CreatedOn' => [ 'shape' => 'TimestampValue', ], 'LastModifiedOn' => [ 'shape' => 'TimestampValue', ], ], ], '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', ], ], 'IAMRoleArn' => [ 'type' => 'string', 'pattern' => '^arn:aws(-(cn|us-gov|iso(-[bef])?))?:iam::[0-9]{12}:role/.+', ], '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, ], 'IdleTimeout' => [ 'type' => 'integer', 'box' => 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', ], ], ], 'InclusionAnnotationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DatapointInclusionAnnotation', ], ], 'InclusionAnnotationValue' => [ 'type' => 'string', 'enum' => [ 'INCLUDE', 'EXCLUDE', ], ], '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', ], 'JobMode' => [ 'shape' => 'JobMode', ], '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', ], 'MaintenanceWindow' => [ 'shape' => 'MaintenanceWindow', ], 'ProfileName' => [ 'shape' => 'NameString', ], ], ], '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', ], ], 'JobMode' => [ 'type' => 'string', 'enum' => [ 'SCRIPT', 'VISUAL', 'NOTEBOOK', ], ], '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', ], 'JobMode' => [ 'shape' => 'JobMode', ], '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', ], 'MaintenanceWindow' => [ 'shape' => 'MaintenanceWindow', ], 'ProfileName' => [ 'shape' => 'NameString', ], ], ], 'JobRunList' => [ 'type' => 'list', 'member' => [ 'shape' => 'JobRun', ], ], 'JobRunState' => [ 'type' => 'string', 'enum' => [ 'STARTING', 'RUNNING', 'STOPPING', 'STOPPED', 'SUCCEEDED', 'FAILED', 'TIMEOUT', 'ERROR', 'WAITING', 'EXPIRED', ], ], 'JobUpdate' => [ 'type' => 'structure', 'members' => [ 'JobMode' => [ 'shape' => 'JobMode', ], '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', ], 'MaintenanceWindow' => [ 'shape' => 'MaintenanceWindow', ], ], ], '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' => 'OrchestrationPageSize25', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'ListBlueprintsResponse' => [ 'type' => 'structure', 'members' => [ 'Blueprints' => [ 'shape' => 'BlueprintNames', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'ListColumnStatisticsTaskRunsRequest' => [ 'type' => 'structure', 'members' => [ 'MaxResults' => [ 'shape' => 'PageSize', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], 'ListColumnStatisticsTaskRunsResponse' => [ 'type' => 'structure', 'members' => [ 'ColumnStatisticsTaskRunIds' => [ 'shape' => 'ColumnStatisticsTaskRunIdList', ], 'NextToken' => [ 'shape' => 'Token', ], ], ], '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', ], ], ], 'ListDataQualityStatisticAnnotationsRequest' => [ 'type' => 'structure', 'members' => [ 'StatisticId' => [ 'shape' => 'HashString', ], 'ProfileId' => [ 'shape' => 'HashString', ], 'TimestampFilter' => [ 'shape' => 'TimestampFilter', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListDataQualityStatisticAnnotationsResponse' => [ 'type' => 'structure', 'members' => [ 'Annotations' => [ 'shape' => 'AnnotationList', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListDataQualityStatisticsRequest' => [ 'type' => 'structure', 'members' => [ 'StatisticId' => [ 'shape' => 'HashString', ], 'ProfileId' => [ 'shape' => 'HashString', ], 'TimestampFilter' => [ 'shape' => 'TimestampFilter', ], 'MaxResults' => [ 'shape' => 'PageSize', ], 'NextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListDataQualityStatisticsResponse' => [ 'type' => 'structure', 'members' => [ 'Statistics' => [ 'shape' => 'StatisticSummaryList', ], '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', ], ], ], 'ListTableOptimizerRunsRequest' => [ 'type' => 'structure', 'required' => [ 'CatalogId', 'DatabaseName', 'TableName', 'Type', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'Type' => [ 'shape' => 'TableOptimizerType', ], 'MaxResults' => [ 'shape' => 'MaxListTableOptimizerRunsTokenResults', ], 'NextToken' => [ 'shape' => 'ListTableOptimizerRunsToken', ], ], ], 'ListTableOptimizerRunsResponse' => [ 'type' => 'structure', 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'NextToken' => [ 'shape' => 'ListTableOptimizerRunsToken', ], 'TableOptimizerRuns' => [ 'shape' => 'TableOptimizerRuns', ], ], ], 'ListTableOptimizerRunsToken' => [ 'type' => 'string', ], 'ListTriggersRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'GenericString', ], 'DependentJobName' => [ 'shape' => 'NameString', ], 'MaxResults' => [ 'shape' => 'OrchestrationPageSize200', ], 'Tags' => [ 'shape' => 'TagsMap', ], ], ], 'ListTriggersResponse' => [ 'type' => 'structure', 'members' => [ 'TriggerNames' => [ 'shape' => 'TriggerNameList', ], 'NextToken' => [ 'shape' => 'GenericString', ], ], ], 'ListUsageProfilesRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'OrchestrationToken', ], 'MaxResults' => [ 'shape' => 'OrchestrationPageSize200', ], ], ], 'ListUsageProfilesResponse' => [ 'type' => 'structure', 'members' => [ 'Profiles' => [ 'shape' => 'UsageProfileDefinitionList', ], 'NextToken' => [ 'shape' => 'OrchestrationToken', ], ], ], 'ListWorkflowsRequest' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'GenericString', ], 'MaxResults' => [ 'shape' => 'OrchestrationPageSize25', ], ], ], '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', ], 'LongValueString' => [ 'type' => 'string', 'max' => 16384, 'min' => 1, ], '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', ], ], 'MaintenanceWindow' => [ 'type' => 'string', 'pattern' => '^(Sun|Mon|Tue|Wed|Thu|Fri|Sat):([01]?[0-9]|2[0-3])$', ], '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', ], 'MaxListTableOptimizerRunsTokenResults' => [ '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+-=._./@]+', ], 'MetricBasedObservation' => [ 'type' => 'structure', 'members' => [ 'MetricName' => [ 'shape' => 'NameString', ], 'StatisticId' => [ 'shape' => 'HashString', ], 'MetricValues' => [ 'shape' => 'DataQualityMetricValues', ], 'NewRules' => [ 'shape' => 'NewRules', ], ], ], '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', ], ], 'NewRules' => [ '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' => '([^\\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, ], 'NullableString' => [ 'type' => 'string', 'box' => true, ], 'OAuth2ClientApplication' => [ 'type' => 'structure', 'members' => [ 'UserManagedClientApplicationClientId' => [ 'shape' => 'UserManagedClientApplicationClientId', ], 'AWSManagedClientApplicationReference' => [ 'shape' => 'AWSManagedClientApplicationReference', ], ], ], 'OAuth2GrantType' => [ 'type' => 'string', 'enum' => [ 'AUTHORIZATION_CODE', 'CLIENT_CREDENTIALS', 'JWT_BEARER', ], ], 'OAuth2Properties' => [ 'type' => 'structure', 'members' => [ 'OAuth2GrantType' => [ 'shape' => 'OAuth2GrantType', ], 'OAuth2ClientApplication' => [ 'shape' => 'OAuth2ClientApplication', ], 'TokenUrl' => [ 'shape' => 'TokenUrl', ], 'TokenUrlParametersMap' => [ 'shape' => 'TokenUrlParametersMap', ], ], ], 'OAuth2PropertiesInput' => [ 'type' => 'structure', 'members' => [ 'OAuth2GrantType' => [ 'shape' => 'OAuth2GrantType', ], 'OAuth2ClientApplication' => [ 'shape' => 'OAuth2ClientApplication', ], 'TokenUrl' => [ 'shape' => 'TokenUrl', ], 'TokenUrlParametersMap' => [ 'shape' => 'TokenUrlParametersMap', ], 'AuthorizationCodeProperties' => [ 'shape' => 'AuthorizationCodeProperties', ], ], ], 'OneInput' => [ 'type' => 'list', 'member' => [ 'shape' => 'NodeId', ], 'max' => 1, 'min' => 1, ], 'OpenTableFormatInput' => [ 'type' => 'structure', 'members' => [ 'IcebergInput' => [ 'shape' => 'IcebergInput', ], ], ], 'Operation' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[A-Z\\_]+$', ], 'OperationNotSupportedException' => [ 'type' => 'structure', 'members' => [ 'Message' => [ 'shape' => 'MessageString', ], ], 'exception' => true, ], '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]+', ], 'OrchestrationPageSize200' => [ 'type' => 'integer', 'box' => true, 'max' => 200, 'min' => 1, ], 'OrchestrationPageSize25' => [ 'type' => 'integer', 'box' => true, 'max' => 25, 'min' => 1, ], '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', ], ], 'ParameterMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'ParameterName', ], 'value' => [ 'shape' => 'ParameterValue', ], ], 'ParameterName' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '^[A-Za-z0-9]+$', ], 'ParameterValue' => [ 'type' => 'string', 'max' => 32768, 'min' => 1, ], '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, ], 'PositiveInteger' => [ 'type' => 'integer', 'min' => 1, ], '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, ], 'ProfileConfiguration' => [ 'type' => 'structure', 'members' => [ 'SessionConfiguration' => [ 'shape' => 'ConfigurationMap', ], 'JobConfiguration' => [ 'shape' => 'ConfigurationMap', ], ], ], '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' => [], ], 'PutDataQualityProfileAnnotationRequest' => [ 'type' => 'structure', 'required' => [ 'ProfileId', 'InclusionAnnotation', ], 'members' => [ 'ProfileId' => [ 'shape' => 'HashString', ], 'InclusionAnnotation' => [ 'shape' => 'InclusionAnnotationValue', ], ], ], 'PutDataQualityProfileAnnotationResponse' => [ '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', ], ], ], 'QuerySessionContext' => [ 'type' => 'structure', 'members' => [ 'QueryId' => [ 'shape' => 'HashString', ], 'QueryStartTime' => [ 'shape' => 'Timestamp', ], 'ClusterId' => [ 'shape' => 'NullableString', ], 'QueryAuthorizationId' => [ 'shape' => 'HashString', ], 'AdditionalContext' => [ 'shape' => 'AdditionalContextMap', ], ], ], 'QuoteChar' => [ 'type' => 'string', 'enum' => [ 'quote', 'quillemet', 'single_quote', 'disabled', ], ], 'Recipe' => [ 'type' => 'structure', 'required' => [ 'Name', 'Inputs', ], 'members' => [ 'Name' => [ 'shape' => 'NodeName', ], 'Inputs' => [ 'shape' => 'OneInput', ], 'RecipeReference' => [ 'shape' => 'RecipeReference', ], 'RecipeSteps' => [ 'shape' => 'RecipeSteps', ], ], ], 'RecipeAction' => [ 'type' => 'structure', 'required' => [ 'Operation', ], 'members' => [ 'Operation' => [ 'shape' => 'Operation', ], 'Parameters' => [ 'shape' => 'ParameterMap', ], ], ], 'RecipeReference' => [ 'type' => 'structure', 'required' => [ 'RecipeArn', 'RecipeVersion', ], 'members' => [ 'RecipeArn' => [ 'shape' => 'EnclosedInStringProperty', ], 'RecipeVersion' => [ 'shape' => 'RecipeVersion', ], ], ], 'RecipeStep' => [ 'type' => 'structure', 'required' => [ 'Action', ], 'members' => [ 'Action' => [ 'shape' => 'RecipeAction', ], 'ConditionExpressions' => [ 'shape' => 'ConditionExpressionList', ], ], ], 'RecipeSteps' => [ 'type' => 'list', 'member' => [ 'shape' => 'RecipeStep', ], ], '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', ], ], ], 'RedirectUri' => [ 'type' => 'string', 'max' => 512, 'pattern' => '^(https?):\\/\\/[^\\s/$.?#].[^\\s]*$', ], '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', ], ], ], 'ReferenceDatasetsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'NameString', ], ], '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', ], ], ], 'ResourceAction' => [ 'type' => 'string', 'enum' => [ 'UPDATE', 'CREATE', ], ], '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', ], ], 'ResourceState' => [ 'type' => 'string', 'enum' => [ 'QUEUED', 'IN_PROGRESS', 'SUCCESS', 'STOPPED', 'FAILED', ], ], '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', ], 'RunIdentifier' => [ 'type' => 'structure', 'members' => [ 'RunId' => [ 'shape' => 'HashString', ], 'JobRunId' => [ 'shape' => 'HashString', ], ], ], 'RunMetrics' => [ 'type' => 'structure', 'members' => [ 'NumberOfBytesCompacted' => [ 'shape' => 'MessageString', ], 'NumberOfFilesCompacted' => [ 'shape' => 'MessageString', ], 'NumberOfDpus' => [ 'shape' => 'MessageString', ], 'JobDurationInHour' => [ 'shape' => 'MessageString', ], ], ], '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', ], ], 'SampleSizePercentage' => [ 'type' => 'double', 'max' => 100, 'min' => 0, ], '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', ], 'IncludeStatusDetails' => [ 'shape' => 'BooleanNullable', ], ], ], 'SearchTablesResponse' => [ 'type' => 'structure', 'members' => [ 'NextToken' => [ 'shape' => 'Token', ], 'TableList' => [ 'shape' => 'TableList', ], ], ], 'SecretArn' => [ 'type' => 'string', 'pattern' => '^arn:aws(-(cn|us-gov|iso(-[bef])?))?:secretsmanager:.*$', ], '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', ], 'NumberOfWorkers' => [ 'shape' => 'NullableInteger', ], 'WorkerType' => [ 'shape' => 'WorkerType', ], 'CompletedOn' => [ 'shape' => 'TimestampValue', ], 'ExecutionTime' => [ 'shape' => 'NullableDouble', ], 'DPUSeconds' => [ 'shape' => 'NullableDouble', ], 'IdleTimeout' => [ 'shape' => 'IdleTimeout', ], 'ProfileName' => [ 'shape' => 'NameString', ], ], ], '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', 'GITLAB', 'BITBUCKET', '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', ], ], ], 'StartColumnStatisticsTaskRunRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', 'Role', ], 'members' => [ 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'ColumnNameList' => [ 'shape' => 'ColumnNameList', ], 'Role' => [ 'shape' => 'NameString', ], 'SampleSize' => [ 'shape' => 'SampleSizePercentage', ], 'CatalogID' => [ 'shape' => 'NameString', ], 'SecurityConfiguration' => [ 'shape' => 'NameString', ], ], ], 'StartColumnStatisticsTaskRunResponse' => [ 'type' => 'structure', 'members' => [ 'ColumnStatisticsTaskRunId' => [ 'shape' => 'HashString', ], ], ], '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', ], 'DataQualitySecurityConfiguration' => [ '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', ], ], 'StatisticAnnotation' => [ 'type' => 'structure', 'members' => [ 'ProfileId' => [ 'shape' => 'HashString', ], 'StatisticId' => [ 'shape' => 'HashString', ], 'StatisticRecordedOn' => [ 'shape' => 'Timestamp', ], 'InclusionAnnotation' => [ 'shape' => 'TimestampedInclusionAnnotation', ], ], ], 'StatisticEvaluationLevel' => [ 'type' => 'string', 'enum' => [ 'Dataset', 'Column', 'Multicolumn', ], ], 'StatisticModelResult' => [ 'type' => 'structure', 'members' => [ 'LowerBound' => [ 'shape' => 'NullableDouble', ], 'UpperBound' => [ 'shape' => 'NullableDouble', ], 'PredictedValue' => [ 'shape' => 'NullableDouble', ], 'ActualValue' => [ 'shape' => 'NullableDouble', ], 'Date' => [ 'shape' => 'Timestamp', ], 'InclusionAnnotation' => [ 'shape' => 'InclusionAnnotationValue', ], ], ], 'StatisticModelResults' => [ 'type' => 'list', 'member' => [ 'shape' => 'StatisticModelResult', ], ], 'StatisticNameString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, 'pattern' => '[A-Z][A-Za-z\\.]+', ], 'StatisticPropertiesMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'NameString', ], 'value' => [ 'shape' => 'DescriptionString', ], 'sensitive' => true, ], 'StatisticSummary' => [ 'type' => 'structure', 'members' => [ 'StatisticId' => [ 'shape' => 'HashString', ], 'ProfileId' => [ 'shape' => 'HashString', ], 'RunIdentifier' => [ 'shape' => 'RunIdentifier', ], 'StatisticName' => [ 'shape' => 'StatisticNameString', ], 'DoubleValue' => [ 'shape' => 'double', ], 'EvaluationLevel' => [ 'shape' => 'StatisticEvaluationLevel', ], 'ColumnsReferenced' => [ 'shape' => 'ColumnNameList', ], 'ReferencedDatasets' => [ 'shape' => 'ReferenceDatasetsList', ], 'StatisticProperties' => [ 'shape' => 'StatisticPropertiesMap', ], 'RecordedOn' => [ 'shape' => 'Timestamp', ], 'InclusionAnnotation' => [ 'shape' => 'TimestampedInclusionAnnotation', ], ], ], 'StatisticSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'StatisticSummary', ], ], 'StatusDetails' => [ 'type' => 'structure', 'members' => [ 'RequestedChange' => [ 'shape' => 'Table', ], 'ViewValidations' => [ 'shape' => 'ViewValidationList', ], ], ], 'StopColumnStatisticsTaskRunRequest' => [ 'type' => 'structure', 'required' => [ 'DatabaseName', 'TableName', ], 'members' => [ 'DatabaseName' => [ 'shape' => 'DatabaseName', ], 'TableName' => [ 'shape' => 'NameString', ], ], ], 'StopColumnStatisticsTaskRunResponse' => [ 'type' => 'structure', 'members' => [], ], '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', ], ], 'SupportedDialect' => [ 'type' => 'structure', 'members' => [ 'Dialect' => [ 'shape' => 'ViewDialect', ], 'DialectVersion' => [ 'shape' => 'ViewDialectVersionString', ], ], ], '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', ], 'ViewDefinition' => [ 'shape' => 'ViewDefinition', ], 'IsMultiDialectView' => [ 'shape' => 'NullableBoolean', ], 'Status' => [ 'shape' => 'TableStatus', ], ], ], 'TableAttributes' => [ 'type' => 'string', 'enum' => [ 'NAME', 'TABLE_TYPE', ], ], 'TableAttributesList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TableAttributes', ], ], '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', ], 'ViewDefinition' => [ 'shape' => 'ViewDefinitionInput', ], ], ], 'TableList' => [ 'type' => 'list', 'member' => [ 'shape' => 'Table', ], ], 'TableName' => [ 'type' => 'string', ], 'TableOptimizer' => [ 'type' => 'structure', 'members' => [ 'type' => [ 'shape' => 'TableOptimizerType', ], 'configuration' => [ 'shape' => 'TableOptimizerConfiguration', ], 'lastRun' => [ 'shape' => 'TableOptimizerRun', ], ], ], 'TableOptimizerConfiguration' => [ 'type' => 'structure', 'members' => [ 'roleArn' => [ 'shape' => 'ArnString', ], 'enabled' => [ 'shape' => 'NullableBoolean', ], ], ], 'TableOptimizerEventType' => [ 'type' => 'string', 'enum' => [ 'starting', 'completed', 'failed', 'in_progress', ], ], 'TableOptimizerRun' => [ 'type' => 'structure', 'members' => [ 'eventType' => [ 'shape' => 'TableOptimizerEventType', ], 'startTimestamp' => [ 'shape' => 'TableOptimizerRunTimestamp', ], 'endTimestamp' => [ 'shape' => 'TableOptimizerRunTimestamp', ], 'metrics' => [ 'shape' => 'RunMetrics', ], 'error' => [ 'shape' => 'MessageString', ], ], ], 'TableOptimizerRunTimestamp' => [ 'type' => 'timestamp', ], 'TableOptimizerRuns' => [ 'type' => 'list', 'member' => [ 'shape' => 'TableOptimizerRun', ], ], 'TableOptimizerType' => [ 'type' => 'string', 'enum' => [ 'compaction', ], ], 'TablePrefix' => [ 'type' => 'string', 'max' => 128, 'min' => 0, ], 'TableStatus' => [ 'type' => 'structure', 'members' => [ 'RequestedBy' => [ 'shape' => 'NameString', ], 'UpdatedBy' => [ 'shape' => 'NameString', ], 'RequestTime' => [ 'shape' => 'Timestamp', ], 'UpdateTime' => [ 'shape' => 'Timestamp', ], 'Action' => [ 'shape' => 'ResourceAction', ], 'State' => [ 'shape' => 'ResourceState', ], 'Error' => [ 'shape' => 'ErrorDetail', ], 'Details' => [ 'shape' => 'StatusDetails', ], ], ], '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, ], 'TargetColumn' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, ], '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', ], 'TimestampFilter' => [ 'type' => 'structure', 'members' => [ 'RecordedBefore' => [ 'shape' => 'Timestamp', ], 'RecordedAfter' => [ 'shape' => 'Timestamp', ], ], ], 'TimestampValue' => [ 'type' => 'timestamp', ], 'TimestampedInclusionAnnotation' => [ 'type' => 'structure', 'members' => [ 'Value' => [ 'shape' => 'InclusionAnnotationValue', ], 'LastModifiedOn' => [ 'shape' => 'Timestamp', ], ], ], 'Token' => [ 'type' => 'string', ], 'TokenUrl' => [ 'type' => 'string', 'max' => 256, 'pattern' => '^(https?)://[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]', ], 'TokenUrlParameterKey' => [ 'type' => 'string', 'max' => 128, 'min' => 1, ], 'TokenUrlParameterValue' => [ 'type' => 'string', 'max' => 512, 'min' => 1, ], 'TokenUrlParametersMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'TokenUrlParameterKey', ], 'value' => [ 'shape' => 'TokenUrlParameterValue', ], ], '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', ], ], ], 'UpdateTableOptimizerRequest' => [ 'type' => 'structure', 'required' => [ 'CatalogId', 'DatabaseName', 'TableName', 'Type', 'TableOptimizerConfiguration', ], 'members' => [ 'CatalogId' => [ 'shape' => 'CatalogIdString', ], 'DatabaseName' => [ 'shape' => 'NameString', ], 'TableName' => [ 'shape' => 'NameString', ], 'Type' => [ 'shape' => 'TableOptimizerType', ], 'TableOptimizerConfiguration' => [ 'shape' => 'TableOptimizerConfiguration', ], ], ], 'UpdateTableOptimizerResponse' => [ 'type' => 'structure', 'members' => [], ], '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', ], 'ViewUpdateAction' => [ 'shape' => 'ViewUpdateAction', ], 'Force' => [ 'shape' => 'Boolean', ], ], ], 'UpdateTableResponse' => [ 'type' => 'structure', 'members' => [], ], 'UpdateTriggerRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'TriggerUpdate', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'TriggerUpdate' => [ 'shape' => 'TriggerUpdate', ], ], ], 'UpdateTriggerResponse' => [ 'type' => 'structure', 'members' => [ 'Trigger' => [ 'shape' => 'Trigger', ], ], ], 'UpdateUsageProfileRequest' => [ 'type' => 'structure', 'required' => [ 'Name', 'Configuration', ], 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'Configuration' => [ 'shape' => 'ProfileConfiguration', ], ], ], 'UpdateUsageProfileResponse' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], ], ], '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', ], 'UsageProfileDefinition' => [ 'type' => 'structure', 'members' => [ 'Name' => [ 'shape' => 'NameString', ], 'Description' => [ 'shape' => 'DescriptionString', ], 'CreatedOn' => [ 'shape' => 'TimestampValue', ], 'LastModifiedOn' => [ 'shape' => 'TimestampValue', ], ], ], 'UsageProfileDefinitionList' => [ 'type' => 'list', 'member' => [ 'shape' => 'UsageProfileDefinition', ], ], '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', ], ], 'UserManagedClientApplicationClientId' => [ 'type' => 'string', 'max' => 2048, 'pattern' => '\\S+', ], '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]*', ], 'ViewDefinition' => [ 'type' => 'structure', 'members' => [ 'IsProtected' => [ 'shape' => 'NullableBoolean', ], 'Definer' => [ 'shape' => 'ArnString', ], 'SubObjects' => [ 'shape' => 'ViewSubObjectsList', ], 'Representations' => [ 'shape' => 'ViewRepresentationList', ], ], ], 'ViewDefinitionInput' => [ 'type' => 'structure', 'members' => [ 'IsProtected' => [ 'shape' => 'NullableBoolean', ], 'Definer' => [ 'shape' => 'ArnString', ], 'Representations' => [ 'shape' => 'ViewRepresentationInputList', ], 'SubObjects' => [ 'shape' => 'ViewSubObjectsList', ], ], ], 'ViewDialect' => [ 'type' => 'string', 'enum' => [ 'REDSHIFT', 'ATHENA', 'SPARK', ], ], 'ViewDialectVersionString' => [ 'type' => 'string', 'max' => 255, 'min' => 1, ], 'ViewRepresentation' => [ 'type' => 'structure', 'members' => [ 'Dialect' => [ 'shape' => 'ViewDialect', ], 'DialectVersion' => [ 'shape' => 'ViewDialectVersionString', ], 'ViewOriginalText' => [ 'shape' => 'ViewTextString', ], 'ViewExpandedText' => [ 'shape' => 'ViewTextString', ], 'ValidationConnection' => [ 'shape' => 'NameString', ], 'IsStale' => [ 'shape' => 'NullableBoolean', ], ], ], 'ViewRepresentationInput' => [ 'type' => 'structure', 'members' => [ 'Dialect' => [ 'shape' => 'ViewDialect', ], 'DialectVersion' => [ 'shape' => 'ViewDialectVersionString', ], 'ViewOriginalText' => [ 'shape' => 'ViewTextString', ], 'ValidationConnection' => [ 'shape' => 'NameString', ], 'ViewExpandedText' => [ 'shape' => 'ViewTextString', ], ], ], 'ViewRepresentationInputList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ViewRepresentationInput', ], 'max' => 10, 'min' => 1, ], 'ViewRepresentationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ViewRepresentation', ], 'max' => 1000, 'min' => 1, ], 'ViewSubObjectsList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ArnString', ], 'max' => 10, 'min' => 0, ], 'ViewTextString' => [ 'type' => 'string', 'max' => 409600, ], 'ViewUpdateAction' => [ 'type' => 'string', 'enum' => [ 'ADD', 'REPLACE', 'ADD_OR_REPLACE', 'DROP', ], ], 'ViewValidation' => [ 'type' => 'structure', 'members' => [ 'Dialect' => [ 'shape' => 'ViewDialect', ], 'DialectVersion' => [ 'shape' => 'ViewDialectVersionString', ], 'ViewValidationText' => [ 'shape' => 'ViewTextString', ], 'UpdateTime' => [ 'shape' => 'Timestamp', ], 'State' => [ 'shape' => 'ResourceState', ], 'Error' => [ 'shape' => 'ErrorDetail', ], ], ], 'ViewValidationList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ViewValidation', ], ], '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', ], ], ], 'databaseNameString' => [ 'type' => 'string', 'min' => 1, ], 'double' => [ 'type' => 'double', ], 'tableNameString' => [ 'type' => 'string', 'min' => 1, ], ],]; diff --git a/src/data/glue/2017-03-31/docs-2.json b/src/data/glue/2017-03-31/docs-2.json index b13b954f04..b51d656c0d 100644 --- a/src/data/glue/2017-03-31/docs-2.json +++ b/src/data/glue/2017-03-31/docs-2.json @@ -8679,6 +8679,18 @@ "TableVersion$Table": "

The table in question.

" } }, + "TableAttributes": { + "base": null, + "refs": { + "TableAttributesList$member": null + } + }, + "TableAttributesList": { + "base": null, + "refs": { + "GetTablesRequest$AttributesToGet": "

Specifies the table fields returned by the GetTables call. This parameter doesn’t accept an empty list. The request must include NAME.

The following are the valid combinations of values:

" + } + }, "TableError": { "base": "

An error record for table operations.

", "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 18cd45a5b0..b5d35221fd 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.

', 'BatchGetTableOptimizer' => '

Returns the configuration for the specified table optimizers.

', '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.

', 'BatchPutDataQualityStatisticAnnotation' => '

Annotate datapoints over time for a specific data quality statistic.

', '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.

Connections used for creating federated resources require the IAM glue:PassConnection permission.

', '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.

', 'CreateTableOptimizer' => '

Creates a new table optimizer for a specific function. compaction is the only currently supported optimizer type.

', 'CreateTrigger' => '

Creates a new trigger.

', 'CreateUsageProfile' => '

Creates an Glue usage profile.

', '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.

', 'DeleteTableOptimizer' => '

Deletes an optimizer and all associated metadata for a table. The optimization will no longer be performed on 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.

', 'DeleteUsageProfile' => '

Deletes the Glue specified usage profile.

', '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.

', 'GetColumnStatisticsTaskRun' => '

Get the associated metadata/information for a task run, given a task run ID.

', 'GetColumnStatisticsTaskRuns' => '

Retrieves information about all runs associated with the specified table.

', '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.

', 'GetDataQualityModel' => '

Retrieve the training status of the model along with more information (CompletedOn, StartedOn, FailureReason).

', 'GetDataQualityModelResult' => '

Retrieve a statistic\'s predictions for a given Profile ID.

', '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. Job run history is accessible for 90 days for your workflow and 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.

', 'GetTableOptimizer' => '

Returns the configuration of all optimizers associated with 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' => '

Allows a third-party analytical engine to retrieve unfiltered table metadata from the Data Catalog.

For IAM authorization, the public IAM action associated with this API is glue:GetTable.

', 'GetUsageProfile' => '

Retrieves information about the specified Glue usage profile.

', '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. Job run history is accessible for 90 days for your workflow and job 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.

', 'ListColumnStatisticsTaskRuns' => '

List all task runs for a particular 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.

', 'ListDataQualityStatisticAnnotations' => '

Retrieve annotations for a data quality statistic.

', 'ListDataQualityStatistics' => '

Retrieves a list of data quality statistics.

', '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.

', 'ListTableOptimizerRuns' => '

Lists the history of previous optimizer runs for a specific table.

', '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.

', 'ListUsageProfiles' => '

List all the Glue usage profiles.

', '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.

', 'PutDataQualityProfileAnnotation' => '

Annotate all datapoints for a Profile.

', '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.

', 'StartColumnStatisticsTaskRun' => '

Starts a column statistics task run, for a specified table and columns.

', '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.

Recommendation runs are automatically deleted after 90 days.

', '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.

', 'StopColumnStatisticsTaskRun' => '

Stops a task run for the specified table.

', '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.

', 'UpdateTableOptimizer' => '

Updates the configuration for an existing table optimizer.

', 'UpdateTrigger' => '

Updates a trigger definition.

', 'UpdateUsageProfile' => '

Update an Glue usage profile.

', 'UpdateUserDefinedFunction' => '

Updates an existing function definition in the Data Catalog.

', 'UpdateWorkflow' => '

Updates an existing workflow.

', ], 'shapes' => [ 'AWSManagedClientApplicationReference' => [ 'base' => NULL, 'refs' => [ 'OAuth2ClientApplication$AWSManagedClientApplicationReference' => '

The reference to the SaaS-side client app that is Amazon Web Services managed.

', ], ], 'AccessDeniedException' => [ 'base' => '

Access to a resource was denied.

', 'refs' => [], ], 'AccountId' => [ 'base' => NULL, 'refs' => [ 'ColumnStatisticsTaskRun$CustomerId' => '

The Amazon Web Services account ID.

', '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.

', ], ], 'AdditionalContextMap' => [ 'base' => NULL, 'refs' => [ 'QuerySessionContext$AdditionalContext' => '

An opaque string-string map passed by the query engine.

', ], ], '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.

', ], ], 'AllowedValuesStringList' => [ 'base' => NULL, 'refs' => [ 'ConfigurationObject$AllowedValues' => '

A list of allowed values for the parameter.

', ], ], '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.

', ], ], 'AnnotationError' => [ 'base' => '

A failed annotation.

', 'refs' => [ 'AnnotationErrorList$member' => NULL, ], ], 'AnnotationErrorList' => [ 'base' => NULL, 'refs' => [ 'BatchPutDataQualityStatisticAnnotationResponse$FailedInclusionAnnotations' => '

A list of AnnotationError\'s.

', ], ], 'AnnotationList' => [ 'base' => NULL, 'refs' => [ 'ListDataQualityStatisticAnnotationsResponse$Annotations' => '

A list of StatisticAnnotation applied to the Statistic

', ], ], '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.

', ], ], 'ArnString' => [ 'base' => NULL, 'refs' => [ 'GetUnfilteredTableMetadataRequest$ParentResourceArn' => '

The resource ARN of the view.

', 'GetUnfilteredTableMetadataRequest$RootResourceArn' => '

The resource ARN of the root view in a chain of nested views.

', 'GetUnfilteredTableMetadataResponse$ResourceArn' => '

The resource ARN of the parent resource extracted from the request.

', 'TableOptimizerConfiguration$roleArn' => '

A role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller\'s behalf.

', 'ViewDefinition$Definer' => '

The definer of a view in SQL.

', 'ViewDefinitionInput$Definer' => '

The definer of a view in SQL.

', 'ViewSubObjectsList$member' => NULL, ], ], '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.

', ], ], 'AuthenticationConfiguration' => [ 'base' => '

A structure containing the authentication configuration.

', 'refs' => [ 'Connection$AuthenticationConfiguration' => '

The authentication properties of the connection.

', ], ], 'AuthenticationConfigurationInput' => [ 'base' => '

A structure containing the authentication configuration in the CreateConnection request.

', 'refs' => [ 'ConnectionInput$AuthenticationConfiguration' => '

The authentication properties of the connection. Used for a Salesforce connection.

', ], ], 'AuthenticationType' => [ 'base' => NULL, 'refs' => [ 'AuthenticationConfiguration$AuthenticationType' => '

A structure containing the authentication configuration.

', 'AuthenticationConfigurationInput$AuthenticationType' => '

A structure containing the authentication configuration in the CreateConnection request.

', ], ], 'AuthorizationCode' => [ 'base' => NULL, 'refs' => [ 'AuthorizationCodeProperties$AuthorizationCode' => '

An authorization code to be used in the third leg of the AUTHORIZATION_CODE grant workflow. This is a single-use code which becomes invalid once exchanged for an access token, thus it is acceptable to have this value as a request parameter.

', ], ], 'AuthorizationCodeProperties' => [ 'base' => '

The set of properties required for the the OAuth2 AUTHORIZATION_CODE grant type workflow.

', 'refs' => [ 'OAuth2PropertiesInput$AuthorizationCodeProperties' => '

The set of properties required for the the OAuth2 AUTHORIZATION_CODE grant type.

', ], ], '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.

', ], ], 'BatchGetTableOptimizerEntries' => [ 'base' => NULL, 'refs' => [ 'BatchGetTableOptimizerRequest$Entries' => '

A list of BatchGetTableOptimizerEntry objects specifying the table optimizers to retrieve.

', ], ], 'BatchGetTableOptimizerEntry' => [ 'base' => '

Represents a table optimizer to retrieve in the BatchGetTableOptimizer operation.

', 'refs' => [ 'BatchGetTableOptimizerEntries$member' => NULL, ], ], 'BatchGetTableOptimizerError' => [ 'base' => '

Contains details on one of the errors in the error list returned by the BatchGetTableOptimizer operation.

', 'refs' => [ 'BatchGetTableOptimizerErrors$member' => NULL, ], ], 'BatchGetTableOptimizerErrors' => [ 'base' => NULL, 'refs' => [ 'BatchGetTableOptimizerResponse$Failures' => '

A list of errors from the operation.

', ], ], 'BatchGetTableOptimizerRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetTableOptimizerResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetTriggersRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetTriggersResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetWorkflowsRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetWorkflowsResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchPutDataQualityStatisticAnnotationRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchPutDataQualityStatisticAnnotationResponse' => [ '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.

', ], ], 'BatchTableOptimizer' => [ 'base' => '

Contains details for one of the table optimizers returned by the BatchGetTableOptimizer operation.

', 'refs' => [ 'BatchTableOptimizers$member' => NULL, ], ], 'BatchTableOptimizers' => [ 'base' => NULL, 'refs' => [ 'BatchGetTableOptimizerResponse$TableOptimizers' => '

A list of BatchTableOptimizer objects.

', ], ], '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.

', 'ConnectionInput$ValidateCredentials' => '

A flag to validate the credentials during create connection. Used for a Salesforce connection. Default is true.

', '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.

', 'GetUnfilteredTableMetadataResponse$IsMultiDialectView' => '

Specifies whether the view supports the SQL dialects of one or more different query engines and can therefore be read by those engines.

', 'GetUnfilteredTableMetadataResponse$IsProtected' => '

A flag that instructs the engine not to push user-provided operations into the logical plan of the view during query planning. However, if set this flag does not guarantee that the engine will comply. Refer to the engine\'s documentation to understand the guarantees provided, if any.

', '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.

', 'UpdateTableRequest$Force' => '

A flag that can be set to true to ignore matching storage descriptor and subobject matching requirements.

', ], ], '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.

', 'GetTableRequest$IncludeStatusDetails' => '

Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.

', 'GetTablesRequest$IncludeStatusDetails' => '

Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.

', 'SearchTablesRequest$IncludeStatusDetails' => '

Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.

', '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 for the job executor to read records for the current batch from the Kinesis data stream, specified in milliseconds (ms). Multiple GetRecords API calls may be made within this time. The default value is 1000.

', 'KinesisStreamingSourceOptions$MaxFetchRecordsPerShard' => '

The maximum number of records to fetch per shard in the Kinesis data stream per microbatch. Note: The client can exceed this limit if the streaming job has already read extra records from Kinesis (in the same get-records call). If MaxFetchRecordsPerShard needs to be strict then it needs to be a multiple of MaxRecordPerRead. 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.

', 'BatchGetTableOptimizerEntry$catalogId' => '

The Catalog ID of the table.

', 'BatchGetTableOptimizerError$catalogId' => '

The Catalog ID of the table.

', 'BatchTableOptimizer$catalogId' => '

The Catalog ID of the table.

', '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.

', 'ColumnStatisticsTaskRun$CatalogID' => '

The ID of the Data Catalog where the table resides. If none is supplied, the Amazon Web Services account ID is used by default.

', '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.

', 'CreateTableOptimizerRequest$CatalogId' => '

The Catalog ID of the table.

', '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.

', 'DeleteTableOptimizerRequest$CatalogId' => '

The Catalog ID of the table.

', '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.

', 'GetTableOptimizerRequest$CatalogId' => '

The Catalog ID of the table.

', 'GetTableOptimizerResponse$CatalogId' => '

The Catalog ID of the table.

', '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.

', 'ListTableOptimizerRunsRequest$CatalogId' => '

The Catalog ID of the table.

', 'ListTableOptimizerRunsResponse$CatalogId' => '

The Catalog ID of the table.

', '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.

', 'UpdateTableOptimizerRequest$CatalogId' => '

The Catalog ID of the table.

', '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": []

', ], ], 'ColumnNameList' => [ 'base' => NULL, 'refs' => [ 'ColumnStatisticsTaskRun$ColumnNameList' => '

A list of the column names. If none is supplied, all column names for the table will be used by default.

', 'StartColumnStatisticsTaskRunRequest$ColumnNameList' => '

A list of the column names to generate statistics. If none is supplied, all column names for the table will be used by default.

', 'StatisticSummary$ColumnsReferenced' => '

The list of columns referenced by the statistic.

', ], ], '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.

', ], ], 'ColumnStatisticsState' => [ 'base' => NULL, 'refs' => [ 'ColumnStatisticsTaskRun$Status' => '

The status of the task run.

', ], ], 'ColumnStatisticsTaskNotRunningException' => [ 'base' => '

An exception thrown when you try to stop a task run when there is no task running.

', 'refs' => [], ], 'ColumnStatisticsTaskRun' => [ 'base' => '

The object that shows the details of the column stats run.

', 'refs' => [ 'ColumnStatisticsTaskRunsList$member' => NULL, 'GetColumnStatisticsTaskRunResponse$ColumnStatisticsTaskRun' => '

A ColumnStatisticsTaskRun object representing the details of the column stats run.

', ], ], 'ColumnStatisticsTaskRunIdList' => [ 'base' => NULL, 'refs' => [ 'ListColumnStatisticsTaskRunsResponse$ColumnStatisticsTaskRunIds' => '

A list of column statistics task run IDs.

', ], ], 'ColumnStatisticsTaskRunningException' => [ 'base' => '

An exception thrown when you try to start another job while running a column stats generation job.

', 'refs' => [], ], 'ColumnStatisticsTaskRunsList' => [ 'base' => NULL, 'refs' => [ 'GetColumnStatisticsTaskRunsResponse$ColumnStatisticsTaskRuns' => '

A list of column statistics task runs.

', ], ], 'ColumnStatisticsTaskStoppingException' => [ 'base' => '

An exception thrown when you try to stop a task run.

', 'refs' => [], ], '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' => [], ], 'ConditionExpression' => [ 'base' => '

Condition expression defined in the Glue Studio data preparation recipe node.

', 'refs' => [ 'ConditionExpressionList$member' => NULL, ], ], 'ConditionExpressionList' => [ 'base' => NULL, 'refs' => [ 'RecipeStep$ConditionExpressions' => '

The condition expressions for the recipe step.

', ], ], 'ConditionList' => [ 'base' => NULL, 'refs' => [ 'Predicate$Conditions' => '

A list of the conditions that determine when the trigger will fire.

', ], ], 'ConfigValueString' => [ 'base' => NULL, 'refs' => [ 'AllowedValuesStringList$member' => NULL, 'ConfigurationObject$DefaultValue' => '

A default value for the parameter.

', 'ConfigurationObject$MinValue' => '

A minimum allowed value for the parameter.

', 'ConfigurationObject$MaxValue' => '

A maximum allowed value for the parameter.

', ], ], 'ConfigurationMap' => [ 'base' => NULL, 'refs' => [ 'ProfileConfiguration$SessionConfiguration' => '

A key-value map of configuration parameters for Glue sessions.

', 'ProfileConfiguration$JobConfiguration' => '

A key-value map of configuration parameters for Glue jobs.

', ], ], 'ConfigurationObject' => [ 'base' => '

Specifies the values that an admin sets for each job or session parameter configured in a Glue usage profile.

', 'refs' => [ 'ConfigurationMap$value' => NULL, ], ], '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, ], ], 'ConnectionStatus' => [ 'base' => NULL, 'refs' => [ 'Connection$Status' => '

The status of the connection. Can be one of: READY, IN_PROGRESS, or FAILED.

', 'CreateConnectionResponse$CreateConnectionStatus' => '

The status of the connection creation request. The request can take some time for certain authentication types, for example when creating an OAuth connection with token exchange over VPC.

', ], ], '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.

', ], ], 'ConnectorDataSource' => [ 'base' => '

Specifies a source generated with standard connection options.

', 'refs' => [ 'CodeGenConfigurationNode$ConnectorDataSource' => '

Specifies a source generated with standard connection options.

', ], ], 'ConnectorDataTarget' => [ 'base' => '

Specifies a target generated with standard connection options.

', 'refs' => [ 'CodeGenConfigurationNode$ConnectorDataTarget' => '

Specifies a target generated with standard connection options.

', ], ], 'ConnectorOptions' => [ 'base' => NULL, 'refs' => [ 'ConnectorDataSource$Data' => '

A map specifying connection options for the node. You can find standard connection options for the corresponding connection type in the Connection parameters section of the Glue documentation.

', 'ConnectorDataTarget$Data' => '

A map specifying connection options for the node. You can find standard connection options for the corresponding connection type in the Connection parameters section of the Glue documentation.

', ], ], 'ContextKey' => [ 'base' => NULL, 'refs' => [ 'AdditionalContextMap$key' => NULL, ], ], 'ContextValue' => [ 'base' => NULL, 'refs' => [ 'AdditionalContextMap$value' => NULL, ], ], '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' => [ 'ColumnStatisticsTaskRun$SecurityConfiguration' => '

Name of the security configuration that is used to encrypt CloudWatch logs for the column stats task run.

', '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' => [], ], 'CreateTableOptimizerRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTableOptimizerResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTableResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateTriggerRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTriggerResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateUsageProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateUsageProfileResponse' => [ '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.

', ], ], 'DQCompositeRuleEvaluationMethod' => [ 'base' => NULL, 'refs' => [ 'DataQualityEvaluationRunAdditionalRunOptions$CompositeRuleEvaluationMethod' => '

Set the evaluation method for composite rules in the ruleset to ROW/COLUMN

', ], ], '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.

', ], ], 'DataQualityAnalyzerResult' => [ 'base' => '

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

', 'refs' => [ 'DataQualityAnalyzerResults$member' => NULL, ], ], 'DataQualityAnalyzerResults' => [ 'base' => NULL, 'refs' => [ 'DataQualityResult$AnalyzerResults' => '

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

', 'GetDataQualityResultResponse$AnalyzerResults' => '

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

', ], ], '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.

', ], ], 'DataQualityMetricValues' => [ 'base' => '

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

', 'refs' => [ 'MetricBasedObservation$MetricValues' => '

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

', ], ], 'DataQualityModelStatus' => [ 'base' => NULL, 'refs' => [ 'GetDataQualityModelResponse$Status' => '

The training status of the data quality model.

', ], ], 'DataQualityObservation' => [ 'base' => '

Describes the observation generated after evaluating the rules and analyzers.

', 'refs' => [ 'DataQualityObservations$member' => NULL, ], ], 'DataQualityObservationDescription' => [ 'base' => NULL, 'refs' => [ 'DataQualityObservation$Description' => '

A description of the data quality observation.

', ], ], 'DataQualityObservations' => [ 'base' => NULL, 'refs' => [ 'DataQualityResult$Observations' => '

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

', 'GetDataQualityResultResponse$Observations' => '

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

', ], ], '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, ], ], 'DataQualityRuleResultDescription' => [ 'base' => NULL, 'refs' => [ 'DataQualityAnalyzerResult$Description' => '

A description of the data quality analyzer.

', 'DataQualityAnalyzerResult$EvaluationMessage' => '

An evaluation message.

', 'DataQualityRuleResult$Description' => '

A description of the data quality rule.

', 'DataQualityRuleResult$EvaluationMessage' => '

An evaluation message.

', 'DataQualityRuleResult$EvaluatedRule' => '

The evaluated rule.

', ], ], '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.

', ], ], 'DatabaseAttributes' => [ 'base' => NULL, 'refs' => [ 'DatabaseAttributesList$member' => NULL, ], ], 'DatabaseAttributesList' => [ 'base' => NULL, 'refs' => [ 'GetDatabasesRequest$AttributesToGet' => '

Specifies the database fields returned by the GetDatabases call. This parameter doesn’t accept an empty list. The request must include the NAME.

', ], ], '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' => [ 'ColumnStatisticsTaskRun$DatabaseName' => '

The database where the table resides.

', '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/*.

', 'GetColumnStatisticsTaskRunsRequest$DatabaseName' => '

The name of the database where the table resides.

', 'StopColumnStatisticsTaskRunRequest$DatabaseName' => '

The name of the database where the table resides.

', 'UpdateCrawlerRequest$DatabaseName' => '

The Glue database where results are stored, such as: arn:aws:daylight:us-east-1::database/sometable/*.

', ], ], 'DatabrewCondition' => [ 'base' => NULL, 'refs' => [ 'ConditionExpression$Condition' => '

The condition of the condition expression.

', ], ], 'DatabrewConditionValue' => [ 'base' => NULL, 'refs' => [ 'ConditionExpression$Value' => '

The value of the condition expression.

', ], ], 'DatapointInclusionAnnotation' => [ 'base' => '

An Inclusion Annotation.

', 'refs' => [ 'InclusionAnnotationList$member' => NULL, ], ], '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' => [], ], 'DeleteTableOptimizerRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTableOptimizerResponse' => [ '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' => [], ], 'DeleteUsageProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteUsageProfileResponse' => [ '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' => [ 'AnnotationError$FailureReason' => '

The reason why the annotation failed.

', 'ColumnStatisticsTaskRun$ErrorMessage' => '

The error message for the job.

', '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.

', 'CreateUsageProfileRequest$Description' => '

A description of the usage profile.

', '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

', 'GetUsageProfileResponse$Description' => '

A description of the usage profile.

', '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.

', 'StatisticPropertiesMap$value' => NULL, '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.

', 'UpdateUsageProfileRequest$Description' => '

A description of the usage profile.

', 'UsageProfileDefinition$Description' => '

A description of the usage profile.

', ], ], '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.

', 'ConnectorDataSource$ConnectionType' => '

The connectionType, as provided to the underlying Glue library. This node type supports the following connection types:

', 'ConnectorDataTarget$ConnectionType' => '

The connectionType, as provided to the underlying Glue library. This node type supports the following connection types:

', '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' => [ 'BatchGetTableOptimizerError$error' => '

An ErrorDetail object containing code and message details about the error.

', '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.

', 'TableStatus$Error' => '

An error that will only appear when the state is "FAILED". This is a parent level exception message, there may be different Errors for each dialect.

', 'TableVersionError$ErrorDetail' => '

The details about the error.

', 'ViewValidation$Error' => '

An error associated with the validation.

', ], ], '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' => [ 'DataQualityAnalyzerResult$EvaluatedMetrics' => '

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

', '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' => '

A federation source failed, but the operation may be retried.

', '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.

', 'ConnectorOptions$key' => NULL, 'ConnectorOptions$value' => NULL, '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' => [], ], 'GetColumnStatisticsTaskRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetColumnStatisticsTaskRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetColumnStatisticsTaskRunsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetColumnStatisticsTaskRunsResponse' => [ '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' => [], ], 'GetDataQualityModelRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDataQualityModelResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDataQualityModelResultRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDataQualityModelResultResponse' => [ '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' => [], ], 'GetTableOptimizerRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTableOptimizerResponse' => [ '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' => [], ], 'GetUsageProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetUsageProfileResponse' => [ '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.

', 'ConnectorDataSource$OutputSchemas' => '

Specifies the data schema for this 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.

', 'BasicCatalogTarget$PartitionKeys' => '

The partition keys used to distribute data across multiple partitions or shards based on a specific key or set of key.

', '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' => [ 'AnnotationError$ProfileId' => '

The Profile ID for the failed annotation.

', 'AnnotationError$StatisticId' => '

The Statistic ID for the failed annotation.

', 'BatchPutDataQualityStatisticAnnotationRequest$ClientToken' => '

Client Token.

', '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.

', 'ColumnStatisticsTaskRun$ColumnStatisticsTaskRunId' => '

The identifier for the particular column statistics task run.

', 'ColumnStatisticsTaskRunIdList$member' => NULL, '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$ProfileId' => '

The Profile 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.

', 'DatapointInclusionAnnotation$ProfileId' => '

The ID of the data quality profile the statistic belongs to.

', 'DatapointInclusionAnnotation$StatisticId' => '

The Statistic ID.

', '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.

', 'GetColumnStatisticsTaskRunRequest$ColumnStatisticsTaskRunId' => '

The identifier for the particular column statistics task run.

', 'GetDataQualityModelRequest$StatisticId' => '

The Statistic ID.

', 'GetDataQualityModelRequest$ProfileId' => '

The Profile ID.

', 'GetDataQualityModelResponse$FailureReason' => '

The training failure reason.

', 'GetDataQualityModelResultRequest$StatisticId' => '

The Statistic ID.

', 'GetDataQualityModelResultRequest$ProfileId' => '

The Profile ID.

', 'GetDataQualityResultRequest$ResultId' => '

A unique result ID for the data quality result.

', 'GetDataQualityResultResponse$ResultId' => '

A unique result ID for the data quality result.

', 'GetDataQualityResultResponse$ProfileId' => '

The Profile 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.

', 'GetUnfilteredTableMetadataResponse$QueryAuthorizationId' => '

A cryptographically generated query identifier generated by Glue or Lake Formation.

', 'GluePolicy$PolicyHash' => '

Contains the hash value associated with this policy.

', 'ListDataQualityStatisticAnnotationsRequest$StatisticId' => '

The Statistic ID.

', 'ListDataQualityStatisticAnnotationsRequest$ProfileId' => '

The Profile ID.

', 'ListDataQualityStatisticsRequest$StatisticId' => '

The Statistic ID.

', 'ListDataQualityStatisticsRequest$ProfileId' => '

The Profile ID.

', '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.

', 'MetricBasedObservation$StatisticId' => '

The Statistic ID.

', 'PutDataQualityProfileAnnotationRequest$ProfileId' => '

The ID of the data quality monitoring profile to annotate.

', '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.

', 'QuerySessionContext$QueryId' => '

A unique identifier generated by the query engine for the query.

', 'QuerySessionContext$QueryAuthorizationId' => '

A cryptographically generated query identifier generated by Glue or Lake Formation.

', 'RunIdentifier$RunId' => '

The Run ID.

', 'RunIdentifier$JobRunId' => '

The Job Run ID.

', 'StartColumnStatisticsTaskRunResponse$ColumnStatisticsTaskRunId' => '

The identifier for the column statistics task run.

', '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.

', 'StatisticAnnotation$ProfileId' => '

The Profile ID.

', 'StatisticAnnotation$StatisticId' => '

The Statistic ID.

', 'StatisticSummary$StatisticId' => '

The Statistic ID.

', 'StatisticSummary$ProfileId' => '

The Profile ID.

', '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.

', ], ], 'IAMRoleArn' => [ 'base' => NULL, 'refs' => [ 'EncryptionAtRest$CatalogEncryptionServiceRole' => '

The role that Glue assumes to encrypt and decrypt the Data Catalog objects on the caller\'s behalf.

', ], ], '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' => [], ], 'IdleTimeout' => [ 'base' => NULL, 'refs' => [ 'Session$IdleTimeout' => '

The number of minutes when idle before the session times out.

', ], ], '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.

', ], ], 'InclusionAnnotationList' => [ 'base' => NULL, 'refs' => [ 'BatchPutDataQualityStatisticAnnotationRequest$InclusionAnnotations' => '

A list of DatapointInclusionAnnotation\'s.

', ], ], 'InclusionAnnotationValue' => [ 'base' => NULL, 'refs' => [ 'DatapointInclusionAnnotation$InclusionAnnotation' => '

The inclusion annotation value to apply to the statistic.

', 'PutDataQualityProfileAnnotationRequest$InclusionAnnotation' => '

The inclusion annotation value to apply to the profile.

', 'StatisticModelResult$InclusionAnnotation' => '

The inclusion annotation.

', 'TimestampedInclusionAnnotation$Value' => '

The inclusion annotation value.

', ], ], '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.

', ], ], 'JobMode' => [ 'base' => NULL, 'refs' => [ 'CreateJobRequest$JobMode' => '

A mode that describes how a job was created. Valid values are:

When the JobMode field is missing or null, SCRIPT is assigned as the default value.

', 'Job$JobMode' => '

A mode that describes how a job was created. Valid values are:

When the JobMode field is missing or null, SCRIPT is assigned as the default value.

', 'JobRun$JobMode' => '

A mode that describes how a job was created. Valid values are:

When the JobMode field is missing or null, SCRIPT is assigned as the default value.

', 'JobUpdate$JobMode' => '

A mode that describes how a job was created. Valid values are:

When the JobMode field is missing or null, SCRIPT is assigned as the default value.

', ], ], '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' => [], ], 'ListColumnStatisticsTaskRunsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListColumnStatisticsTaskRunsResponse' => [ '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' => [], ], 'ListDataQualityStatisticAnnotationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityStatisticAnnotationsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityStatisticsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityStatisticsResponse' => [ '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' => [], ], 'ListTableOptimizerRunsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTableOptimizerRunsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTableOptimizerRunsToken' => [ 'base' => NULL, 'refs' => [ 'ListTableOptimizerRunsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'ListTableOptimizerRunsResponse$NextToken' => '

A continuation token for paginating the returned list of optimizer runs, returned if the current segment of the list is not the last.

', ], ], 'ListTriggersRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTriggersResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListUsageProfilesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListUsageProfilesResponse' => [ '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.

', ], ], 'LongValueString' => [ 'base' => NULL, 'refs' => [ 'Connection$StatusReason' => '

The reason for the connection status.

', ], ], '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:

', ], ], 'MaintenanceWindow' => [ 'base' => NULL, 'refs' => [ 'CreateJobRequest$MaintenanceWindow' => '

This field specifies a day of the week and hour for a maintenance window for streaming jobs. Glue periodically performs maintenance activities. During these maintenance windows, Glue will need to restart your streaming jobs.

Glue will restart the job within 3 hours of the specified maintenance window. For instance, if you set up the maintenance window for Monday at 10:00AM GMT, your jobs will be restarted between 10:00AM GMT to 1:00PM GMT.

', 'Job$MaintenanceWindow' => '

This field specifies a day of the week and hour for a maintenance window for streaming jobs. Glue periodically performs maintenance activities. During these maintenance windows, Glue will need to restart your streaming jobs.

Glue will restart the job within 3 hours of the specified maintenance window. For instance, if you set up the maintenance window for Monday at 10:00AM GMT, your jobs will be restarted between 10:00AM GMT to 1:00PM GMT.

', 'JobRun$MaintenanceWindow' => '

This field specifies a day of the week and hour for a maintenance window for streaming jobs. Glue periodically performs maintenance activities. During these maintenance windows, Glue will need to restart your streaming jobs.

Glue will restart the job within 3 hours of the specified maintenance window. For instance, if you set up the maintenance window for Monday at 10:00AM GMT, your jobs will be restarted between 10:00AM GMT to 1:00PM GMT.

', 'JobUpdate$MaintenanceWindow' => '

This field specifies a day of the week and hour for a maintenance window for streaming jobs. Glue periodically performs maintenance activities. During these maintenance windows, Glue will need to restart your streaming jobs.

Glue will restart the job within 3 hours of the specified maintenance window. For instance, if you set up the maintenance window for Monday at 10:00AM GMT, your jobs will be restarted between 10:00AM GMT to 1:00PM GMT.

', ], ], '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.

', ], ], 'MaxListTableOptimizerRunsTokenResults' => [ 'base' => NULL, 'refs' => [ 'ListTableOptimizerRunsRequest$MaxResults' => '

The maximum number of optimizer runs to return on each call.

', ], ], '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.

', 'ColumnStatisticsTaskNotRunningException$Message' => '

A message describing the problem.

', 'ColumnStatisticsTaskRunningException$Message' => '

A message describing the problem.

', 'ColumnStatisticsTaskStoppingException$Message' => '

A message describing the problem.

', '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' => '

A message describing the problem.

', '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.

', 'OperationNotSupportedException$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.

', 'RunMetrics$NumberOfBytesCompacted' => '

The number of bytes removed by the compaction job run.

', 'RunMetrics$NumberOfFilesCompacted' => '

The number of files removed by the compaction job run.

', 'RunMetrics$NumberOfDpus' => '

The number of DPU hours consumed by the job.

', 'RunMetrics$JobDurationInHour' => '

The duration of the job in hours.

', 'SchedulerNotRunningException$Message' => '

A message describing the problem.

', 'SchedulerRunningException$Message' => '

A message describing the problem.

', 'SchedulerTransitioningException$Message' => '

A message describing the problem.

', 'TableOptimizerRun$error' => '

An error that occured during the optimizer run.

', '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.

', ], ], 'MetricBasedObservation' => [ 'base' => '

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

', 'refs' => [ 'DataQualityObservation$MetricBasedObservation' => '

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

', ], ], '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.

', 'ColumnNameList$member' => NULL, 'ColumnRowFilter$ColumnName' => '

A string containing the name of the column.

', 'ColumnStatistics$ColumnName' => '

Name of column which statistics belong to.

', 'ColumnStatisticsTaskRun$WorkerType' => '

The type of workers being used for generating stats. The default is g.1x.

', '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.

', 'ConfigurationMap$key' => NULL, '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.

', '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.

', 'CreateDataQualityRulesetRequest$DataQualitySecurityConfiguration' => '

The name of the security configuration created with the data quality encryption option.

', '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

', 'CreateTableOptimizerRequest$DatabaseName' => '

The name of the database in the catalog in which the table resides.

', 'CreateTableOptimizerRequest$TableName' => '

The name of the table.

', '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.

', 'CreateUsageProfileRequest$Name' => '

The name of the usage profile.

', 'CreateUsageProfileResponse$Name' => '

The name of the usage profile that was created.

', '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, 'DataQualityAnalyzerResult$Name' => '

The name of the data quality analyzer.

', '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.

', 'DeleteTableOptimizerRequest$DatabaseName' => '

The name of the database in the catalog in which the table resides.

', 'DeleteTableOptimizerRequest$TableName' => '

The name of the table.

', '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.

', 'DeleteUsageProfileRequest$Name' => '

The name of the usage profile to delete.

', '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.

', 'GetColumnStatisticsTaskRunsRequest$TableName' => '

The name of the 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.

', 'GetDataQualityRuleRecommendationRunResponse$DataQualitySecurityConfiguration' => '

The name of the security configuration created with the data quality encryption option.

', 'GetDataQualityRulesetRequest$Name' => '

The name of the ruleset.

', 'GetDataQualityRulesetResponse$Name' => '

The name of the ruleset.

', 'GetDataQualityRulesetResponse$DataQualitySecurityConfiguration' => '

The name of the security configuration created with the data quality encryption option.

', '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.

', 'GetTableOptimizerRequest$DatabaseName' => '

The name of the database in the catalog in which the table resides.

', 'GetTableOptimizerRequest$TableName' => '

The name of the table.

', 'GetTableOptimizerResponse$DatabaseName' => '

The name of the database in the catalog in which the table resides.

', 'GetTableOptimizerResponse$TableName' => '

The name of the table.

', '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.

', 'GetUsageProfileRequest$Name' => '

The name of the usage profile to retrieve.

', 'GetUsageProfileResponse$Name' => '

The name of the usage profile.

', '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.

', 'Job$ProfileName' => '

The name of an Glue usage profile associated with the 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.

', 'JobRun$ProfileName' => '

The name of an Glue usage profile associated with the 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.

', 'ListTableOptimizerRunsRequest$DatabaseName' => '

The name of the database in the catalog in which the table resides.

', 'ListTableOptimizerRunsRequest$TableName' => '

The name of the table.

', 'ListTableOptimizerRunsResponse$DatabaseName' => '

The name of the database in the catalog in which the table resides.

', 'ListTableOptimizerRunsResponse$TableName' => '

The name of the table.

', '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, 'MetricBasedObservation$MetricName' => '

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

', 'NameStringList$member' => NULL, 'NewRules$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.

', 'Predecessor$JobName' => '

The name of the job definition used by the predecessor job run.

', 'PutWorkflowRunPropertiesRequest$Name' => '

Name of the workflow which was run.

', 'ReferenceDatasetsList$member' => NULL, '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.

', 'Session$ProfileName' => '

The name of an Glue usage profile associated with the session.

', 'SessionCommand$Name' => '

Specifies the name of the SessionCommand. Can be \'glueetl\' or \'gluestreaming\'.

', 'SessionIdList$member' => NULL, 'StartColumnStatisticsTaskRunRequest$DatabaseName' => '

The name of the database where the table resides.

', 'StartColumnStatisticsTaskRunRequest$TableName' => '

The name of the table to generate statistics.

', 'StartColumnStatisticsTaskRunRequest$Role' => '

The IAM role that the service assumes to generate statistics.

', 'StartColumnStatisticsTaskRunRequest$CatalogID' => '

The ID of the Data Catalog where the table reside. If none is supplied, the Amazon Web Services account ID is used by default.

', 'StartColumnStatisticsTaskRunRequest$SecurityConfiguration' => '

Name of the security configuration that is used to encrypt CloudWatch logs for the column stats task run.

', 'StartCrawlerRequest$Name' => '

Name of the crawler to start.

', 'StartCrawlerScheduleRequest$CrawlerName' => '

Name of the crawler to schedule.

', 'StartDataQualityRuleRecommendationRunRequest$CreatedRulesetName' => '

A name for the ruleset.

', 'StartDataQualityRuleRecommendationRunRequest$DataQualitySecurityConfiguration' => '

The name of the security configuration created with the data quality encryption option.

', '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.

', 'StatisticPropertiesMap$key' => NULL, 'StopColumnStatisticsTaskRunRequest$TableName' => '

The name of the table.

', '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.

', 'TableStatus$RequestedBy' => '

The ARN of the user who requested the asynchronous change.

', 'TableStatus$UpdatedBy' => '

The ARN of the user to last manually alter the asynchronous change (requesting cancellation, etc).

', '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. For BitBucket providers, RepositoryName should include WorkspaceName. Use the format <WorkspaceName>/<RepositoryName>.

', '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. For BitBucket providers, RepositoryName should include WorkspaceName. Use the format <WorkspaceName>/<RepositoryName>.

', '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.

', 'UpdateTableOptimizerRequest$DatabaseName' => '

The name of the database in the catalog in which the table resides.

', 'UpdateTableOptimizerRequest$TableName' => '

The name of the table.

', '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.

', 'UpdateUsageProfileRequest$Name' => '

The name of the usage profile.

', 'UpdateUsageProfileResponse$Name' => '

The name of the usage profile that was updated.

', '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.

', 'UsageProfileDefinition$Name' => '

The name of the usage profile.

', '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.

', 'ViewRepresentation$ValidationConnection' => '

The name of the connection to be used to validate the specific representation of the view.

', 'ViewRepresentationInput$ValidationConnection' => '

The name of the connection to be used to validate the specific representation of the view.

', '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.

', ], ], 'NewRules' => [ 'base' => NULL, 'refs' => [ 'MetricBasedObservation$NewRules' => '

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

', ], ], '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.

', 'ConnectorDataSource$Name' => '

The name of this source node.

', 'ConnectorDataTarget$Name' => '

The name of this target node.

', '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.

', 'ColumnStatisticsTaskRun$DPUSeconds' => '

The calculated DPU usage in seconds for all autoscaled workers.

', '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.

', 'Table$IsMultiDialectView' => '

Specifies whether the view supports the SQL dialects of one or more different query engines and can therefore be read by those engines.

', 'TableOptimizerConfiguration$enabled' => '

Whether table optimization is enabled.

', '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.

', 'ViewDefinition$IsProtected' => '

You can set this flag as true to instruct the engine not to push user-provided operations into the logical plan of the view during query planning. However, setting this flag does not guarantee that the engine will comply. Refer to the engine\'s documentation to understand the guarantees provided, if any.

', 'ViewDefinitionInput$IsProtected' => '

You can set this flag as true to instruct the engine not to push user-provided operations into the logical plan of the view during query planning. However, setting this flag does not guarantee that the engine will comply. Refer to the engine\'s documentation to understand the guarantees provided, if any.

', 'ViewRepresentation$IsStale' => '

Dialects marked as stale are no longer valid and must be updated before they can be queried in their respective query engines.

', ], ], '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.

', 'DataQualityMetricValues$ActualValue' => '

The actual value of the data quality metric.

', 'DataQualityMetricValues$ExpectedValue' => '

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

', 'DataQualityMetricValues$LowerLimit' => '

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

', 'DataQualityMetricValues$UpperLimit' => '

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

', '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 can be set for either job runs with execution class FLEX or when Auto Scaling is enabled, 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.

', 'Session$ExecutionTime' => '

The total time the session ran for.

', 'Session$DPUSeconds' => '

The DPUs consumed by the session (formula: ExecutionTime * MaxCapacity).

', '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:

', 'StatisticModelResult$LowerBound' => '

The lower bound.

', 'StatisticModelResult$UpperBound' => '

The upper bound.

', 'StatisticModelResult$PredictedValue' => '

The predicted value.

', 'StatisticModelResult$ActualValue' => '

The actual value.

', '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.

', 'Session$NumberOfWorkers' => '

The number of workers of a defined WorkerType to use for the session.

', '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.

', ], ], 'NullableString' => [ 'base' => NULL, 'refs' => [ 'QuerySessionContext$ClusterId' => '

An identifier string for the consumer cluster.

', ], ], 'OAuth2ClientApplication' => [ 'base' => '

The OAuth2 client app used for the connection.

', 'refs' => [ 'OAuth2Properties$OAuth2ClientApplication' => '

The client application type. For example, AWS_MANAGED or USER_MANAGED.

', 'OAuth2PropertiesInput$OAuth2ClientApplication' => '

The client application type in the CreateConnection request. For example, AWS_MANAGED or USER_MANAGED.

', ], ], 'OAuth2GrantType' => [ 'base' => NULL, 'refs' => [ 'OAuth2Properties$OAuth2GrantType' => '

The OAuth2 grant type. For example, AUTHORIZATION_CODE, JWT_BEARER, or CLIENT_CREDENTIALS.

', 'OAuth2PropertiesInput$OAuth2GrantType' => '

The OAuth2 grant type in the CreateConnection request. For example, AUTHORIZATION_CODE, JWT_BEARER, or CLIENT_CREDENTIALS.

', ], ], 'OAuth2Properties' => [ 'base' => '

A structure containing properties for OAuth2 authentication.

', 'refs' => [ 'AuthenticationConfiguration$OAuth2Properties' => '

The properties for OAuth2 authentication.

', ], ], 'OAuth2PropertiesInput' => [ 'base' => '

A structure containing properties for OAuth2 in the CreateConnection request.

', 'refs' => [ 'AuthenticationConfigurationInput$OAuth2Properties' => '

The properties for OAuth2 authentication in the CreateConnection request.

', ], ], '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.

', 'ConnectorDataTarget$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.

', ], ], 'Operation' => [ 'base' => NULL, 'refs' => [ 'RecipeAction$Operation' => '

The operation of the recipe action.

', ], ], 'OperationNotSupportedException' => [ 'base' => '

The operation is not available in the region.

', 'refs' => [], ], '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.

', ], ], 'OrchestrationPageSize200' => [ 'base' => NULL, 'refs' => [ 'GetJobRunsRequest$MaxResults' => '

The maximum size of the response.

', 'GetTriggersRequest$MaxResults' => '

The maximum size of the response.

', 'ListTriggersRequest$MaxResults' => '

The maximum size of a list to return.

', 'ListUsageProfilesRequest$MaxResults' => '

The maximum number of usage profiles to return in a single response.

', ], ], 'OrchestrationPageSize25' => [ 'base' => NULL, 'refs' => [ 'ListBlueprintsRequest$MaxResults' => '

The maximum size of a list to return.

', 'ListWorkflowsRequest$MaxResults' => '

The maximum size of a list to return.

', ], ], '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.

', 'ListUsageProfilesRequest$NextToken' => '

A continuation token, included if this is a continuation call.

', 'ListUsageProfilesResponse$NextToken' => '

A continuation token, present if the current list segment is not the last.

', ], ], '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).

', 'GetColumnStatisticsTaskRunsRequest$MaxResults' => '

The maximum size of the response.

', '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.

', '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.

', '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.

', 'ListColumnStatisticsTaskRunsRequest$MaxResults' => '

The maximum size of the response.

', '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.

', 'ListDataQualityStatisticAnnotationsRequest$MaxResults' => '

The maximum number of results to return in this request.

', 'ListDataQualityStatisticsRequest$MaxResults' => '

The maximum number of results to return in this request.

', '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.

', '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.

', 'ListDataQualityStatisticAnnotationsRequest$NextToken' => '

A pagination token to retrieve the next set of results.

', 'ListDataQualityStatisticAnnotationsResponse$NextToken' => '

A pagination token to retrieve the next set of results.

', 'ListDataQualityStatisticsRequest$NextToken' => '

A pagination token to request the next page of results.

', 'ListDataQualityStatisticsResponse$NextToken' => '

A pagination token to request the next page of results.

', '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.

', ], ], 'ParameterMap' => [ 'base' => NULL, 'refs' => [ 'RecipeAction$Parameters' => '

The parameters of the recipe action.

', ], ], 'ParameterName' => [ 'base' => NULL, 'refs' => [ 'ParameterMap$key' => NULL, ], ], 'ParameterValue' => [ 'base' => NULL, 'refs' => [ 'ParameterMap$value' => NULL, ], ], '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' => [ 'GetUnfilteredTableMetadataRequest$Permissions' => '

The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.

', 'GetUnfilteredTableMetadataResponse$Permissions' => '

The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.

', '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' => '

Indicates the level of filtering a third-party analytical engine is capable of enforcing when calling the GetUnfilteredTableMetadata API operation. Accepted values are:

Note: Each of these permission types follows a hierarchical order where each subsequent permission type includes all permission of the previous type.

Important: If you provide a supported permission type that doesn\'t match the user\'s level of permissions on the table, then Lake Formation raises an exception. For example, if the third-party engine calling the GetUnfilteredTableMetadata operation can enforce only column-level filtering, and the user has nested cell filtering applied on the table, Lake Formation throws an exception, and will not return unfiltered table metadata and data access credentials.

', ], ], 'PermissionTypeMismatchException' => [ 'base' => '

The operation timed out.

', 'refs' => [], ], 'PhysicalConnectionRequirements' => [ 'base' => '

The OAuth client app in GetConnection response.

', 'refs' => [ 'Connection$PhysicalConnectionRequirements' => '

The physical connection requirements, such as virtual private cloud (VPC) and SecurityGroup, that are needed to make this connection successfully.

', 'ConnectionInput$PhysicalConnectionRequirements' => '

The 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.

', ], ], 'PositiveInteger' => [ 'base' => NULL, 'refs' => [ 'ColumnStatisticsTaskRun$NumberOfWorkers' => '

The number of workers used to generate column statistics. The job is preconfigured to autoscale up to 25 instances.

', ], ], '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.

', 'GetUnfilteredTableMetadataResponse$RowFilter' => '

The filter that applies to the table. For example when applying the filter in SQL, it would go in the WHERE clause and can be evaluated by using an AND operator with any other predicates applied by the user querying the table.

', ], ], '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.

', ], ], 'ProfileConfiguration' => [ 'base' => '

Specifies the job and session values that an admin configures in an Glue usage profile.

', 'refs' => [ 'CreateUsageProfileRequest$Configuration' => '

A ProfileConfiguration object specifying the job and session values for the profile.

', 'GetUsageProfileResponse$Configuration' => '

A ProfileConfiguration object specifying the job and session values for the profile.

', 'UpdateUsageProfileRequest$Configuration' => '

A ProfileConfiguration object specifying the job and session values for the profile.

', ], ], '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' => [], ], 'PutDataQualityProfileAnnotationRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutDataQualityProfileAnnotationResponse' => [ 'base' => '

Left blank.

', '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' => [], ], 'QuerySessionContext' => [ 'base' => '

A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request\'s authorization context.

', 'refs' => [ 'GetUnfilteredPartitionMetadataRequest$QuerySessionContext' => '

A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request\'s authorization context.

', 'GetUnfilteredPartitionsMetadataRequest$QuerySessionContext' => '

A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request\'s authorization context.

', 'GetUnfilteredTableMetadataRequest$QuerySessionContext' => '

A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request\'s authorization context.

', ], ], '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.

', ], ], 'RecipeAction' => [ 'base' => '

Actions defined in the Glue Studio data preparation recipe node.

', 'refs' => [ 'RecipeStep$Action' => '

The transformation action of the recipe step.

', ], ], 'RecipeReference' => [ 'base' => '

A reference to a Glue DataBrew recipe.

', 'refs' => [ 'Recipe$RecipeReference' => '

A reference to the DataBrew recipe used by the node.

', ], ], 'RecipeStep' => [ 'base' => '

A recipe step used in a Glue Studio data preparation recipe node.

', 'refs' => [ 'RecipeSteps$member' => NULL, ], ], 'RecipeSteps' => [ 'base' => NULL, 'refs' => [ 'Recipe$RecipeSteps' => '

Transform steps used in the recipe 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.

', ], ], 'RedirectUri' => [ 'base' => NULL, 'refs' => [ 'AuthorizationCodeProperties$RedirectUri' => '

The redirect URI where the user gets redirected to by authorization server when issuing an authorization code. The URI is subsequently used when the authorization code is exchanged for an access token.

', ], ], '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.

', ], ], 'ReferenceDatasetsList' => [ 'base' => NULL, 'refs' => [ 'StatisticSummary$ReferencedDatasets' => '

The list of datasets referenced by the statistic.

', ], ], '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' => [], ], 'ResourceAction' => [ 'base' => NULL, 'refs' => [ 'TableStatus$Action' => '

Indicates which action was called on the table, currently only CREATE or UPDATE.

', ], ], '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.

', ], ], 'ResourceState' => [ 'base' => NULL, 'refs' => [ 'TableStatus$State' => '

A generic status for the change in progress, such as QUEUED, IN_PROGRESS, SUCCESS, or FAILED.

', 'ViewValidation$State' => '

The state of the validation.

', ], ], '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' => [ 'ColumnStatisticsTaskRun$Role' => '

The IAM role that the service assumes to generate statistics.

', '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. Currently, this parameter takes only one Ruleset name.

', '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.

', ], ], 'RunIdentifier' => [ 'base' => '

A run identifier.

', 'refs' => [ 'StatisticSummary$RunIdentifier' => '

The Run Identifier

', ], ], 'RunMetrics' => [ 'base' => '

Metrics for the optimizer run.

', 'refs' => [ 'TableOptimizerRun$metrics' => '

A RunMetrics object containing metrics for the optimizer 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 Supported Ray runtime environments 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.

', ], ], 'SampleSizePercentage' => [ 'base' => NULL, 'refs' => [ 'ColumnStatisticsTaskRun$SampleSize' => '

The percentage of rows used to generate statistics. If none is supplied, the entire table will be used to generate stats.

', 'StartColumnStatisticsTaskRunRequest$SampleSize' => '

The percentage of rows used to generate statistics. If none is supplied, the entire table will be used to generate stats.

', ], ], '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' => [], ], 'SecretArn' => [ 'base' => NULL, 'refs' => [ 'AuthenticationConfiguration$SecretArn' => '

The secret manager ARN to store credentials.

', 'AuthenticationConfigurationInput$SecretArn' => '

The secret manager ARN to store credentials in the CreateConnection request.

', ], ], '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. Possible values: GITHUB, AWS_CODE_COMMIT, GITLAB, BITBUCKET.

', 'UpdateSourceControlFromJobRequest$Provider' => '

The provider for the remote repository. Possible values: GITHUB, AWS_CODE_COMMIT, GITLAB, BITBUCKET.

', ], ], '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' => [], ], 'StartColumnStatisticsTaskRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartColumnStatisticsTaskRunResponse' => [ '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.

', ], ], 'StatisticAnnotation' => [ 'base' => '

A Statistic Annotation.

', 'refs' => [ 'AnnotationList$member' => NULL, ], ], 'StatisticEvaluationLevel' => [ 'base' => NULL, 'refs' => [ 'StatisticSummary$EvaluationLevel' => '

The evaluation level of the statistic. Possible values: Dataset, Column, Multicolumn.

', ], ], 'StatisticModelResult' => [ 'base' => '

The statistic model result.

', 'refs' => [ 'StatisticModelResults$member' => NULL, ], ], 'StatisticModelResults' => [ 'base' => NULL, 'refs' => [ 'GetDataQualityModelResultResponse$Model' => '

A list of StatisticModelResult

', ], ], 'StatisticNameString' => [ 'base' => NULL, 'refs' => [ 'StatisticSummary$StatisticName' => '

The name of the statistic.

', ], ], 'StatisticPropertiesMap' => [ 'base' => NULL, 'refs' => [ 'StatisticSummary$StatisticProperties' => '

A StatisticPropertiesMap, which contains a NameString and DescriptionString

', ], ], 'StatisticSummary' => [ 'base' => '

Summary information about a statistic.

', 'refs' => [ 'StatisticSummaryList$member' => NULL, ], ], 'StatisticSummaryList' => [ 'base' => '

A list of StatisticSummary.

', 'refs' => [ 'ListDataQualityStatisticsResponse$Statistics' => '

A StatisticSummaryList.

', ], ], 'StatusDetails' => [ 'base' => '

A structure containing information about an asynchronous change to a table.

', 'refs' => [ 'TableStatus$Details' => '

A StatusDetails object with information about the requested change.

', ], ], 'StopColumnStatisticsTaskRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopColumnStatisticsTaskRunResponse' => [ 'base' => NULL, 'refs' => [], ], '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.

', ], ], 'SupportedDialect' => [ 'base' => '

A structure specifying the dialect and dialect version used by the query engine.

', 'refs' => [ 'GetUnfilteredTableMetadataRequest$SupportedDialect' => '

A structure specifying the dialect and dialect version used by the query engine.

', ], ], '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.

', 'StatusDetails$RequestedChange' => '

A Table object representing the requested changes.

', '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' => [ 'ColumnStatisticsTaskRun$TableName' => '

The name of the table for which column statistics is generated.

', 'MappingEntry$SourceTable' => '

The name of the source table.

', 'MappingEntry$TargetTable' => '

The target table.

', ], ], 'TableOptimizer' => [ 'base' => '

Contains details about an optimizer associated with a table.

', 'refs' => [ 'BatchTableOptimizer$tableOptimizer' => '

A TableOptimizer object that contains details on the configuration and last run of a table optimzer.

', 'GetTableOptimizerResponse$TableOptimizer' => '

The optimizer associated with the specified table.

', ], ], 'TableOptimizerConfiguration' => [ 'base' => '

Contains details on the configuration of a table optimizer. You pass this configuration when creating or updating a table optimizer.

', 'refs' => [ 'CreateTableOptimizerRequest$TableOptimizerConfiguration' => '

A TableOptimizerConfiguration object representing the configuration of a table optimizer.

', 'TableOptimizer$configuration' => '

A TableOptimizerConfiguration object that was specified when creating or updating a table optimizer.

', 'UpdateTableOptimizerRequest$TableOptimizerConfiguration' => '

A TableOptimizerConfiguration object representing the configuration of a table optimizer.

', ], ], 'TableOptimizerEventType' => [ 'base' => NULL, 'refs' => [ 'TableOptimizerRun$eventType' => '

An event type representing the status of the table optimizer run.

', ], ], 'TableOptimizerRun' => [ 'base' => '

Contains details for a table optimizer run.

', 'refs' => [ 'TableOptimizer$lastRun' => '

A TableOptimizerRun object representing the last run of the table optimizer.

', 'TableOptimizerRuns$member' => NULL, ], ], 'TableOptimizerRunTimestamp' => [ 'base' => NULL, 'refs' => [ 'TableOptimizerRun$startTimestamp' => '

Represents the epoch timestamp at which the compaction job was started within Lake Formation.

', 'TableOptimizerRun$endTimestamp' => '

Represents the epoch timestamp at which the compaction job ended.

', ], ], 'TableOptimizerRuns' => [ 'base' => NULL, 'refs' => [ 'ListTableOptimizerRunsResponse$TableOptimizerRuns' => '

A list of the optimizer runs associated with a table.

', ], ], 'TableOptimizerType' => [ 'base' => NULL, 'refs' => [ 'BatchGetTableOptimizerEntry$type' => '

The type of table optimizer.

', 'BatchGetTableOptimizerError$type' => '

The type of table optimizer.

', 'CreateTableOptimizerRequest$Type' => '

The type of table optimizer. Currently, the only valid value is compaction.

', 'DeleteTableOptimizerRequest$Type' => '

The type of table optimizer.

', 'GetTableOptimizerRequest$Type' => '

The type of table optimizer.

', 'ListTableOptimizerRunsRequest$Type' => '

The type of table optimizer. Currently, the only valid value is compaction.

', 'TableOptimizer$type' => '

The type of table optimizer. Currently, the only valid value is compaction.

', 'UpdateTableOptimizerRequest$Type' => '

The type of table optimizer. Currently, the only valid value is compaction.

', ], ], '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.

', ], ], 'TableStatus' => [ 'base' => '

A structure containing information about the state of an asynchronous change to a table.

', 'refs' => [ 'Table$Status' => NULL, ], ], '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.

', 'CreateUsageProfileRequest$Tags' => '

A list of tags applied to the usage profile.

', '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.

', ], ], 'TargetColumn' => [ 'base' => NULL, 'refs' => [ 'ConditionExpression$TargetColumn' => '

The target column of the condition expressions.

', ], ], '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) for batch jobs.

Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.

', '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) for batch jobs.

Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.

', '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 must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.

', '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) for batch jobs.

Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.

', '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 must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.

', '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.

', 'ColumnStatisticsTaskRun$CreationTime' => '

The time that this task was created.

', 'ColumnStatisticsTaskRun$LastUpdated' => '

The last point in time when this task was modified.

', 'ColumnStatisticsTaskRun$StartTime' => '

The start time of the task.

', 'ColumnStatisticsTaskRun$EndTime' => '

The end time of the task.

', 'Connection$CreationTime' => '

The timestamp of the time that this connection definition was created.

', 'Connection$LastUpdatedTime' => '

The timestamp of the last time the connection definition was updated.

', 'Connection$LastConnectionValidationTime' => '

A timestamp of the time this connection was last validated.

', '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.

', 'GetDataQualityModelResponse$StartedOn' => '

The timestamp when the data quality model training started.

', 'GetDataQualityModelResponse$CompletedOn' => '

The timestamp when the data quality model training completed.

', 'GetDataQualityModelResultResponse$CompletedOn' => '

The timestamp when the data quality model training completed.

', '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.

', 'QuerySessionContext$QueryStartTime' => '

A timestamp provided by the query engine for when the query started.

', 'StatisticAnnotation$StatisticRecordedOn' => '

The timestamp when the annotated statistic was recorded.

', 'StatisticModelResult$Date' => '

The date.

', 'StatisticSummary$RecordedOn' => '

The timestamp when the statistic was recorded.

', '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.

', 'TableStatus$RequestTime' => '

An ISO 8601 formatted date string indicating the time that the change was initiated.

', 'TableStatus$UpdateTime' => '

An ISO 8601 formatted date string indicating the time that the state was last updated.

', '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.

', 'TimestampFilter$RecordedBefore' => '

The timestamp before which statistics should be included in the results.

', 'TimestampFilter$RecordedAfter' => '

The timestamp after which statistics should be included in the results.

', 'TimestampedInclusionAnnotation$LastModifiedOn' => '

The timestamp when the inclusion annotation was last modified.

', '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.

', 'ViewValidation$UpdateTime' => '

The time of the last update.

', 'XMLClassifier$CreationTime' => '

The time that this classifier was registered.

', 'XMLClassifier$LastUpdated' => '

The time that this classifier was last updated.

', ], ], 'TimestampFilter' => [ 'base' => '

A timestamp filter.

', 'refs' => [ 'ListDataQualityStatisticAnnotationsRequest$TimestampFilter' => '

A timestamp filter.

', 'ListDataQualityStatisticsRequest$TimestampFilter' => '

A timestamp filter.

', ], ], '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.

', 'GetUsageProfileResponse$CreatedOn' => '

The date and time when the usage profile was created.

', 'GetUsageProfileResponse$LastModifiedOn' => '

The date and time when the usage profile 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.

', 'Session$CompletedOn' => '

The date and time that this session is completed.

', 'UsageProfileDefinition$CreatedOn' => '

The date and time when the usage profile was created.

', 'UsageProfileDefinition$LastModifiedOn' => '

The date and time when the usage profile was last modified.

', '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.

', ], ], 'TimestampedInclusionAnnotation' => [ 'base' => '

A timestamped inclusion annotation.

', 'refs' => [ 'StatisticAnnotation$InclusionAnnotation' => '

The inclusion annotation applied to the statistic.

', 'StatisticSummary$InclusionAnnotation' => '

The inclusion annotation for the statistic.

', ], ], 'Token' => [ 'base' => NULL, 'refs' => [ 'GetClassifiersRequest$NextToken' => '

An optional continuation token.

', 'GetClassifiersResponse$NextToken' => '

A continuation token.

', 'GetColumnStatisticsTaskRunsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'GetColumnStatisticsTaskRunsResponse$NextToken' => '

A continuation token, if not all task runs have yet been returned.

', '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.

', 'ListColumnStatisticsTaskRunsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'ListColumnStatisticsTaskRunsResponse$NextToken' => '

A continuation token, if not all task run IDs have yet been returned.

', '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.

', ], ], 'TokenUrl' => [ 'base' => NULL, 'refs' => [ 'OAuth2Properties$TokenUrl' => '

The URL of the provider\'s authentication server, to exchange an authorization code for an access token.

', 'OAuth2PropertiesInput$TokenUrl' => '

The URL of the provider\'s authentication server, to exchange an authorization code for an access token.

', ], ], 'TokenUrlParameterKey' => [ 'base' => NULL, 'refs' => [ 'TokenUrlParametersMap$key' => NULL, ], ], 'TokenUrlParameterValue' => [ 'base' => NULL, 'refs' => [ 'TokenUrlParametersMap$value' => NULL, ], ], 'TokenUrlParametersMap' => [ 'base' => NULL, 'refs' => [ 'OAuth2Properties$TokenUrlParametersMap' => '

A map of parameters that are added to the token GET request.

', 'OAuth2PropertiesInput$TokenUrlParametersMap' => '

A map of parameters that are added to the token GET request.

', ], ], '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' => [], ], 'UpdateTableOptimizerRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTableOptimizerResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTableResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTriggerRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTriggerResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateUsageProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateUsageProfileResponse' => [ '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.

', ], ], 'UsageProfileDefinition' => [ 'base' => '

Describes an Glue usage profile.

', 'refs' => [ 'UsageProfileDefinitionList$member' => NULL, ], ], 'UsageProfileDefinitionList' => [ 'base' => NULL, 'refs' => [ 'ListUsageProfilesResponse$Profiles' => '

A list of usage profile (UsageProfileDefinition) objects.

', ], ], '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.

', ], ], 'UserManagedClientApplicationClientId' => [ 'base' => NULL, 'refs' => [ 'OAuth2ClientApplication$UserManagedClientApplicationClientId' => '

The client application clientID if the ClientAppType is USER_MANAGED.

', ], ], 'ValidationException' => [ 'base' => '

A value could not be validated.

', 'refs' => [], ], 'ValueString' => [ 'base' => NULL, 'refs' => [ 'BoundedPartitionValueList$member' => NULL, 'ConnectionProperties$value' => NULL, 'GetUnfilteredPartitionMetadataRequest$Region' => '

Specified only if the base tables belong to a different Amazon Web Services Region.

', 'GetUnfilteredPartitionsMetadataRequest$Region' => '

Specified only if the base tables belong to a different Amazon Web Services Region.

', 'GetUnfilteredTableMetadataRequest$Region' => '

Specified only if the base tables belong to a different Amazon Web Services Region.

', '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:

', ], ], 'ViewDefinition' => [ 'base' => '

A structure containing details for representations.

', 'refs' => [ 'Table$ViewDefinition' => '

A structure that contains all the information that defines the view, including the dialect or dialects for the view, and the query.

', ], ], 'ViewDefinitionInput' => [ 'base' => '

A structure containing details for creating or updating an Glue view.

', 'refs' => [ 'TableInput$ViewDefinition' => '

A structure that contains all the information that defines the view, including the dialect or dialects for the view, and the query.

', ], ], 'ViewDialect' => [ 'base' => NULL, 'refs' => [ 'SupportedDialect$Dialect' => '

The dialect of the query engine.

', 'ViewRepresentation$Dialect' => '

The dialect of the query engine.

', 'ViewRepresentationInput$Dialect' => '

A parameter that specifies the engine type of a specific representation.

', 'ViewValidation$Dialect' => '

The dialect of the query engine.

', ], ], 'ViewDialectVersionString' => [ 'base' => NULL, 'refs' => [ 'SupportedDialect$DialectVersion' => '

The version of the dialect of the query engine. For example, 3.0.0.

', 'ViewRepresentation$DialectVersion' => '

The version of the dialect of the query engine. For example, 3.0.0.

', 'ViewRepresentationInput$DialectVersion' => '

A parameter that specifies the version of the engine of a specific representation.

', 'ViewValidation$DialectVersion' => '

The version of the dialect of the query engine. For example, 3.0.0.

', ], ], 'ViewRepresentation' => [ 'base' => '

A structure that contains the dialect of the view, and the query that defines the view.

', 'refs' => [ 'ViewRepresentationList$member' => NULL, ], ], 'ViewRepresentationInput' => [ 'base' => '

A structure containing details of a representation to update or create a Lake Formation view.

', 'refs' => [ 'ViewRepresentationInputList$member' => NULL, ], ], 'ViewRepresentationInputList' => [ 'base' => NULL, 'refs' => [ 'ViewDefinitionInput$Representations' => '

A list of structures that contains the dialect of the view, and the query that defines the view.

', ], ], 'ViewRepresentationList' => [ 'base' => NULL, 'refs' => [ 'ViewDefinition$Representations' => '

A list of representations.

', ], ], 'ViewSubObjectsList' => [ 'base' => NULL, 'refs' => [ 'ViewDefinition$SubObjects' => '

A list of table Amazon Resource Names (ARNs).

', 'ViewDefinitionInput$SubObjects' => '

A list of base table ARNs that make up the view.

', ], ], '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.

', 'ViewRepresentation$ViewOriginalText' => '

The SELECT query provided by the customer during CREATE VIEW DDL. This SQL is not used during a query on a view (ViewExpandedText is used instead). ViewOriginalText is used for cases like SHOW CREATE VIEW where users want to see the original DDL command that created the view.

', 'ViewRepresentation$ViewExpandedText' => '

The expanded SQL for the view. This SQL is used by engines while processing a query on a view. Engines may perform operations during view creation to transform ViewOriginalText to ViewExpandedText. For example:

', 'ViewRepresentationInput$ViewOriginalText' => '

A string that represents the original SQL query that describes the view.

', 'ViewRepresentationInput$ViewExpandedText' => '

A string that represents the SQL query that describes the view with expanded resource ARNs

', 'ViewValidation$ViewValidationText' => '

The SELECT query that defines the view, as provided by the customer.

', ], ], 'ViewUpdateAction' => [ 'base' => NULL, 'refs' => [ 'UpdateTableRequest$ViewUpdateAction' => '

The operation to be performed when updating the view.

', ], ], 'ViewValidation' => [ 'base' => '

A structure that contains information for an analytical engine to validate a view, prior to persisting the view metadata. Used in the case of direct UpdateTable or CreateTable API calls.

', 'refs' => [ 'ViewValidationList$member' => NULL, ], ], 'ViewValidationList' => [ 'base' => NULL, 'refs' => [ 'StatusDetails$ViewValidations' => '

A list of ViewValidation objects that contain information for an analytical engine to validate a view.

', ], ], '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.

', 'Session$WorkerType' => '

The type of predefined worker that is allocated when a session runs. Accepts a value of G.1X, G.2X, G.4X, or G.8X for Spark sessions. Accepts the value Z.2X for Ray sessions.

', '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.

', ], ], 'databaseNameString' => [ 'base' => NULL, 'refs' => [ 'BatchGetTableOptimizerEntry$databaseName' => '

The name of the database in the catalog in which the table resides.

', 'BatchGetTableOptimizerError$databaseName' => '

The name of the database in the catalog in which the table resides.

', 'BatchTableOptimizer$databaseName' => '

The name of the database in the catalog in which the table resides.

', ], ], 'double' => [ 'base' => NULL, 'refs' => [ 'StatisticSummary$DoubleValue' => '

The value of the statistic.

', ], ], 'tableNameString' => [ 'base' => NULL, 'refs' => [ 'BatchGetTableOptimizerEntry$tableName' => '

The name of the table.

', 'BatchGetTableOptimizerError$tableName' => '

The name of the table.

', 'BatchTableOptimizer$tableName' => '

The name of the table.

', ], ], ],]; +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.

', 'BatchGetTableOptimizer' => '

Returns the configuration for the specified table optimizers.

', '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.

', 'BatchPutDataQualityStatisticAnnotation' => '

Annotate datapoints over time for a specific data quality statistic.

', '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.

Connections used for creating federated resources require the IAM glue:PassConnection permission.

', '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.

', 'CreateTableOptimizer' => '

Creates a new table optimizer for a specific function. compaction is the only currently supported optimizer type.

', 'CreateTrigger' => '

Creates a new trigger.

', 'CreateUsageProfile' => '

Creates an Glue usage profile.

', '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.

', 'DeleteTableOptimizer' => '

Deletes an optimizer and all associated metadata for a table. The optimization will no longer be performed on 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.

', 'DeleteUsageProfile' => '

Deletes the Glue specified usage profile.

', '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.

', 'GetColumnStatisticsTaskRun' => '

Get the associated metadata/information for a task run, given a task run ID.

', 'GetColumnStatisticsTaskRuns' => '

Retrieves information about all runs associated with the specified table.

', '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.

', 'GetDataQualityModel' => '

Retrieve the training status of the model along with more information (CompletedOn, StartedOn, FailureReason).

', 'GetDataQualityModelResult' => '

Retrieve a statistic\'s predictions for a given Profile ID.

', '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. Job run history is accessible for 90 days for your workflow and 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.

', 'GetTableOptimizer' => '

Returns the configuration of all optimizers associated with 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' => '

Allows a third-party analytical engine to retrieve unfiltered table metadata from the Data Catalog.

For IAM authorization, the public IAM action associated with this API is glue:GetTable.

', 'GetUsageProfile' => '

Retrieves information about the specified Glue usage profile.

', '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. Job run history is accessible for 90 days for your workflow and job 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.

', 'ListColumnStatisticsTaskRuns' => '

List all task runs for a particular 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.

', 'ListDataQualityStatisticAnnotations' => '

Retrieve annotations for a data quality statistic.

', 'ListDataQualityStatistics' => '

Retrieves a list of data quality statistics.

', '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.

', 'ListTableOptimizerRuns' => '

Lists the history of previous optimizer runs for a specific table.

', '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.

', 'ListUsageProfiles' => '

List all the Glue usage profiles.

', '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.

', 'PutDataQualityProfileAnnotation' => '

Annotate all datapoints for a Profile.

', '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.

', 'StartColumnStatisticsTaskRun' => '

Starts a column statistics task run, for a specified table and columns.

', '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.

Recommendation runs are automatically deleted after 90 days.

', '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.

', 'StopColumnStatisticsTaskRun' => '

Stops a task run for the specified table.

', '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.

', 'UpdateTableOptimizer' => '

Updates the configuration for an existing table optimizer.

', 'UpdateTrigger' => '

Updates a trigger definition.

', 'UpdateUsageProfile' => '

Update an Glue usage profile.

', 'UpdateUserDefinedFunction' => '

Updates an existing function definition in the Data Catalog.

', 'UpdateWorkflow' => '

Updates an existing workflow.

', ], 'shapes' => [ 'AWSManagedClientApplicationReference' => [ 'base' => NULL, 'refs' => [ 'OAuth2ClientApplication$AWSManagedClientApplicationReference' => '

The reference to the SaaS-side client app that is Amazon Web Services managed.

', ], ], 'AccessDeniedException' => [ 'base' => '

Access to a resource was denied.

', 'refs' => [], ], 'AccountId' => [ 'base' => NULL, 'refs' => [ 'ColumnStatisticsTaskRun$CustomerId' => '

The Amazon Web Services account ID.

', '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.

', ], ], 'AdditionalContextMap' => [ 'base' => NULL, 'refs' => [ 'QuerySessionContext$AdditionalContext' => '

An opaque string-string map passed by the query engine.

', ], ], '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.

', ], ], 'AllowedValuesStringList' => [ 'base' => NULL, 'refs' => [ 'ConfigurationObject$AllowedValues' => '

A list of allowed values for the parameter.

', ], ], '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.

', ], ], 'AnnotationError' => [ 'base' => '

A failed annotation.

', 'refs' => [ 'AnnotationErrorList$member' => NULL, ], ], 'AnnotationErrorList' => [ 'base' => NULL, 'refs' => [ 'BatchPutDataQualityStatisticAnnotationResponse$FailedInclusionAnnotations' => '

A list of AnnotationError\'s.

', ], ], 'AnnotationList' => [ 'base' => NULL, 'refs' => [ 'ListDataQualityStatisticAnnotationsResponse$Annotations' => '

A list of StatisticAnnotation applied to the Statistic

', ], ], '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.

', ], ], 'ArnString' => [ 'base' => NULL, 'refs' => [ 'GetUnfilteredTableMetadataRequest$ParentResourceArn' => '

The resource ARN of the view.

', 'GetUnfilteredTableMetadataRequest$RootResourceArn' => '

The resource ARN of the root view in a chain of nested views.

', 'GetUnfilteredTableMetadataResponse$ResourceArn' => '

The resource ARN of the parent resource extracted from the request.

', 'TableOptimizerConfiguration$roleArn' => '

A role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller\'s behalf.

', 'ViewDefinition$Definer' => '

The definer of a view in SQL.

', 'ViewDefinitionInput$Definer' => '

The definer of a view in SQL.

', 'ViewSubObjectsList$member' => NULL, ], ], '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.

', ], ], 'AuthenticationConfiguration' => [ 'base' => '

A structure containing the authentication configuration.

', 'refs' => [ 'Connection$AuthenticationConfiguration' => '

The authentication properties of the connection.

', ], ], 'AuthenticationConfigurationInput' => [ 'base' => '

A structure containing the authentication configuration in the CreateConnection request.

', 'refs' => [ 'ConnectionInput$AuthenticationConfiguration' => '

The authentication properties of the connection. Used for a Salesforce connection.

', ], ], 'AuthenticationType' => [ 'base' => NULL, 'refs' => [ 'AuthenticationConfiguration$AuthenticationType' => '

A structure containing the authentication configuration.

', 'AuthenticationConfigurationInput$AuthenticationType' => '

A structure containing the authentication configuration in the CreateConnection request.

', ], ], 'AuthorizationCode' => [ 'base' => NULL, 'refs' => [ 'AuthorizationCodeProperties$AuthorizationCode' => '

An authorization code to be used in the third leg of the AUTHORIZATION_CODE grant workflow. This is a single-use code which becomes invalid once exchanged for an access token, thus it is acceptable to have this value as a request parameter.

', ], ], 'AuthorizationCodeProperties' => [ 'base' => '

The set of properties required for the the OAuth2 AUTHORIZATION_CODE grant type workflow.

', 'refs' => [ 'OAuth2PropertiesInput$AuthorizationCodeProperties' => '

The set of properties required for the the OAuth2 AUTHORIZATION_CODE grant type.

', ], ], '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.

', ], ], 'BatchGetTableOptimizerEntries' => [ 'base' => NULL, 'refs' => [ 'BatchGetTableOptimizerRequest$Entries' => '

A list of BatchGetTableOptimizerEntry objects specifying the table optimizers to retrieve.

', ], ], 'BatchGetTableOptimizerEntry' => [ 'base' => '

Represents a table optimizer to retrieve in the BatchGetTableOptimizer operation.

', 'refs' => [ 'BatchGetTableOptimizerEntries$member' => NULL, ], ], 'BatchGetTableOptimizerError' => [ 'base' => '

Contains details on one of the errors in the error list returned by the BatchGetTableOptimizer operation.

', 'refs' => [ 'BatchGetTableOptimizerErrors$member' => NULL, ], ], 'BatchGetTableOptimizerErrors' => [ 'base' => NULL, 'refs' => [ 'BatchGetTableOptimizerResponse$Failures' => '

A list of errors from the operation.

', ], ], 'BatchGetTableOptimizerRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetTableOptimizerResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetTriggersRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetTriggersResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetWorkflowsRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetWorkflowsResponse' => [ 'base' => NULL, 'refs' => [], ], 'BatchPutDataQualityStatisticAnnotationRequest' => [ 'base' => NULL, 'refs' => [], ], 'BatchPutDataQualityStatisticAnnotationResponse' => [ '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.

', ], ], 'BatchTableOptimizer' => [ 'base' => '

Contains details for one of the table optimizers returned by the BatchGetTableOptimizer operation.

', 'refs' => [ 'BatchTableOptimizers$member' => NULL, ], ], 'BatchTableOptimizers' => [ 'base' => NULL, 'refs' => [ 'BatchGetTableOptimizerResponse$TableOptimizers' => '

A list of BatchTableOptimizer objects.

', ], ], '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.

', 'ConnectionInput$ValidateCredentials' => '

A flag to validate the credentials during create connection. Used for a Salesforce connection. Default is true.

', '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.

', 'GetUnfilteredTableMetadataResponse$IsMultiDialectView' => '

Specifies whether the view supports the SQL dialects of one or more different query engines and can therefore be read by those engines.

', 'GetUnfilteredTableMetadataResponse$IsProtected' => '

A flag that instructs the engine not to push user-provided operations into the logical plan of the view during query planning. However, if set this flag does not guarantee that the engine will comply. Refer to the engine\'s documentation to understand the guarantees provided, if any.

', '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.

', 'UpdateTableRequest$Force' => '

A flag that can be set to true to ignore matching storage descriptor and subobject matching requirements.

', ], ], '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.

', 'GetTableRequest$IncludeStatusDetails' => '

Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.

', 'GetTablesRequest$IncludeStatusDetails' => '

Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.

', 'SearchTablesRequest$IncludeStatusDetails' => '

Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.

', '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 for the job executor to read records for the current batch from the Kinesis data stream, specified in milliseconds (ms). Multiple GetRecords API calls may be made within this time. The default value is 1000.

', 'KinesisStreamingSourceOptions$MaxFetchRecordsPerShard' => '

The maximum number of records to fetch per shard in the Kinesis data stream per microbatch. Note: The client can exceed this limit if the streaming job has already read extra records from Kinesis (in the same get-records call). If MaxFetchRecordsPerShard needs to be strict then it needs to be a multiple of MaxRecordPerRead. 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.

', 'BatchGetTableOptimizerEntry$catalogId' => '

The Catalog ID of the table.

', 'BatchGetTableOptimizerError$catalogId' => '

The Catalog ID of the table.

', 'BatchTableOptimizer$catalogId' => '

The Catalog ID of the table.

', '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.

', 'ColumnStatisticsTaskRun$CatalogID' => '

The ID of the Data Catalog where the table resides. If none is supplied, the Amazon Web Services account ID is used by default.

', '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.

', 'CreateTableOptimizerRequest$CatalogId' => '

The Catalog ID of the table.

', '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.

', 'DeleteTableOptimizerRequest$CatalogId' => '

The Catalog ID of the table.

', '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.

', 'GetTableOptimizerRequest$CatalogId' => '

The Catalog ID of the table.

', 'GetTableOptimizerResponse$CatalogId' => '

The Catalog ID of the table.

', '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.

', 'ListTableOptimizerRunsRequest$CatalogId' => '

The Catalog ID of the table.

', 'ListTableOptimizerRunsResponse$CatalogId' => '

The Catalog ID of the table.

', '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.

', 'UpdateTableOptimizerRequest$CatalogId' => '

The Catalog ID of the table.

', '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": []

', ], ], 'ColumnNameList' => [ 'base' => NULL, 'refs' => [ 'ColumnStatisticsTaskRun$ColumnNameList' => '

A list of the column names. If none is supplied, all column names for the table will be used by default.

', 'StartColumnStatisticsTaskRunRequest$ColumnNameList' => '

A list of the column names to generate statistics. If none is supplied, all column names for the table will be used by default.

', 'StatisticSummary$ColumnsReferenced' => '

The list of columns referenced by the statistic.

', ], ], '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.

', ], ], 'ColumnStatisticsState' => [ 'base' => NULL, 'refs' => [ 'ColumnStatisticsTaskRun$Status' => '

The status of the task run.

', ], ], 'ColumnStatisticsTaskNotRunningException' => [ 'base' => '

An exception thrown when you try to stop a task run when there is no task running.

', 'refs' => [], ], 'ColumnStatisticsTaskRun' => [ 'base' => '

The object that shows the details of the column stats run.

', 'refs' => [ 'ColumnStatisticsTaskRunsList$member' => NULL, 'GetColumnStatisticsTaskRunResponse$ColumnStatisticsTaskRun' => '

A ColumnStatisticsTaskRun object representing the details of the column stats run.

', ], ], 'ColumnStatisticsTaskRunIdList' => [ 'base' => NULL, 'refs' => [ 'ListColumnStatisticsTaskRunsResponse$ColumnStatisticsTaskRunIds' => '

A list of column statistics task run IDs.

', ], ], 'ColumnStatisticsTaskRunningException' => [ 'base' => '

An exception thrown when you try to start another job while running a column stats generation job.

', 'refs' => [], ], 'ColumnStatisticsTaskRunsList' => [ 'base' => NULL, 'refs' => [ 'GetColumnStatisticsTaskRunsResponse$ColumnStatisticsTaskRuns' => '

A list of column statistics task runs.

', ], ], 'ColumnStatisticsTaskStoppingException' => [ 'base' => '

An exception thrown when you try to stop a task run.

', 'refs' => [], ], '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' => [], ], 'ConditionExpression' => [ 'base' => '

Condition expression defined in the Glue Studio data preparation recipe node.

', 'refs' => [ 'ConditionExpressionList$member' => NULL, ], ], 'ConditionExpressionList' => [ 'base' => NULL, 'refs' => [ 'RecipeStep$ConditionExpressions' => '

The condition expressions for the recipe step.

', ], ], 'ConditionList' => [ 'base' => NULL, 'refs' => [ 'Predicate$Conditions' => '

A list of the conditions that determine when the trigger will fire.

', ], ], 'ConfigValueString' => [ 'base' => NULL, 'refs' => [ 'AllowedValuesStringList$member' => NULL, 'ConfigurationObject$DefaultValue' => '

A default value for the parameter.

', 'ConfigurationObject$MinValue' => '

A minimum allowed value for the parameter.

', 'ConfigurationObject$MaxValue' => '

A maximum allowed value for the parameter.

', ], ], 'ConfigurationMap' => [ 'base' => NULL, 'refs' => [ 'ProfileConfiguration$SessionConfiguration' => '

A key-value map of configuration parameters for Glue sessions.

', 'ProfileConfiguration$JobConfiguration' => '

A key-value map of configuration parameters for Glue jobs.

', ], ], 'ConfigurationObject' => [ 'base' => '

Specifies the values that an admin sets for each job or session parameter configured in a Glue usage profile.

', 'refs' => [ 'ConfigurationMap$value' => NULL, ], ], '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, ], ], 'ConnectionStatus' => [ 'base' => NULL, 'refs' => [ 'Connection$Status' => '

The status of the connection. Can be one of: READY, IN_PROGRESS, or FAILED.

', 'CreateConnectionResponse$CreateConnectionStatus' => '

The status of the connection creation request. The request can take some time for certain authentication types, for example when creating an OAuth connection with token exchange over VPC.

', ], ], '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.

', ], ], 'ConnectorDataSource' => [ 'base' => '

Specifies a source generated with standard connection options.

', 'refs' => [ 'CodeGenConfigurationNode$ConnectorDataSource' => '

Specifies a source generated with standard connection options.

', ], ], 'ConnectorDataTarget' => [ 'base' => '

Specifies a target generated with standard connection options.

', 'refs' => [ 'CodeGenConfigurationNode$ConnectorDataTarget' => '

Specifies a target generated with standard connection options.

', ], ], 'ConnectorOptions' => [ 'base' => NULL, 'refs' => [ 'ConnectorDataSource$Data' => '

A map specifying connection options for the node. You can find standard connection options for the corresponding connection type in the Connection parameters section of the Glue documentation.

', 'ConnectorDataTarget$Data' => '

A map specifying connection options for the node. You can find standard connection options for the corresponding connection type in the Connection parameters section of the Glue documentation.

', ], ], 'ContextKey' => [ 'base' => NULL, 'refs' => [ 'AdditionalContextMap$key' => NULL, ], ], 'ContextValue' => [ 'base' => NULL, 'refs' => [ 'AdditionalContextMap$value' => NULL, ], ], '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' => [ 'ColumnStatisticsTaskRun$SecurityConfiguration' => '

Name of the security configuration that is used to encrypt CloudWatch logs for the column stats task run.

', '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' => [], ], 'CreateTableOptimizerRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTableOptimizerResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTableResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateTriggerRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTriggerResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateUsageProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateUsageProfileResponse' => [ '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.

', ], ], 'DQCompositeRuleEvaluationMethod' => [ 'base' => NULL, 'refs' => [ 'DataQualityEvaluationRunAdditionalRunOptions$CompositeRuleEvaluationMethod' => '

Set the evaluation method for composite rules in the ruleset to ROW/COLUMN

', ], ], '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.

', ], ], 'DataQualityAnalyzerResult' => [ 'base' => '

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

', 'refs' => [ 'DataQualityAnalyzerResults$member' => NULL, ], ], 'DataQualityAnalyzerResults' => [ 'base' => NULL, 'refs' => [ 'DataQualityResult$AnalyzerResults' => '

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

', 'GetDataQualityResultResponse$AnalyzerResults' => '

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

', ], ], '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.

', ], ], 'DataQualityMetricValues' => [ 'base' => '

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

', 'refs' => [ 'MetricBasedObservation$MetricValues' => '

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

', ], ], 'DataQualityModelStatus' => [ 'base' => NULL, 'refs' => [ 'GetDataQualityModelResponse$Status' => '

The training status of the data quality model.

', ], ], 'DataQualityObservation' => [ 'base' => '

Describes the observation generated after evaluating the rules and analyzers.

', 'refs' => [ 'DataQualityObservations$member' => NULL, ], ], 'DataQualityObservationDescription' => [ 'base' => NULL, 'refs' => [ 'DataQualityObservation$Description' => '

A description of the data quality observation.

', ], ], 'DataQualityObservations' => [ 'base' => NULL, 'refs' => [ 'DataQualityResult$Observations' => '

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

', 'GetDataQualityResultResponse$Observations' => '

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

', ], ], '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, ], ], 'DataQualityRuleResultDescription' => [ 'base' => NULL, 'refs' => [ 'DataQualityAnalyzerResult$Description' => '

A description of the data quality analyzer.

', 'DataQualityAnalyzerResult$EvaluationMessage' => '

An evaluation message.

', 'DataQualityRuleResult$Description' => '

A description of the data quality rule.

', 'DataQualityRuleResult$EvaluationMessage' => '

An evaluation message.

', 'DataQualityRuleResult$EvaluatedRule' => '

The evaluated rule.

', ], ], '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.

', ], ], 'DatabaseAttributes' => [ 'base' => NULL, 'refs' => [ 'DatabaseAttributesList$member' => NULL, ], ], 'DatabaseAttributesList' => [ 'base' => NULL, 'refs' => [ 'GetDatabasesRequest$AttributesToGet' => '

Specifies the database fields returned by the GetDatabases call. This parameter doesn’t accept an empty list. The request must include the NAME.

', ], ], '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' => [ 'ColumnStatisticsTaskRun$DatabaseName' => '

The database where the table resides.

', '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/*.

', 'GetColumnStatisticsTaskRunsRequest$DatabaseName' => '

The name of the database where the table resides.

', 'StopColumnStatisticsTaskRunRequest$DatabaseName' => '

The name of the database where the table resides.

', 'UpdateCrawlerRequest$DatabaseName' => '

The Glue database where results are stored, such as: arn:aws:daylight:us-east-1::database/sometable/*.

', ], ], 'DatabrewCondition' => [ 'base' => NULL, 'refs' => [ 'ConditionExpression$Condition' => '

The condition of the condition expression.

', ], ], 'DatabrewConditionValue' => [ 'base' => NULL, 'refs' => [ 'ConditionExpression$Value' => '

The value of the condition expression.

', ], ], 'DatapointInclusionAnnotation' => [ 'base' => '

An Inclusion Annotation.

', 'refs' => [ 'InclusionAnnotationList$member' => NULL, ], ], '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' => [], ], 'DeleteTableOptimizerRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTableOptimizerResponse' => [ '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' => [], ], 'DeleteUsageProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteUsageProfileResponse' => [ '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' => [ 'AnnotationError$FailureReason' => '

The reason why the annotation failed.

', 'ColumnStatisticsTaskRun$ErrorMessage' => '

The error message for the job.

', '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.

', 'CreateUsageProfileRequest$Description' => '

A description of the usage profile.

', '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

', 'GetUsageProfileResponse$Description' => '

A description of the usage profile.

', '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.

', 'StatisticPropertiesMap$value' => NULL, '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.

', 'UpdateUsageProfileRequest$Description' => '

A description of the usage profile.

', 'UsageProfileDefinition$Description' => '

A description of the usage profile.

', ], ], '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.

', 'ConnectorDataSource$ConnectionType' => '

The connectionType, as provided to the underlying Glue library. This node type supports the following connection types:

', 'ConnectorDataTarget$ConnectionType' => '

The connectionType, as provided to the underlying Glue library. This node type supports the following connection types:

', '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' => [ 'BatchGetTableOptimizerError$error' => '

An ErrorDetail object containing code and message details about the error.

', '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.

', 'TableStatus$Error' => '

An error that will only appear when the state is "FAILED". This is a parent level exception message, there may be different Errors for each dialect.

', 'TableVersionError$ErrorDetail' => '

The details about the error.

', 'ViewValidation$Error' => '

An error associated with the validation.

', ], ], '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' => [ 'DataQualityAnalyzerResult$EvaluatedMetrics' => '

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

', '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' => '

A federation source failed, but the operation may be retried.

', '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.

', 'ConnectorOptions$key' => NULL, 'ConnectorOptions$value' => NULL, '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' => [], ], 'GetColumnStatisticsTaskRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetColumnStatisticsTaskRunResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetColumnStatisticsTaskRunsRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetColumnStatisticsTaskRunsResponse' => [ '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' => [], ], 'GetDataQualityModelRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDataQualityModelResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetDataQualityModelResultRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetDataQualityModelResultResponse' => [ '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' => [], ], 'GetTableOptimizerRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTableOptimizerResponse' => [ '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' => [], ], 'GetUsageProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetUsageProfileResponse' => [ '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.

', 'ConnectorDataSource$OutputSchemas' => '

Specifies the data schema for this 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.

', 'BasicCatalogTarget$PartitionKeys' => '

The partition keys used to distribute data across multiple partitions or shards based on a specific key or set of key.

', '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' => [ 'AnnotationError$ProfileId' => '

The Profile ID for the failed annotation.

', 'AnnotationError$StatisticId' => '

The Statistic ID for the failed annotation.

', 'BatchPutDataQualityStatisticAnnotationRequest$ClientToken' => '

Client Token.

', '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.

', 'ColumnStatisticsTaskRun$ColumnStatisticsTaskRunId' => '

The identifier for the particular column statistics task run.

', 'ColumnStatisticsTaskRunIdList$member' => NULL, '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$ProfileId' => '

The Profile 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.

', 'DatapointInclusionAnnotation$ProfileId' => '

The ID of the data quality profile the statistic belongs to.

', 'DatapointInclusionAnnotation$StatisticId' => '

The Statistic ID.

', '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.

', 'GetColumnStatisticsTaskRunRequest$ColumnStatisticsTaskRunId' => '

The identifier for the particular column statistics task run.

', 'GetDataQualityModelRequest$StatisticId' => '

The Statistic ID.

', 'GetDataQualityModelRequest$ProfileId' => '

The Profile ID.

', 'GetDataQualityModelResponse$FailureReason' => '

The training failure reason.

', 'GetDataQualityModelResultRequest$StatisticId' => '

The Statistic ID.

', 'GetDataQualityModelResultRequest$ProfileId' => '

The Profile ID.

', 'GetDataQualityResultRequest$ResultId' => '

A unique result ID for the data quality result.

', 'GetDataQualityResultResponse$ResultId' => '

A unique result ID for the data quality result.

', 'GetDataQualityResultResponse$ProfileId' => '

The Profile 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.

', 'GetUnfilteredTableMetadataResponse$QueryAuthorizationId' => '

A cryptographically generated query identifier generated by Glue or Lake Formation.

', 'GluePolicy$PolicyHash' => '

Contains the hash value associated with this policy.

', 'ListDataQualityStatisticAnnotationsRequest$StatisticId' => '

The Statistic ID.

', 'ListDataQualityStatisticAnnotationsRequest$ProfileId' => '

The Profile ID.

', 'ListDataQualityStatisticsRequest$StatisticId' => '

The Statistic ID.

', 'ListDataQualityStatisticsRequest$ProfileId' => '

The Profile ID.

', '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.

', 'MetricBasedObservation$StatisticId' => '

The Statistic ID.

', 'PutDataQualityProfileAnnotationRequest$ProfileId' => '

The ID of the data quality monitoring profile to annotate.

', '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.

', 'QuerySessionContext$QueryId' => '

A unique identifier generated by the query engine for the query.

', 'QuerySessionContext$QueryAuthorizationId' => '

A cryptographically generated query identifier generated by Glue or Lake Formation.

', 'RunIdentifier$RunId' => '

The Run ID.

', 'RunIdentifier$JobRunId' => '

The Job Run ID.

', 'StartColumnStatisticsTaskRunResponse$ColumnStatisticsTaskRunId' => '

The identifier for the column statistics task run.

', '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.

', 'StatisticAnnotation$ProfileId' => '

The Profile ID.

', 'StatisticAnnotation$StatisticId' => '

The Statistic ID.

', 'StatisticSummary$StatisticId' => '

The Statistic ID.

', 'StatisticSummary$ProfileId' => '

The Profile ID.

', '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.

', ], ], 'IAMRoleArn' => [ 'base' => NULL, 'refs' => [ 'EncryptionAtRest$CatalogEncryptionServiceRole' => '

The role that Glue assumes to encrypt and decrypt the Data Catalog objects on the caller\'s behalf.

', ], ], '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' => [], ], 'IdleTimeout' => [ 'base' => NULL, 'refs' => [ 'Session$IdleTimeout' => '

The number of minutes when idle before the session times out.

', ], ], '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.

', ], ], 'InclusionAnnotationList' => [ 'base' => NULL, 'refs' => [ 'BatchPutDataQualityStatisticAnnotationRequest$InclusionAnnotations' => '

A list of DatapointInclusionAnnotation\'s.

', ], ], 'InclusionAnnotationValue' => [ 'base' => NULL, 'refs' => [ 'DatapointInclusionAnnotation$InclusionAnnotation' => '

The inclusion annotation value to apply to the statistic.

', 'PutDataQualityProfileAnnotationRequest$InclusionAnnotation' => '

The inclusion annotation value to apply to the profile.

', 'StatisticModelResult$InclusionAnnotation' => '

The inclusion annotation.

', 'TimestampedInclusionAnnotation$Value' => '

The inclusion annotation value.

', ], ], '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.

', ], ], 'JobMode' => [ 'base' => NULL, 'refs' => [ 'CreateJobRequest$JobMode' => '

A mode that describes how a job was created. Valid values are:

When the JobMode field is missing or null, SCRIPT is assigned as the default value.

', 'Job$JobMode' => '

A mode that describes how a job was created. Valid values are:

When the JobMode field is missing or null, SCRIPT is assigned as the default value.

', 'JobRun$JobMode' => '

A mode that describes how a job was created. Valid values are:

When the JobMode field is missing or null, SCRIPT is assigned as the default value.

', 'JobUpdate$JobMode' => '

A mode that describes how a job was created. Valid values are:

When the JobMode field is missing or null, SCRIPT is assigned as the default value.

', ], ], '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' => [], ], 'ListColumnStatisticsTaskRunsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListColumnStatisticsTaskRunsResponse' => [ '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' => [], ], 'ListDataQualityStatisticAnnotationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityStatisticAnnotationsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityStatisticsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDataQualityStatisticsResponse' => [ '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' => [], ], 'ListTableOptimizerRunsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTableOptimizerRunsResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTableOptimizerRunsToken' => [ 'base' => NULL, 'refs' => [ 'ListTableOptimizerRunsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'ListTableOptimizerRunsResponse$NextToken' => '

A continuation token for paginating the returned list of optimizer runs, returned if the current segment of the list is not the last.

', ], ], 'ListTriggersRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTriggersResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListUsageProfilesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListUsageProfilesResponse' => [ '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.

', ], ], 'LongValueString' => [ 'base' => NULL, 'refs' => [ 'Connection$StatusReason' => '

The reason for the connection status.

', ], ], '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:

', ], ], 'MaintenanceWindow' => [ 'base' => NULL, 'refs' => [ 'CreateJobRequest$MaintenanceWindow' => '

This field specifies a day of the week and hour for a maintenance window for streaming jobs. Glue periodically performs maintenance activities. During these maintenance windows, Glue will need to restart your streaming jobs.

Glue will restart the job within 3 hours of the specified maintenance window. For instance, if you set up the maintenance window for Monday at 10:00AM GMT, your jobs will be restarted between 10:00AM GMT to 1:00PM GMT.

', 'Job$MaintenanceWindow' => '

This field specifies a day of the week and hour for a maintenance window for streaming jobs. Glue periodically performs maintenance activities. During these maintenance windows, Glue will need to restart your streaming jobs.

Glue will restart the job within 3 hours of the specified maintenance window. For instance, if you set up the maintenance window for Monday at 10:00AM GMT, your jobs will be restarted between 10:00AM GMT to 1:00PM GMT.

', 'JobRun$MaintenanceWindow' => '

This field specifies a day of the week and hour for a maintenance window for streaming jobs. Glue periodically performs maintenance activities. During these maintenance windows, Glue will need to restart your streaming jobs.

Glue will restart the job within 3 hours of the specified maintenance window. For instance, if you set up the maintenance window for Monday at 10:00AM GMT, your jobs will be restarted between 10:00AM GMT to 1:00PM GMT.

', 'JobUpdate$MaintenanceWindow' => '

This field specifies a day of the week and hour for a maintenance window for streaming jobs. Glue periodically performs maintenance activities. During these maintenance windows, Glue will need to restart your streaming jobs.

Glue will restart the job within 3 hours of the specified maintenance window. For instance, if you set up the maintenance window for Monday at 10:00AM GMT, your jobs will be restarted between 10:00AM GMT to 1:00PM GMT.

', ], ], '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.

', ], ], 'MaxListTableOptimizerRunsTokenResults' => [ 'base' => NULL, 'refs' => [ 'ListTableOptimizerRunsRequest$MaxResults' => '

The maximum number of optimizer runs to return on each call.

', ], ], '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.

', 'ColumnStatisticsTaskNotRunningException$Message' => '

A message describing the problem.

', 'ColumnStatisticsTaskRunningException$Message' => '

A message describing the problem.

', 'ColumnStatisticsTaskStoppingException$Message' => '

A message describing the problem.

', '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' => '

A message describing the problem.

', '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.

', 'OperationNotSupportedException$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.

', 'RunMetrics$NumberOfBytesCompacted' => '

The number of bytes removed by the compaction job run.

', 'RunMetrics$NumberOfFilesCompacted' => '

The number of files removed by the compaction job run.

', 'RunMetrics$NumberOfDpus' => '

The number of DPU hours consumed by the job.

', 'RunMetrics$JobDurationInHour' => '

The duration of the job in hours.

', 'SchedulerNotRunningException$Message' => '

A message describing the problem.

', 'SchedulerRunningException$Message' => '

A message describing the problem.

', 'SchedulerTransitioningException$Message' => '

A message describing the problem.

', 'TableOptimizerRun$error' => '

An error that occured during the optimizer run.

', '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.

', ], ], 'MetricBasedObservation' => [ 'base' => '

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

', 'refs' => [ 'DataQualityObservation$MetricBasedObservation' => '

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

', ], ], '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.

', 'ColumnNameList$member' => NULL, 'ColumnRowFilter$ColumnName' => '

A string containing the name of the column.

', 'ColumnStatistics$ColumnName' => '

Name of column which statistics belong to.

', 'ColumnStatisticsTaskRun$WorkerType' => '

The type of workers being used for generating stats. The default is g.1x.

', '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.

', 'ConfigurationMap$key' => NULL, '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.

', '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.

', 'CreateDataQualityRulesetRequest$DataQualitySecurityConfiguration' => '

The name of the security configuration created with the data quality encryption option.

', '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

', 'CreateTableOptimizerRequest$DatabaseName' => '

The name of the database in the catalog in which the table resides.

', 'CreateTableOptimizerRequest$TableName' => '

The name of the table.

', '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.

', 'CreateUsageProfileRequest$Name' => '

The name of the usage profile.

', 'CreateUsageProfileResponse$Name' => '

The name of the usage profile that was created.

', '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, 'DataQualityAnalyzerResult$Name' => '

The name of the data quality analyzer.

', '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.

', 'DeleteTableOptimizerRequest$DatabaseName' => '

The name of the database in the catalog in which the table resides.

', 'DeleteTableOptimizerRequest$TableName' => '

The name of the table.

', '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.

', 'DeleteUsageProfileRequest$Name' => '

The name of the usage profile to delete.

', '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.

', 'GetColumnStatisticsTaskRunsRequest$TableName' => '

The name of the 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.

', 'GetDataQualityRuleRecommendationRunResponse$DataQualitySecurityConfiguration' => '

The name of the security configuration created with the data quality encryption option.

', 'GetDataQualityRulesetRequest$Name' => '

The name of the ruleset.

', 'GetDataQualityRulesetResponse$Name' => '

The name of the ruleset.

', 'GetDataQualityRulesetResponse$DataQualitySecurityConfiguration' => '

The name of the security configuration created with the data quality encryption option.

', '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.

', 'GetTableOptimizerRequest$DatabaseName' => '

The name of the database in the catalog in which the table resides.

', 'GetTableOptimizerRequest$TableName' => '

The name of the table.

', 'GetTableOptimizerResponse$DatabaseName' => '

The name of the database in the catalog in which the table resides.

', 'GetTableOptimizerResponse$TableName' => '

The name of the table.

', '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.

', 'GetUsageProfileRequest$Name' => '

The name of the usage profile to retrieve.

', 'GetUsageProfileResponse$Name' => '

The name of the usage profile.

', '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.

', 'Job$ProfileName' => '

The name of an Glue usage profile associated with the 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.

', 'JobRun$ProfileName' => '

The name of an Glue usage profile associated with the 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.

', 'ListTableOptimizerRunsRequest$DatabaseName' => '

The name of the database in the catalog in which the table resides.

', 'ListTableOptimizerRunsRequest$TableName' => '

The name of the table.

', 'ListTableOptimizerRunsResponse$DatabaseName' => '

The name of the database in the catalog in which the table resides.

', 'ListTableOptimizerRunsResponse$TableName' => '

The name of the table.

', '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, 'MetricBasedObservation$MetricName' => '

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

', 'NameStringList$member' => NULL, 'NewRules$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.

', 'Predecessor$JobName' => '

The name of the job definition used by the predecessor job run.

', 'PutWorkflowRunPropertiesRequest$Name' => '

Name of the workflow which was run.

', 'ReferenceDatasetsList$member' => NULL, '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.

', 'Session$ProfileName' => '

The name of an Glue usage profile associated with the session.

', 'SessionCommand$Name' => '

Specifies the name of the SessionCommand. Can be \'glueetl\' or \'gluestreaming\'.

', 'SessionIdList$member' => NULL, 'StartColumnStatisticsTaskRunRequest$DatabaseName' => '

The name of the database where the table resides.

', 'StartColumnStatisticsTaskRunRequest$TableName' => '

The name of the table to generate statistics.

', 'StartColumnStatisticsTaskRunRequest$Role' => '

The IAM role that the service assumes to generate statistics.

', 'StartColumnStatisticsTaskRunRequest$CatalogID' => '

The ID of the Data Catalog where the table reside. If none is supplied, the Amazon Web Services account ID is used by default.

', 'StartColumnStatisticsTaskRunRequest$SecurityConfiguration' => '

Name of the security configuration that is used to encrypt CloudWatch logs for the column stats task run.

', 'StartCrawlerRequest$Name' => '

Name of the crawler to start.

', 'StartCrawlerScheduleRequest$CrawlerName' => '

Name of the crawler to schedule.

', 'StartDataQualityRuleRecommendationRunRequest$CreatedRulesetName' => '

A name for the ruleset.

', 'StartDataQualityRuleRecommendationRunRequest$DataQualitySecurityConfiguration' => '

The name of the security configuration created with the data quality encryption option.

', '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.

', 'StatisticPropertiesMap$key' => NULL, 'StopColumnStatisticsTaskRunRequest$TableName' => '

The name of the table.

', '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.

', 'TableStatus$RequestedBy' => '

The ARN of the user who requested the asynchronous change.

', 'TableStatus$UpdatedBy' => '

The ARN of the user to last manually alter the asynchronous change (requesting cancellation, etc).

', '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. For BitBucket providers, RepositoryName should include WorkspaceName. Use the format <WorkspaceName>/<RepositoryName>.

', '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. For BitBucket providers, RepositoryName should include WorkspaceName. Use the format <WorkspaceName>/<RepositoryName>.

', '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.

', 'UpdateTableOptimizerRequest$DatabaseName' => '

The name of the database in the catalog in which the table resides.

', 'UpdateTableOptimizerRequest$TableName' => '

The name of the table.

', '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.

', 'UpdateUsageProfileRequest$Name' => '

The name of the usage profile.

', 'UpdateUsageProfileResponse$Name' => '

The name of the usage profile that was updated.

', '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.

', 'UsageProfileDefinition$Name' => '

The name of the usage profile.

', '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.

', 'ViewRepresentation$ValidationConnection' => '

The name of the connection to be used to validate the specific representation of the view.

', 'ViewRepresentationInput$ValidationConnection' => '

The name of the connection to be used to validate the specific representation of the view.

', '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.

', ], ], 'NewRules' => [ 'base' => NULL, 'refs' => [ 'MetricBasedObservation$NewRules' => '

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

', ], ], '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.

', 'ConnectorDataSource$Name' => '

The name of this source node.

', 'ConnectorDataTarget$Name' => '

The name of this target node.

', '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.

', 'ColumnStatisticsTaskRun$DPUSeconds' => '

The calculated DPU usage in seconds for all autoscaled workers.

', '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.

', 'Table$IsMultiDialectView' => '

Specifies whether the view supports the SQL dialects of one or more different query engines and can therefore be read by those engines.

', 'TableOptimizerConfiguration$enabled' => '

Whether table optimization is enabled.

', '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.

', 'ViewDefinition$IsProtected' => '

You can set this flag as true to instruct the engine not to push user-provided operations into the logical plan of the view during query planning. However, setting this flag does not guarantee that the engine will comply. Refer to the engine\'s documentation to understand the guarantees provided, if any.

', 'ViewDefinitionInput$IsProtected' => '

You can set this flag as true to instruct the engine not to push user-provided operations into the logical plan of the view during query planning. However, setting this flag does not guarantee that the engine will comply. Refer to the engine\'s documentation to understand the guarantees provided, if any.

', 'ViewRepresentation$IsStale' => '

Dialects marked as stale are no longer valid and must be updated before they can be queried in their respective query engines.

', ], ], '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.

', 'DataQualityMetricValues$ActualValue' => '

The actual value of the data quality metric.

', 'DataQualityMetricValues$ExpectedValue' => '

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

', 'DataQualityMetricValues$LowerLimit' => '

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

', 'DataQualityMetricValues$UpperLimit' => '

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

', '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 can be set for either job runs with execution class FLEX or when Auto Scaling is enabled, 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.

', 'Session$ExecutionTime' => '

The total time the session ran for.

', 'Session$DPUSeconds' => '

The DPUs consumed by the session (formula: ExecutionTime * MaxCapacity).

', '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:

', 'StatisticModelResult$LowerBound' => '

The lower bound.

', 'StatisticModelResult$UpperBound' => '

The upper bound.

', 'StatisticModelResult$PredictedValue' => '

The predicted value.

', 'StatisticModelResult$ActualValue' => '

The actual value.

', '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.

', 'Session$NumberOfWorkers' => '

The number of workers of a defined WorkerType to use for the session.

', '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.

', ], ], 'NullableString' => [ 'base' => NULL, 'refs' => [ 'QuerySessionContext$ClusterId' => '

An identifier string for the consumer cluster.

', ], ], 'OAuth2ClientApplication' => [ 'base' => '

The OAuth2 client app used for the connection.

', 'refs' => [ 'OAuth2Properties$OAuth2ClientApplication' => '

The client application type. For example, AWS_MANAGED or USER_MANAGED.

', 'OAuth2PropertiesInput$OAuth2ClientApplication' => '

The client application type in the CreateConnection request. For example, AWS_MANAGED or USER_MANAGED.

', ], ], 'OAuth2GrantType' => [ 'base' => NULL, 'refs' => [ 'OAuth2Properties$OAuth2GrantType' => '

The OAuth2 grant type. For example, AUTHORIZATION_CODE, JWT_BEARER, or CLIENT_CREDENTIALS.

', 'OAuth2PropertiesInput$OAuth2GrantType' => '

The OAuth2 grant type in the CreateConnection request. For example, AUTHORIZATION_CODE, JWT_BEARER, or CLIENT_CREDENTIALS.

', ], ], 'OAuth2Properties' => [ 'base' => '

A structure containing properties for OAuth2 authentication.

', 'refs' => [ 'AuthenticationConfiguration$OAuth2Properties' => '

The properties for OAuth2 authentication.

', ], ], 'OAuth2PropertiesInput' => [ 'base' => '

A structure containing properties for OAuth2 in the CreateConnection request.

', 'refs' => [ 'AuthenticationConfigurationInput$OAuth2Properties' => '

The properties for OAuth2 authentication in the CreateConnection request.

', ], ], '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.

', 'ConnectorDataTarget$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.

', ], ], 'Operation' => [ 'base' => NULL, 'refs' => [ 'RecipeAction$Operation' => '

The operation of the recipe action.

', ], ], 'OperationNotSupportedException' => [ 'base' => '

The operation is not available in the region.

', 'refs' => [], ], '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.

', ], ], 'OrchestrationPageSize200' => [ 'base' => NULL, 'refs' => [ 'GetJobRunsRequest$MaxResults' => '

The maximum size of the response.

', 'GetTriggersRequest$MaxResults' => '

The maximum size of the response.

', 'ListTriggersRequest$MaxResults' => '

The maximum size of a list to return.

', 'ListUsageProfilesRequest$MaxResults' => '

The maximum number of usage profiles to return in a single response.

', ], ], 'OrchestrationPageSize25' => [ 'base' => NULL, 'refs' => [ 'ListBlueprintsRequest$MaxResults' => '

The maximum size of a list to return.

', 'ListWorkflowsRequest$MaxResults' => '

The maximum size of a list to return.

', ], ], '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.

', 'ListUsageProfilesRequest$NextToken' => '

A continuation token, included if this is a continuation call.

', 'ListUsageProfilesResponse$NextToken' => '

A continuation token, present if the current list segment is not the last.

', ], ], '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).

', 'GetColumnStatisticsTaskRunsRequest$MaxResults' => '

The maximum size of the response.

', '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.

', '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.

', '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.

', 'ListColumnStatisticsTaskRunsRequest$MaxResults' => '

The maximum size of the response.

', '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.

', 'ListDataQualityStatisticAnnotationsRequest$MaxResults' => '

The maximum number of results to return in this request.

', 'ListDataQualityStatisticsRequest$MaxResults' => '

The maximum number of results to return in this request.

', '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.

', '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.

', 'ListDataQualityStatisticAnnotationsRequest$NextToken' => '

A pagination token to retrieve the next set of results.

', 'ListDataQualityStatisticAnnotationsResponse$NextToken' => '

A pagination token to retrieve the next set of results.

', 'ListDataQualityStatisticsRequest$NextToken' => '

A pagination token to request the next page of results.

', 'ListDataQualityStatisticsResponse$NextToken' => '

A pagination token to request the next page of results.

', '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.

', ], ], 'ParameterMap' => [ 'base' => NULL, 'refs' => [ 'RecipeAction$Parameters' => '

The parameters of the recipe action.

', ], ], 'ParameterName' => [ 'base' => NULL, 'refs' => [ 'ParameterMap$key' => NULL, ], ], 'ParameterValue' => [ 'base' => NULL, 'refs' => [ 'ParameterMap$value' => NULL, ], ], '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' => [ 'GetUnfilteredTableMetadataRequest$Permissions' => '

The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.

', 'GetUnfilteredTableMetadataResponse$Permissions' => '

The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.

', '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' => '

Indicates the level of filtering a third-party analytical engine is capable of enforcing when calling the GetUnfilteredTableMetadata API operation. Accepted values are:

Note: Each of these permission types follows a hierarchical order where each subsequent permission type includes all permission of the previous type.

Important: If you provide a supported permission type that doesn\'t match the user\'s level of permissions on the table, then Lake Formation raises an exception. For example, if the third-party engine calling the GetUnfilteredTableMetadata operation can enforce only column-level filtering, and the user has nested cell filtering applied on the table, Lake Formation throws an exception, and will not return unfiltered table metadata and data access credentials.

', ], ], 'PermissionTypeMismatchException' => [ 'base' => '

The operation timed out.

', 'refs' => [], ], 'PhysicalConnectionRequirements' => [ 'base' => '

The OAuth client app in GetConnection response.

', 'refs' => [ 'Connection$PhysicalConnectionRequirements' => '

The physical connection requirements, such as virtual private cloud (VPC) and SecurityGroup, that are needed to make this connection successfully.

', 'ConnectionInput$PhysicalConnectionRequirements' => '

The 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.

', ], ], 'PositiveInteger' => [ 'base' => NULL, 'refs' => [ 'ColumnStatisticsTaskRun$NumberOfWorkers' => '

The number of workers used to generate column statistics. The job is preconfigured to autoscale up to 25 instances.

', ], ], '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.

', 'GetUnfilteredTableMetadataResponse$RowFilter' => '

The filter that applies to the table. For example when applying the filter in SQL, it would go in the WHERE clause and can be evaluated by using an AND operator with any other predicates applied by the user querying the table.

', ], ], '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.

', ], ], 'ProfileConfiguration' => [ 'base' => '

Specifies the job and session values that an admin configures in an Glue usage profile.

', 'refs' => [ 'CreateUsageProfileRequest$Configuration' => '

A ProfileConfiguration object specifying the job and session values for the profile.

', 'GetUsageProfileResponse$Configuration' => '

A ProfileConfiguration object specifying the job and session values for the profile.

', 'UpdateUsageProfileRequest$Configuration' => '

A ProfileConfiguration object specifying the job and session values for the profile.

', ], ], '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' => [], ], 'PutDataQualityProfileAnnotationRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutDataQualityProfileAnnotationResponse' => [ 'base' => '

Left blank.

', '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' => [], ], 'QuerySessionContext' => [ 'base' => '

A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request\'s authorization context.

', 'refs' => [ 'GetUnfilteredPartitionMetadataRequest$QuerySessionContext' => '

A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request\'s authorization context.

', 'GetUnfilteredPartitionsMetadataRequest$QuerySessionContext' => '

A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request\'s authorization context.

', 'GetUnfilteredTableMetadataRequest$QuerySessionContext' => '

A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request\'s authorization context.

', ], ], '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.

', ], ], 'RecipeAction' => [ 'base' => '

Actions defined in the Glue Studio data preparation recipe node.

', 'refs' => [ 'RecipeStep$Action' => '

The transformation action of the recipe step.

', ], ], 'RecipeReference' => [ 'base' => '

A reference to a Glue DataBrew recipe.

', 'refs' => [ 'Recipe$RecipeReference' => '

A reference to the DataBrew recipe used by the node.

', ], ], 'RecipeStep' => [ 'base' => '

A recipe step used in a Glue Studio data preparation recipe node.

', 'refs' => [ 'RecipeSteps$member' => NULL, ], ], 'RecipeSteps' => [ 'base' => NULL, 'refs' => [ 'Recipe$RecipeSteps' => '

Transform steps used in the recipe 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.

', ], ], 'RedirectUri' => [ 'base' => NULL, 'refs' => [ 'AuthorizationCodeProperties$RedirectUri' => '

The redirect URI where the user gets redirected to by authorization server when issuing an authorization code. The URI is subsequently used when the authorization code is exchanged for an access token.

', ], ], '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.

', ], ], 'ReferenceDatasetsList' => [ 'base' => NULL, 'refs' => [ 'StatisticSummary$ReferencedDatasets' => '

The list of datasets referenced by the statistic.

', ], ], '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' => [], ], 'ResourceAction' => [ 'base' => NULL, 'refs' => [ 'TableStatus$Action' => '

Indicates which action was called on the table, currently only CREATE or UPDATE.

', ], ], '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.

', ], ], 'ResourceState' => [ 'base' => NULL, 'refs' => [ 'TableStatus$State' => '

A generic status for the change in progress, such as QUEUED, IN_PROGRESS, SUCCESS, or FAILED.

', 'ViewValidation$State' => '

The state of the validation.

', ], ], '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' => [ 'ColumnStatisticsTaskRun$Role' => '

The IAM role that the service assumes to generate statistics.

', '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. Currently, this parameter takes only one Ruleset name.

', '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.

', ], ], 'RunIdentifier' => [ 'base' => '

A run identifier.

', 'refs' => [ 'StatisticSummary$RunIdentifier' => '

The Run Identifier

', ], ], 'RunMetrics' => [ 'base' => '

Metrics for the optimizer run.

', 'refs' => [ 'TableOptimizerRun$metrics' => '

A RunMetrics object containing metrics for the optimizer 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 Supported Ray runtime environments 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.

', ], ], 'SampleSizePercentage' => [ 'base' => NULL, 'refs' => [ 'ColumnStatisticsTaskRun$SampleSize' => '

The percentage of rows used to generate statistics. If none is supplied, the entire table will be used to generate stats.

', 'StartColumnStatisticsTaskRunRequest$SampleSize' => '

The percentage of rows used to generate statistics. If none is supplied, the entire table will be used to generate stats.

', ], ], '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' => [], ], 'SecretArn' => [ 'base' => NULL, 'refs' => [ 'AuthenticationConfiguration$SecretArn' => '

The secret manager ARN to store credentials.

', 'AuthenticationConfigurationInput$SecretArn' => '

The secret manager ARN to store credentials in the CreateConnection request.

', ], ], '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. Possible values: GITHUB, AWS_CODE_COMMIT, GITLAB, BITBUCKET.

', 'UpdateSourceControlFromJobRequest$Provider' => '

The provider for the remote repository. Possible values: GITHUB, AWS_CODE_COMMIT, GITLAB, BITBUCKET.

', ], ], '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' => [], ], 'StartColumnStatisticsTaskRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartColumnStatisticsTaskRunResponse' => [ '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.

', ], ], 'StatisticAnnotation' => [ 'base' => '

A Statistic Annotation.

', 'refs' => [ 'AnnotationList$member' => NULL, ], ], 'StatisticEvaluationLevel' => [ 'base' => NULL, 'refs' => [ 'StatisticSummary$EvaluationLevel' => '

The evaluation level of the statistic. Possible values: Dataset, Column, Multicolumn.

', ], ], 'StatisticModelResult' => [ 'base' => '

The statistic model result.

', 'refs' => [ 'StatisticModelResults$member' => NULL, ], ], 'StatisticModelResults' => [ 'base' => NULL, 'refs' => [ 'GetDataQualityModelResultResponse$Model' => '

A list of StatisticModelResult

', ], ], 'StatisticNameString' => [ 'base' => NULL, 'refs' => [ 'StatisticSummary$StatisticName' => '

The name of the statistic.

', ], ], 'StatisticPropertiesMap' => [ 'base' => NULL, 'refs' => [ 'StatisticSummary$StatisticProperties' => '

A StatisticPropertiesMap, which contains a NameString and DescriptionString

', ], ], 'StatisticSummary' => [ 'base' => '

Summary information about a statistic.

', 'refs' => [ 'StatisticSummaryList$member' => NULL, ], ], 'StatisticSummaryList' => [ 'base' => '

A list of StatisticSummary.

', 'refs' => [ 'ListDataQualityStatisticsResponse$Statistics' => '

A StatisticSummaryList.

', ], ], 'StatusDetails' => [ 'base' => '

A structure containing information about an asynchronous change to a table.

', 'refs' => [ 'TableStatus$Details' => '

A StatusDetails object with information about the requested change.

', ], ], 'StopColumnStatisticsTaskRunRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopColumnStatisticsTaskRunResponse' => [ 'base' => NULL, 'refs' => [], ], '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.

', ], ], 'SupportedDialect' => [ 'base' => '

A structure specifying the dialect and dialect version used by the query engine.

', 'refs' => [ 'GetUnfilteredTableMetadataRequest$SupportedDialect' => '

A structure specifying the dialect and dialect version used by the query engine.

', ], ], '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.

', 'StatusDetails$RequestedChange' => '

A Table object representing the requested changes.

', 'TableList$member' => NULL, 'TableVersion$Table' => '

The table in question.

', ], ], 'TableAttributes' => [ 'base' => NULL, 'refs' => [ 'TableAttributesList$member' => NULL, ], ], 'TableAttributesList' => [ 'base' => NULL, 'refs' => [ 'GetTablesRequest$AttributesToGet' => '

Specifies the table fields returned by the GetTables call. This parameter doesn’t accept an empty list. The request must include NAME.

The following are the valid combinations of values:

', ], ], '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' => [ 'ColumnStatisticsTaskRun$TableName' => '

The name of the table for which column statistics is generated.

', 'MappingEntry$SourceTable' => '

The name of the source table.

', 'MappingEntry$TargetTable' => '

The target table.

', ], ], 'TableOptimizer' => [ 'base' => '

Contains details about an optimizer associated with a table.

', 'refs' => [ 'BatchTableOptimizer$tableOptimizer' => '

A TableOptimizer object that contains details on the configuration and last run of a table optimzer.

', 'GetTableOptimizerResponse$TableOptimizer' => '

The optimizer associated with the specified table.

', ], ], 'TableOptimizerConfiguration' => [ 'base' => '

Contains details on the configuration of a table optimizer. You pass this configuration when creating or updating a table optimizer.

', 'refs' => [ 'CreateTableOptimizerRequest$TableOptimizerConfiguration' => '

A TableOptimizerConfiguration object representing the configuration of a table optimizer.

', 'TableOptimizer$configuration' => '

A TableOptimizerConfiguration object that was specified when creating or updating a table optimizer.

', 'UpdateTableOptimizerRequest$TableOptimizerConfiguration' => '

A TableOptimizerConfiguration object representing the configuration of a table optimizer.

', ], ], 'TableOptimizerEventType' => [ 'base' => NULL, 'refs' => [ 'TableOptimizerRun$eventType' => '

An event type representing the status of the table optimizer run.

', ], ], 'TableOptimizerRun' => [ 'base' => '

Contains details for a table optimizer run.

', 'refs' => [ 'TableOptimizer$lastRun' => '

A TableOptimizerRun object representing the last run of the table optimizer.

', 'TableOptimizerRuns$member' => NULL, ], ], 'TableOptimizerRunTimestamp' => [ 'base' => NULL, 'refs' => [ 'TableOptimizerRun$startTimestamp' => '

Represents the epoch timestamp at which the compaction job was started within Lake Formation.

', 'TableOptimizerRun$endTimestamp' => '

Represents the epoch timestamp at which the compaction job ended.

', ], ], 'TableOptimizerRuns' => [ 'base' => NULL, 'refs' => [ 'ListTableOptimizerRunsResponse$TableOptimizerRuns' => '

A list of the optimizer runs associated with a table.

', ], ], 'TableOptimizerType' => [ 'base' => NULL, 'refs' => [ 'BatchGetTableOptimizerEntry$type' => '

The type of table optimizer.

', 'BatchGetTableOptimizerError$type' => '

The type of table optimizer.

', 'CreateTableOptimizerRequest$Type' => '

The type of table optimizer. Currently, the only valid value is compaction.

', 'DeleteTableOptimizerRequest$Type' => '

The type of table optimizer.

', 'GetTableOptimizerRequest$Type' => '

The type of table optimizer.

', 'ListTableOptimizerRunsRequest$Type' => '

The type of table optimizer. Currently, the only valid value is compaction.

', 'TableOptimizer$type' => '

The type of table optimizer. Currently, the only valid value is compaction.

', 'UpdateTableOptimizerRequest$Type' => '

The type of table optimizer. Currently, the only valid value is compaction.

', ], ], '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.

', ], ], 'TableStatus' => [ 'base' => '

A structure containing information about the state of an asynchronous change to a table.

', 'refs' => [ 'Table$Status' => NULL, ], ], '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.

', 'CreateUsageProfileRequest$Tags' => '

A list of tags applied to the usage profile.

', '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.

', ], ], 'TargetColumn' => [ 'base' => NULL, 'refs' => [ 'ConditionExpression$TargetColumn' => '

The target column of the condition expressions.

', ], ], '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) for batch jobs.

Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.

', '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) for batch jobs.

Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.

', '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 must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.

', '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) for batch jobs.

Streaming jobs must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.

', '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 must have timeout values less than 7 days or 10080 minutes. When the value is left blank, the job will be restarted after 7 days based if you have not setup a maintenance window. If you have setup maintenance window, it will be restarted during the maintenance window after 7 days.

', '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.

', 'ColumnStatisticsTaskRun$CreationTime' => '

The time that this task was created.

', 'ColumnStatisticsTaskRun$LastUpdated' => '

The last point in time when this task was modified.

', 'ColumnStatisticsTaskRun$StartTime' => '

The start time of the task.

', 'ColumnStatisticsTaskRun$EndTime' => '

The end time of the task.

', 'Connection$CreationTime' => '

The timestamp of the time that this connection definition was created.

', 'Connection$LastUpdatedTime' => '

The timestamp of the last time the connection definition was updated.

', 'Connection$LastConnectionValidationTime' => '

A timestamp of the time this connection was last validated.

', '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.

', 'GetDataQualityModelResponse$StartedOn' => '

The timestamp when the data quality model training started.

', 'GetDataQualityModelResponse$CompletedOn' => '

The timestamp when the data quality model training completed.

', 'GetDataQualityModelResultResponse$CompletedOn' => '

The timestamp when the data quality model training completed.

', '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.

', 'QuerySessionContext$QueryStartTime' => '

A timestamp provided by the query engine for when the query started.

', 'StatisticAnnotation$StatisticRecordedOn' => '

The timestamp when the annotated statistic was recorded.

', 'StatisticModelResult$Date' => '

The date.

', 'StatisticSummary$RecordedOn' => '

The timestamp when the statistic was recorded.

', '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.

', 'TableStatus$RequestTime' => '

An ISO 8601 formatted date string indicating the time that the change was initiated.

', 'TableStatus$UpdateTime' => '

An ISO 8601 formatted date string indicating the time that the state was last updated.

', '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.

', 'TimestampFilter$RecordedBefore' => '

The timestamp before which statistics should be included in the results.

', 'TimestampFilter$RecordedAfter' => '

The timestamp after which statistics should be included in the results.

', 'TimestampedInclusionAnnotation$LastModifiedOn' => '

The timestamp when the inclusion annotation was last modified.

', '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.

', 'ViewValidation$UpdateTime' => '

The time of the last update.

', 'XMLClassifier$CreationTime' => '

The time that this classifier was registered.

', 'XMLClassifier$LastUpdated' => '

The time that this classifier was last updated.

', ], ], 'TimestampFilter' => [ 'base' => '

A timestamp filter.

', 'refs' => [ 'ListDataQualityStatisticAnnotationsRequest$TimestampFilter' => '

A timestamp filter.

', 'ListDataQualityStatisticsRequest$TimestampFilter' => '

A timestamp filter.

', ], ], '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.

', 'GetUsageProfileResponse$CreatedOn' => '

The date and time when the usage profile was created.

', 'GetUsageProfileResponse$LastModifiedOn' => '

The date and time when the usage profile 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.

', 'Session$CompletedOn' => '

The date and time that this session is completed.

', 'UsageProfileDefinition$CreatedOn' => '

The date and time when the usage profile was created.

', 'UsageProfileDefinition$LastModifiedOn' => '

The date and time when the usage profile was last modified.

', '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.

', ], ], 'TimestampedInclusionAnnotation' => [ 'base' => '

A timestamped inclusion annotation.

', 'refs' => [ 'StatisticAnnotation$InclusionAnnotation' => '

The inclusion annotation applied to the statistic.

', 'StatisticSummary$InclusionAnnotation' => '

The inclusion annotation for the statistic.

', ], ], 'Token' => [ 'base' => NULL, 'refs' => [ 'GetClassifiersRequest$NextToken' => '

An optional continuation token.

', 'GetClassifiersResponse$NextToken' => '

A continuation token.

', 'GetColumnStatisticsTaskRunsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'GetColumnStatisticsTaskRunsResponse$NextToken' => '

A continuation token, if not all task runs have yet been returned.

', '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.

', 'ListColumnStatisticsTaskRunsRequest$NextToken' => '

A continuation token, if this is a continuation call.

', 'ListColumnStatisticsTaskRunsResponse$NextToken' => '

A continuation token, if not all task run IDs have yet been returned.

', '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.

', ], ], 'TokenUrl' => [ 'base' => NULL, 'refs' => [ 'OAuth2Properties$TokenUrl' => '

The URL of the provider\'s authentication server, to exchange an authorization code for an access token.

', 'OAuth2PropertiesInput$TokenUrl' => '

The URL of the provider\'s authentication server, to exchange an authorization code for an access token.

', ], ], 'TokenUrlParameterKey' => [ 'base' => NULL, 'refs' => [ 'TokenUrlParametersMap$key' => NULL, ], ], 'TokenUrlParameterValue' => [ 'base' => NULL, 'refs' => [ 'TokenUrlParametersMap$value' => NULL, ], ], 'TokenUrlParametersMap' => [ 'base' => NULL, 'refs' => [ 'OAuth2Properties$TokenUrlParametersMap' => '

A map of parameters that are added to the token GET request.

', 'OAuth2PropertiesInput$TokenUrlParametersMap' => '

A map of parameters that are added to the token GET request.

', ], ], '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' => [], ], 'UpdateTableOptimizerRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTableOptimizerResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTableRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTableResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTriggerRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTriggerResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateUsageProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateUsageProfileResponse' => [ '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.

', ], ], 'UsageProfileDefinition' => [ 'base' => '

Describes an Glue usage profile.

', 'refs' => [ 'UsageProfileDefinitionList$member' => NULL, ], ], 'UsageProfileDefinitionList' => [ 'base' => NULL, 'refs' => [ 'ListUsageProfilesResponse$Profiles' => '

A list of usage profile (UsageProfileDefinition) objects.

', ], ], '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.

', ], ], 'UserManagedClientApplicationClientId' => [ 'base' => NULL, 'refs' => [ 'OAuth2ClientApplication$UserManagedClientApplicationClientId' => '

The client application clientID if the ClientAppType is USER_MANAGED.

', ], ], 'ValidationException' => [ 'base' => '

A value could not be validated.

', 'refs' => [], ], 'ValueString' => [ 'base' => NULL, 'refs' => [ 'BoundedPartitionValueList$member' => NULL, 'ConnectionProperties$value' => NULL, 'GetUnfilteredPartitionMetadataRequest$Region' => '

Specified only if the base tables belong to a different Amazon Web Services Region.

', 'GetUnfilteredPartitionsMetadataRequest$Region' => '

Specified only if the base tables belong to a different Amazon Web Services Region.

', 'GetUnfilteredTableMetadataRequest$Region' => '

Specified only if the base tables belong to a different Amazon Web Services Region.

', '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:

', ], ], 'ViewDefinition' => [ 'base' => '

A structure containing details for representations.

', 'refs' => [ 'Table$ViewDefinition' => '

A structure that contains all the information that defines the view, including the dialect or dialects for the view, and the query.

', ], ], 'ViewDefinitionInput' => [ 'base' => '

A structure containing details for creating or updating an Glue view.

', 'refs' => [ 'TableInput$ViewDefinition' => '

A structure that contains all the information that defines the view, including the dialect or dialects for the view, and the query.

', ], ], 'ViewDialect' => [ 'base' => NULL, 'refs' => [ 'SupportedDialect$Dialect' => '

The dialect of the query engine.

', 'ViewRepresentation$Dialect' => '

The dialect of the query engine.

', 'ViewRepresentationInput$Dialect' => '

A parameter that specifies the engine type of a specific representation.

', 'ViewValidation$Dialect' => '

The dialect of the query engine.

', ], ], 'ViewDialectVersionString' => [ 'base' => NULL, 'refs' => [ 'SupportedDialect$DialectVersion' => '

The version of the dialect of the query engine. For example, 3.0.0.

', 'ViewRepresentation$DialectVersion' => '

The version of the dialect of the query engine. For example, 3.0.0.

', 'ViewRepresentationInput$DialectVersion' => '

A parameter that specifies the version of the engine of a specific representation.

', 'ViewValidation$DialectVersion' => '

The version of the dialect of the query engine. For example, 3.0.0.

', ], ], 'ViewRepresentation' => [ 'base' => '

A structure that contains the dialect of the view, and the query that defines the view.

', 'refs' => [ 'ViewRepresentationList$member' => NULL, ], ], 'ViewRepresentationInput' => [ 'base' => '

A structure containing details of a representation to update or create a Lake Formation view.

', 'refs' => [ 'ViewRepresentationInputList$member' => NULL, ], ], 'ViewRepresentationInputList' => [ 'base' => NULL, 'refs' => [ 'ViewDefinitionInput$Representations' => '

A list of structures that contains the dialect of the view, and the query that defines the view.

', ], ], 'ViewRepresentationList' => [ 'base' => NULL, 'refs' => [ 'ViewDefinition$Representations' => '

A list of representations.

', ], ], 'ViewSubObjectsList' => [ 'base' => NULL, 'refs' => [ 'ViewDefinition$SubObjects' => '

A list of table Amazon Resource Names (ARNs).

', 'ViewDefinitionInput$SubObjects' => '

A list of base table ARNs that make up the view.

', ], ], '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.

', 'ViewRepresentation$ViewOriginalText' => '

The SELECT query provided by the customer during CREATE VIEW DDL. This SQL is not used during a query on a view (ViewExpandedText is used instead). ViewOriginalText is used for cases like SHOW CREATE VIEW where users want to see the original DDL command that created the view.

', 'ViewRepresentation$ViewExpandedText' => '

The expanded SQL for the view. This SQL is used by engines while processing a query on a view. Engines may perform operations during view creation to transform ViewOriginalText to ViewExpandedText. For example:

', 'ViewRepresentationInput$ViewOriginalText' => '

A string that represents the original SQL query that describes the view.

', 'ViewRepresentationInput$ViewExpandedText' => '

A string that represents the SQL query that describes the view with expanded resource ARNs

', 'ViewValidation$ViewValidationText' => '

The SELECT query that defines the view, as provided by the customer.

', ], ], 'ViewUpdateAction' => [ 'base' => NULL, 'refs' => [ 'UpdateTableRequest$ViewUpdateAction' => '

The operation to be performed when updating the view.

', ], ], 'ViewValidation' => [ 'base' => '

A structure that contains information for an analytical engine to validate a view, prior to persisting the view metadata. Used in the case of direct UpdateTable or CreateTable API calls.

', 'refs' => [ 'ViewValidationList$member' => NULL, ], ], 'ViewValidationList' => [ 'base' => NULL, 'refs' => [ 'StatusDetails$ViewValidations' => '

A list of ViewValidation objects that contain information for an analytical engine to validate a view.

', ], ], '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.

', 'Session$WorkerType' => '

The type of predefined worker that is allocated when a session runs. Accepts a value of G.1X, G.2X, G.4X, or G.8X for Spark sessions. Accepts the value Z.2X for Ray sessions.

', '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.

', ], ], 'databaseNameString' => [ 'base' => NULL, 'refs' => [ 'BatchGetTableOptimizerEntry$databaseName' => '

The name of the database in the catalog in which the table resides.

', 'BatchGetTableOptimizerError$databaseName' => '

The name of the database in the catalog in which the table resides.

', 'BatchTableOptimizer$databaseName' => '

The name of the database in the catalog in which the table resides.

', ], ], 'double' => [ 'base' => NULL, 'refs' => [ 'StatisticSummary$DoubleValue' => '

The value of the statistic.

', ], ], 'tableNameString' => [ 'base' => NULL, 'refs' => [ 'BatchGetTableOptimizerEntry$tableName' => '

The name of the table.

', 'BatchGetTableOptimizerError$tableName' => '

The name of the table.

', 'BatchTableOptimizer$tableName' => '

The name of the table.

', ], ], ],]; diff --git a/src/data/neptune-graph/2023-11-29/api-2.json b/src/data/neptune-graph/2023-11-29/api-2.json index dd0a82063c..05f90a3b3c 100644 --- a/src/data/neptune-graph/2023-11-29/api-2.json +++ b/src/data/neptune-graph/2023-11-29/api-2.json @@ -603,6 +603,10 @@ "min":1, "pattern":"arn:.+" }, + "BlankNodeHandling":{ + "type":"string", + "enum":["convertToIri"] + }, "Boolean":{ "type":"boolean", "box":true @@ -764,6 +768,7 @@ "failOnError":{"shape":"Boolean"}, "source":{"shape":"String"}, "format":{"shape":"Format"}, + "blankNodeHandling":{"shape":"BlankNodeHandling"}, "roleArn":{"shape":"RoleArn"} } }, @@ -995,7 +1000,8 @@ "type":"string", "enum":[ "CSV", - "OPEN_CYPHER" + "OPEN_CYPHER", + "NTRIPLES" ] }, "GetGraphInput":{ @@ -1837,6 +1843,7 @@ "failOnError":{"shape":"Boolean"}, "source":{"shape":"String"}, "format":{"shape":"Format"}, + "blankNodeHandling":{"shape":"BlankNodeHandling"}, "graphIdentifier":{ "shape":"GraphIdentifier", "location":"uri", diff --git a/src/data/neptune-graph/2023-11-29/api-2.json.php b/src/data/neptune-graph/2023-11-29/api-2.json.php index 4279851da4..9928fdc526 100644 --- a/src/data/neptune-graph/2023-11-29/api-2.json.php +++ b/src/data/neptune-graph/2023-11-29/api-2.json.php @@ -1,3 +1,3 @@ '2.0', 'metadata' => [ 'apiVersion' => '2023-11-29', 'auth' => [ 'aws.auth#sigv4', ], 'endpointPrefix' => 'neptune-graph', 'protocol' => 'rest-json', 'protocols' => [ 'rest-json', ], 'ripServiceName' => 'neptune-graph', 'serviceAbbreviation' => 'Neptune Graph', 'serviceFullName' => 'Amazon Neptune Graph', 'serviceId' => 'Neptune Graph', 'signatureVersion' => 'v4', 'signingName' => 'neptune-graph', 'uid' => 'neptune-graph-2023-11-29', ], 'operations' => [ 'CancelImportTask' => [ 'name' => 'CancelImportTask', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/importtasks/{taskIdentifier}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'CancelImportTaskInput', ], 'output' => [ 'shape' => 'CancelImportTaskOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'CancelQuery' => [ 'name' => 'CancelQuery', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/queries/{queryId}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'CancelQueryInput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'endpoint' => [ 'hostPrefix' => '{graphIdentifier}.', ], 'idempotent' => true, 'staticContextParams' => [ 'ApiType' => [ 'value' => 'DataPlane', ], ], ], 'CreateGraph' => [ 'name' => 'CreateGraph', 'http' => [ 'method' => 'POST', 'requestUri' => '/graphs', 'responseCode' => 201, ], 'input' => [ 'shape' => 'CreateGraphInput', ], 'output' => [ 'shape' => 'CreateGraphOutput', ], 'errors' => [ [ 'shape' => 'ServiceQuotaExceededException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'CreateGraphSnapshot' => [ 'name' => 'CreateGraphSnapshot', 'http' => [ 'method' => 'POST', 'requestUri' => '/snapshots', 'responseCode' => 201, ], 'input' => [ 'shape' => 'CreateGraphSnapshotInput', ], 'output' => [ 'shape' => 'CreateGraphSnapshotOutput', ], 'errors' => [ [ 'shape' => 'ServiceQuotaExceededException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'CreateGraphUsingImportTask' => [ 'name' => 'CreateGraphUsingImportTask', 'http' => [ 'method' => 'POST', 'requestUri' => '/importtasks', 'responseCode' => 201, ], 'input' => [ 'shape' => 'CreateGraphUsingImportTaskInput', ], 'output' => [ 'shape' => 'CreateGraphUsingImportTaskOutput', ], 'errors' => [ [ 'shape' => 'ServiceQuotaExceededException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'CreatePrivateGraphEndpoint' => [ 'name' => 'CreatePrivateGraphEndpoint', 'http' => [ 'method' => 'POST', 'requestUri' => '/graphs/{graphIdentifier}/endpoints/', 'responseCode' => 201, ], 'input' => [ 'shape' => 'CreatePrivateGraphEndpointInput', ], 'output' => [ 'shape' => 'CreatePrivateGraphEndpointOutput', ], 'errors' => [ [ 'shape' => 'ServiceQuotaExceededException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'DeleteGraph' => [ 'name' => 'DeleteGraph', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/graphs/{graphIdentifier}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'DeleteGraphInput', ], 'output' => [ 'shape' => 'DeleteGraphOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'DeleteGraphSnapshot' => [ 'name' => 'DeleteGraphSnapshot', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/snapshots/{snapshotIdentifier}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'DeleteGraphSnapshotInput', ], 'output' => [ 'shape' => 'DeleteGraphSnapshotOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'DeletePrivateGraphEndpoint' => [ 'name' => 'DeletePrivateGraphEndpoint', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/graphs/{graphIdentifier}/endpoints/{vpcId}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'DeletePrivateGraphEndpointInput', ], 'output' => [ 'shape' => 'DeletePrivateGraphEndpointOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'ExecuteQuery' => [ 'name' => 'ExecuteQuery', 'http' => [ 'method' => 'POST', 'requestUri' => '/queries', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ExecuteQueryInput', ], 'output' => [ 'shape' => 'ExecuteQueryOutput', ], 'errors' => [ [ 'shape' => 'UnprocessableException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServerException', ], ], 'endpoint' => [ 'hostPrefix' => '{graphIdentifier}.', ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'DataPlane', ], ], ], 'GetGraph' => [ 'name' => 'GetGraph', 'http' => [ 'method' => 'GET', 'requestUri' => '/graphs/{graphIdentifier}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetGraphInput', ], 'output' => [ 'shape' => 'GetGraphOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'GetGraphSnapshot' => [ 'name' => 'GetGraphSnapshot', 'http' => [ 'method' => 'GET', 'requestUri' => '/snapshots/{snapshotIdentifier}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetGraphSnapshotInput', ], 'output' => [ 'shape' => 'GetGraphSnapshotOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'GetGraphSummary' => [ 'name' => 'GetGraphSummary', 'http' => [ 'method' => 'GET', 'requestUri' => '/summary', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetGraphSummaryInput', ], 'output' => [ 'shape' => 'GetGraphSummaryOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'endpoint' => [ 'hostPrefix' => '{graphIdentifier}.', ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'DataPlane', ], ], ], 'GetImportTask' => [ 'name' => 'GetImportTask', 'http' => [ 'method' => 'GET', 'requestUri' => '/importtasks/{taskIdentifier}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetImportTaskInput', ], 'output' => [ 'shape' => 'GetImportTaskOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'GetPrivateGraphEndpoint' => [ 'name' => 'GetPrivateGraphEndpoint', 'http' => [ 'method' => 'GET', 'requestUri' => '/graphs/{graphIdentifier}/endpoints/{vpcId}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetPrivateGraphEndpointInput', ], 'output' => [ 'shape' => 'GetPrivateGraphEndpointOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'GetQuery' => [ 'name' => 'GetQuery', 'http' => [ 'method' => 'GET', 'requestUri' => '/queries/{queryId}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetQueryInput', ], 'output' => [ 'shape' => 'GetQueryOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'endpoint' => [ 'hostPrefix' => '{graphIdentifier}.', ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'DataPlane', ], ], ], 'ListGraphSnapshots' => [ 'name' => 'ListGraphSnapshots', 'http' => [ 'method' => 'GET', 'requestUri' => '/snapshots', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListGraphSnapshotsInput', ], 'output' => [ 'shape' => 'ListGraphSnapshotsOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'ListGraphs' => [ 'name' => 'ListGraphs', 'http' => [ 'method' => 'GET', 'requestUri' => '/graphs', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListGraphsInput', ], 'output' => [ 'shape' => 'ListGraphsOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'ListImportTasks' => [ 'name' => 'ListImportTasks', 'http' => [ 'method' => 'GET', 'requestUri' => '/importtasks', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListImportTasksInput', ], 'output' => [ 'shape' => 'ListImportTasksOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'ListPrivateGraphEndpoints' => [ 'name' => 'ListPrivateGraphEndpoints', 'http' => [ 'method' => 'GET', 'requestUri' => '/graphs/{graphIdentifier}/endpoints/', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListPrivateGraphEndpointsInput', ], 'output' => [ 'shape' => 'ListPrivateGraphEndpointsOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'ListQueries' => [ 'name' => 'ListQueries', 'http' => [ 'method' => 'GET', 'requestUri' => '/queries', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListQueriesInput', ], 'output' => [ 'shape' => 'ListQueriesOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServerException', ], ], 'endpoint' => [ 'hostPrefix' => '{graphIdentifier}.', ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'DataPlane', ], ], ], 'ListTagsForResource' => [ 'name' => 'ListTagsForResource', 'http' => [ 'method' => 'GET', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListTagsForResourceInput', ], 'output' => [ 'shape' => 'ListTagsForResourceOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'ResetGraph' => [ 'name' => 'ResetGraph', 'http' => [ 'method' => 'PUT', 'requestUri' => '/graphs/{graphIdentifier}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ResetGraphInput', ], 'output' => [ 'shape' => 'ResetGraphOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'RestoreGraphFromSnapshot' => [ 'name' => 'RestoreGraphFromSnapshot', 'http' => [ 'method' => 'POST', 'requestUri' => '/snapshots/{snapshotIdentifier}/restore', 'responseCode' => 201, ], 'input' => [ 'shape' => 'RestoreGraphFromSnapshotInput', ], 'output' => [ 'shape' => 'RestoreGraphFromSnapshotOutput', ], 'errors' => [ [ 'shape' => 'ServiceQuotaExceededException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'StartImportTask' => [ 'name' => 'StartImportTask', 'http' => [ 'method' => 'POST', 'requestUri' => '/graphs/{graphIdentifier}/importtasks', 'responseCode' => 201, ], 'input' => [ 'shape' => 'StartImportTaskInput', ], 'output' => [ 'shape' => 'StartImportTaskOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'TagResource' => [ 'name' => 'TagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'TagResourceInput', ], 'output' => [ 'shape' => 'TagResourceOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'idempotent' => true, 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'UntagResource' => [ 'name' => 'UntagResource', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'UntagResourceInput', ], 'output' => [ 'shape' => 'UntagResourceOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'idempotent' => true, 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'UpdateGraph' => [ 'name' => 'UpdateGraph', 'http' => [ 'method' => 'PATCH', 'requestUri' => '/graphs/{graphIdentifier}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'UpdateGraphInput', ], 'output' => [ 'shape' => 'UpdateGraphOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], ], 'shapes' => [ 'AccessDeniedException' => [ 'type' => 'structure', 'required' => [ 'message', ], 'members' => [ 'message' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 403, 'senderFault' => true, ], 'exception' => true, ], 'Arn' => [ 'type' => 'string', 'max' => 1011, 'min' => 1, 'pattern' => 'arn:.+', ], 'Boolean' => [ 'type' => 'boolean', 'box' => true, ], 'CancelImportTaskInput' => [ 'type' => 'structure', 'required' => [ 'taskIdentifier', ], 'members' => [ 'taskIdentifier' => [ 'shape' => 'TaskId', 'location' => 'uri', 'locationName' => 'taskIdentifier', ], ], ], 'CancelImportTaskOutput' => [ 'type' => 'structure', 'required' => [ 'taskId', 'source', 'roleArn', 'status', ], 'members' => [ 'graphId' => [ 'shape' => 'GraphId', ], 'taskId' => [ 'shape' => 'TaskId', ], 'source' => [ 'shape' => 'String', ], 'format' => [ 'shape' => 'Format', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'status' => [ 'shape' => 'ImportTaskStatus', ], ], ], 'CancelQueryInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', 'queryId', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'hostLabel' => true, 'location' => 'header', 'locationName' => 'graphIdentifier', ], 'queryId' => [ 'shape' => 'String', 'location' => 'uri', 'locationName' => 'queryId', ], ], ], 'ConflictException' => [ 'type' => 'structure', 'required' => [ 'message', ], 'members' => [ 'message' => [ 'shape' => 'String', ], 'reason' => [ 'shape' => 'ConflictExceptionReason', ], ], 'error' => [ 'httpStatusCode' => 409, 'senderFault' => true, ], 'exception' => true, ], 'ConflictExceptionReason' => [ 'type' => 'string', 'enum' => [ 'CONCURRENT_MODIFICATION', ], ], 'CreateGraphInput' => [ 'type' => 'structure', 'required' => [ 'graphName', 'provisionedMemory', ], 'members' => [ 'graphName' => [ 'shape' => 'GraphName', ], 'tags' => [ 'shape' => 'TagMap', ], 'publicConnectivity' => [ 'shape' => 'Boolean', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], 'vectorSearchConfiguration' => [ 'shape' => 'VectorSearchConfiguration', ], 'replicaCount' => [ 'shape' => 'ReplicaCount', ], 'deletionProtection' => [ 'shape' => 'Boolean', ], 'provisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], ], ], 'CreateGraphOutput' => [ 'type' => 'structure', 'required' => [ 'id', 'name', 'arn', ], 'members' => [ 'id' => [ 'shape' => 'GraphId', ], 'name' => [ 'shape' => 'GraphName', ], 'arn' => [ 'shape' => 'String', ], 'status' => [ 'shape' => 'GraphStatus', ], 'statusReason' => [ 'shape' => 'String', ], 'createTime' => [ 'shape' => 'Timestamp', ], 'provisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], 'endpoint' => [ 'shape' => 'String', ], 'publicConnectivity' => [ 'shape' => 'Boolean', ], 'vectorSearchConfiguration' => [ 'shape' => 'VectorSearchConfiguration', ], 'replicaCount' => [ 'shape' => 'ReplicaCount', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], 'sourceSnapshotId' => [ 'shape' => 'SnapshotId', ], 'deletionProtection' => [ 'shape' => 'Boolean', ], 'buildNumber' => [ 'shape' => 'String', ], ], ], 'CreateGraphSnapshotInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', 'snapshotName', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', ], 'snapshotName' => [ 'shape' => 'SnapshotName', ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'CreateGraphSnapshotOutput' => [ 'type' => 'structure', 'required' => [ 'id', 'name', 'arn', ], 'members' => [ 'id' => [ 'shape' => 'SnapshotId', ], 'name' => [ 'shape' => 'SnapshotName', ], 'arn' => [ 'shape' => 'String', ], 'sourceGraphId' => [ 'shape' => 'GraphId', ], 'snapshotCreateTime' => [ 'shape' => 'Timestamp', ], 'status' => [ 'shape' => 'SnapshotStatus', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], ], ], 'CreateGraphUsingImportTaskInput' => [ 'type' => 'structure', 'required' => [ 'graphName', 'source', 'roleArn', ], 'members' => [ 'graphName' => [ 'shape' => 'GraphName', ], 'tags' => [ 'shape' => 'TagMap', ], 'publicConnectivity' => [ 'shape' => 'Boolean', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], 'vectorSearchConfiguration' => [ 'shape' => 'VectorSearchConfiguration', ], 'replicaCount' => [ 'shape' => 'ReplicaCount', ], 'deletionProtection' => [ 'shape' => 'Boolean', ], 'importOptions' => [ 'shape' => 'ImportOptions', ], 'maxProvisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], 'minProvisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], 'failOnError' => [ 'shape' => 'Boolean', ], 'source' => [ 'shape' => 'String', ], 'format' => [ 'shape' => 'Format', ], 'roleArn' => [ 'shape' => 'RoleArn', ], ], ], 'CreateGraphUsingImportTaskOutput' => [ 'type' => 'structure', 'required' => [ 'taskId', 'source', 'roleArn', 'status', ], 'members' => [ 'graphId' => [ 'shape' => 'GraphId', ], 'taskId' => [ 'shape' => 'TaskId', ], 'source' => [ 'shape' => 'String', ], 'format' => [ 'shape' => 'Format', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'status' => [ 'shape' => 'ImportTaskStatus', ], 'importOptions' => [ 'shape' => 'ImportOptions', ], ], ], 'CreatePrivateGraphEndpointInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'location' => 'uri', 'locationName' => 'graphIdentifier', ], 'vpcId' => [ 'shape' => 'VpcId', ], 'subnetIds' => [ 'shape' => 'SubnetIds', ], 'vpcSecurityGroupIds' => [ 'shape' => 'SecurityGroupIds', ], ], ], 'CreatePrivateGraphEndpointOutput' => [ 'type' => 'structure', 'required' => [ 'vpcId', 'subnetIds', 'status', ], 'members' => [ 'vpcId' => [ 'shape' => 'VpcId', ], 'subnetIds' => [ 'shape' => 'SubnetIds', ], 'status' => [ 'shape' => 'PrivateGraphEndpointStatus', ], 'vpcEndpointId' => [ 'shape' => 'VpcEndpointId', ], ], ], 'DeleteGraphInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', 'skipSnapshot', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'location' => 'uri', 'locationName' => 'graphIdentifier', ], 'skipSnapshot' => [ 'shape' => 'Boolean', 'location' => 'querystring', 'locationName' => 'skipSnapshot', ], ], ], 'DeleteGraphOutput' => [ 'type' => 'structure', 'required' => [ 'id', 'name', 'arn', ], 'members' => [ 'id' => [ 'shape' => 'GraphId', ], 'name' => [ 'shape' => 'GraphName', ], 'arn' => [ 'shape' => 'String', ], 'status' => [ 'shape' => 'GraphStatus', ], 'statusReason' => [ 'shape' => 'String', ], 'createTime' => [ 'shape' => 'Timestamp', ], 'provisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], 'endpoint' => [ 'shape' => 'String', ], 'publicConnectivity' => [ 'shape' => 'Boolean', ], 'vectorSearchConfiguration' => [ 'shape' => 'VectorSearchConfiguration', ], 'replicaCount' => [ 'shape' => 'ReplicaCount', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], 'sourceSnapshotId' => [ 'shape' => 'SnapshotId', ], 'deletionProtection' => [ 'shape' => 'Boolean', ], 'buildNumber' => [ 'shape' => 'String', ], ], ], 'DeleteGraphSnapshotInput' => [ 'type' => 'structure', 'required' => [ 'snapshotIdentifier', ], 'members' => [ 'snapshotIdentifier' => [ 'shape' => 'SnapshotIdentifier', 'location' => 'uri', 'locationName' => 'snapshotIdentifier', ], ], ], 'DeleteGraphSnapshotOutput' => [ 'type' => 'structure', 'required' => [ 'id', 'name', 'arn', ], 'members' => [ 'id' => [ 'shape' => 'SnapshotId', ], 'name' => [ 'shape' => 'SnapshotName', ], 'arn' => [ 'shape' => 'String', ], 'sourceGraphId' => [ 'shape' => 'GraphId', ], 'snapshotCreateTime' => [ 'shape' => 'Timestamp', ], 'status' => [ 'shape' => 'SnapshotStatus', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], ], ], 'DeletePrivateGraphEndpointInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', 'vpcId', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'location' => 'uri', 'locationName' => 'graphIdentifier', ], 'vpcId' => [ 'shape' => 'VpcId', 'location' => 'uri', 'locationName' => 'vpcId', ], ], ], 'DeletePrivateGraphEndpointOutput' => [ 'type' => 'structure', 'required' => [ 'vpcId', 'subnetIds', 'status', ], 'members' => [ 'vpcId' => [ 'shape' => 'VpcId', ], 'subnetIds' => [ 'shape' => 'SubnetIds', ], 'status' => [ 'shape' => 'PrivateGraphEndpointStatus', ], 'vpcEndpointId' => [ 'shape' => 'VpcEndpointId', ], ], ], 'Document' => [ 'type' => 'structure', 'members' => [], 'document' => true, ], 'DocumentValuedMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'String', ], 'value' => [ 'shape' => 'Document', ], ], 'EdgeLabels' => [ 'type' => 'list', 'member' => [ 'shape' => 'String', ], ], 'EdgeProperties' => [ 'type' => 'list', 'member' => [ 'shape' => 'String', ], ], 'EdgeStructure' => [ 'type' => 'structure', 'members' => [ 'count' => [ 'shape' => 'Long', ], 'edgeProperties' => [ 'shape' => 'EdgeProperties', ], ], ], 'EdgeStructures' => [ 'type' => 'list', 'member' => [ 'shape' => 'EdgeStructure', ], ], 'ExecuteQueryInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', 'queryString', 'language', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'hostLabel' => true, 'location' => 'header', 'locationName' => 'graphIdentifier', ], 'queryString' => [ 'shape' => 'String', 'locationName' => 'query', ], 'language' => [ 'shape' => 'QueryLanguage', ], 'parameters' => [ 'shape' => 'DocumentValuedMap', ], 'planCache' => [ 'shape' => 'PlanCacheType', ], 'explainMode' => [ 'shape' => 'ExplainMode', 'locationName' => 'explain', ], 'queryTimeoutMilliseconds' => [ 'shape' => 'Integer', ], ], ], 'ExecuteQueryOutput' => [ 'type' => 'structure', 'required' => [ 'payload', ], 'members' => [ 'payload' => [ 'shape' => 'QueryResponseBlob', ], ], 'payload' => 'payload', ], 'ExplainMode' => [ 'type' => 'string', 'enum' => [ 'STATIC', 'DETAILS', ], ], 'Format' => [ 'type' => 'string', 'enum' => [ 'CSV', 'OPEN_CYPHER', ], ], 'GetGraphInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'location' => 'uri', 'locationName' => 'graphIdentifier', ], ], ], 'GetGraphOutput' => [ 'type' => 'structure', 'required' => [ 'id', 'name', 'arn', ], 'members' => [ 'id' => [ 'shape' => 'GraphId', ], 'name' => [ 'shape' => 'GraphName', ], 'arn' => [ 'shape' => 'String', ], 'status' => [ 'shape' => 'GraphStatus', ], 'statusReason' => [ 'shape' => 'String', ], 'createTime' => [ 'shape' => 'Timestamp', ], 'provisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], 'endpoint' => [ 'shape' => 'String', ], 'publicConnectivity' => [ 'shape' => 'Boolean', ], 'vectorSearchConfiguration' => [ 'shape' => 'VectorSearchConfiguration', ], 'replicaCount' => [ 'shape' => 'ReplicaCount', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], 'sourceSnapshotId' => [ 'shape' => 'SnapshotId', ], 'deletionProtection' => [ 'shape' => 'Boolean', ], 'buildNumber' => [ 'shape' => 'String', ], ], ], 'GetGraphSnapshotInput' => [ 'type' => 'structure', 'required' => [ 'snapshotIdentifier', ], 'members' => [ 'snapshotIdentifier' => [ 'shape' => 'SnapshotIdentifier', 'location' => 'uri', 'locationName' => 'snapshotIdentifier', ], ], ], 'GetGraphSnapshotOutput' => [ 'type' => 'structure', 'required' => [ 'id', 'name', 'arn', ], 'members' => [ 'id' => [ 'shape' => 'SnapshotId', ], 'name' => [ 'shape' => 'SnapshotName', ], 'arn' => [ 'shape' => 'String', ], 'sourceGraphId' => [ 'shape' => 'GraphId', ], 'snapshotCreateTime' => [ 'shape' => 'Timestamp', ], 'status' => [ 'shape' => 'SnapshotStatus', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], ], ], 'GetGraphSummaryInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'hostLabel' => true, 'location' => 'header', 'locationName' => 'graphIdentifier', ], 'mode' => [ 'shape' => 'GraphSummaryMode', 'location' => 'querystring', 'locationName' => 'mode', ], ], ], 'GetGraphSummaryOutput' => [ 'type' => 'structure', 'members' => [ 'version' => [ 'shape' => 'String', ], 'lastStatisticsComputationTime' => [ 'shape' => 'SyntheticTimestamp_date_time', ], 'graphSummary' => [ 'shape' => 'GraphDataSummary', ], ], ], 'GetImportTaskInput' => [ 'type' => 'structure', 'required' => [ 'taskIdentifier', ], 'members' => [ 'taskIdentifier' => [ 'shape' => 'TaskId', 'location' => 'uri', 'locationName' => 'taskIdentifier', ], ], ], 'GetImportTaskOutput' => [ 'type' => 'structure', 'required' => [ 'taskId', 'source', 'roleArn', 'status', ], 'members' => [ 'graphId' => [ 'shape' => 'GraphId', ], 'taskId' => [ 'shape' => 'TaskId', ], 'source' => [ 'shape' => 'String', ], 'format' => [ 'shape' => 'Format', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'status' => [ 'shape' => 'ImportTaskStatus', ], 'importOptions' => [ 'shape' => 'ImportOptions', ], 'importTaskDetails' => [ 'shape' => 'ImportTaskDetails', ], 'attemptNumber' => [ 'shape' => 'Integer', ], 'statusReason' => [ 'shape' => 'String', ], ], ], 'GetPrivateGraphEndpointInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', 'vpcId', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'location' => 'uri', 'locationName' => 'graphIdentifier', ], 'vpcId' => [ 'shape' => 'VpcId', 'location' => 'uri', 'locationName' => 'vpcId', ], ], ], 'GetPrivateGraphEndpointOutput' => [ 'type' => 'structure', 'required' => [ 'vpcId', 'subnetIds', 'status', ], 'members' => [ 'vpcId' => [ 'shape' => 'VpcId', ], 'subnetIds' => [ 'shape' => 'SubnetIds', ], 'status' => [ 'shape' => 'PrivateGraphEndpointStatus', ], 'vpcEndpointId' => [ 'shape' => 'VpcEndpointId', ], ], ], 'GetQueryInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', 'queryId', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'hostLabel' => true, 'location' => 'header', 'locationName' => 'graphIdentifier', ], 'queryId' => [ 'shape' => 'String', 'location' => 'uri', 'locationName' => 'queryId', ], ], ], 'GetQueryOutput' => [ 'type' => 'structure', 'members' => [ 'id' => [ 'shape' => 'String', ], 'queryString' => [ 'shape' => 'String', ], 'waited' => [ 'shape' => 'Integer', ], 'elapsed' => [ 'shape' => 'Integer', ], 'state' => [ 'shape' => 'QueryState', ], ], ], 'GraphDataSummary' => [ 'type' => 'structure', 'members' => [ 'numNodes' => [ 'shape' => 'Long', ], 'numEdges' => [ 'shape' => 'Long', ], 'numNodeLabels' => [ 'shape' => 'Long', ], 'numEdgeLabels' => [ 'shape' => 'Long', ], 'nodeLabels' => [ 'shape' => 'NodeLabels', ], 'edgeLabels' => [ 'shape' => 'EdgeLabels', ], 'numNodeProperties' => [ 'shape' => 'Long', ], 'numEdgeProperties' => [ 'shape' => 'Long', ], 'nodeProperties' => [ 'shape' => 'LongValuedMapList', ], 'edgeProperties' => [ 'shape' => 'LongValuedMapList', ], 'totalNodePropertyValues' => [ 'shape' => 'Long', ], 'totalEdgePropertyValues' => [ 'shape' => 'Long', ], 'nodeStructures' => [ 'shape' => 'NodeStructures', ], 'edgeStructures' => [ 'shape' => 'EdgeStructures', ], ], ], 'GraphId' => [ 'type' => 'string', 'pattern' => 'g-[a-z0-9]{10}', ], 'GraphIdentifier' => [ 'type' => 'string', 'pattern' => 'g-[a-z0-9]{10}', ], 'GraphName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '(?!g-)[a-z][a-z0-9]*(-[a-z0-9]+)*', ], 'GraphSnapshotSummary' => [ 'type' => 'structure', 'required' => [ 'id', 'name', 'arn', ], 'members' => [ 'id' => [ 'shape' => 'SnapshotId', ], 'name' => [ 'shape' => 'SnapshotName', ], 'arn' => [ 'shape' => 'String', ], 'sourceGraphId' => [ 'shape' => 'GraphId', ], 'snapshotCreateTime' => [ 'shape' => 'Timestamp', ], 'status' => [ 'shape' => 'SnapshotStatus', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], ], ], 'GraphSnapshotSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'GraphSnapshotSummary', ], ], 'GraphStatus' => [ 'type' => 'string', 'enum' => [ 'CREATING', 'AVAILABLE', 'DELETING', 'RESETTING', 'UPDATING', 'SNAPSHOTTING', 'FAILED', 'IMPORTING', ], ], 'GraphSummary' => [ 'type' => 'structure', 'required' => [ 'id', 'name', 'arn', ], 'members' => [ 'id' => [ 'shape' => 'GraphId', ], 'name' => [ 'shape' => 'GraphName', ], 'arn' => [ 'shape' => 'String', ], 'status' => [ 'shape' => 'GraphStatus', ], 'provisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], 'publicConnectivity' => [ 'shape' => 'Boolean', ], 'endpoint' => [ 'shape' => 'String', ], 'replicaCount' => [ 'shape' => 'ReplicaCount', ], 'kmsKeyIdentifier' => [ 'shape' => 'String', ], 'deletionProtection' => [ 'shape' => 'Boolean', ], ], ], 'GraphSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'GraphSummary', ], ], 'GraphSummaryMode' => [ 'type' => 'string', 'enum' => [ 'BASIC', 'DETAILED', ], ], 'ImportOptions' => [ 'type' => 'structure', 'members' => [ 'neptune' => [ 'shape' => 'NeptuneImportOptions', ], ], 'union' => true, ], 'ImportTaskDetails' => [ 'type' => 'structure', 'required' => [ 'status', 'startTime', 'timeElapsedSeconds', 'progressPercentage', 'errorCount', 'statementCount', 'dictionaryEntryCount', ], 'members' => [ 'status' => [ 'shape' => 'String', ], 'startTime' => [ 'shape' => 'Timestamp', ], 'timeElapsedSeconds' => [ 'shape' => 'Long', ], 'progressPercentage' => [ 'shape' => 'Integer', ], 'errorCount' => [ 'shape' => 'Integer', ], 'errorDetails' => [ 'shape' => 'String', ], 'statementCount' => [ 'shape' => 'Long', ], 'dictionaryEntryCount' => [ 'shape' => 'Long', ], ], ], 'ImportTaskStatus' => [ 'type' => 'string', 'enum' => [ 'INITIALIZING', 'EXPORTING', 'ANALYZING_DATA', 'IMPORTING', 'REPROVISIONING', 'ROLLING_BACK', 'SUCCEEDED', 'FAILED', 'CANCELLING', 'CANCELLED', ], ], 'ImportTaskSummary' => [ 'type' => 'structure', 'required' => [ 'taskId', 'source', 'roleArn', 'status', ], 'members' => [ 'graphId' => [ 'shape' => 'GraphId', ], 'taskId' => [ 'shape' => 'TaskId', ], 'source' => [ 'shape' => 'String', ], 'format' => [ 'shape' => 'Format', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'status' => [ 'shape' => 'ImportTaskStatus', ], ], ], 'ImportTaskSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ImportTaskSummary', ], ], 'Integer' => [ 'type' => 'integer', 'box' => true, ], 'InternalServerException' => [ 'type' => 'structure', 'required' => [ 'message', ], 'members' => [ 'message' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 500, ], 'exception' => true, 'fault' => true, 'retryable' => [ 'throttling' => false, ], ], 'KmsKeyArn' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => 'arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}', ], 'ListGraphSnapshotsInput' => [ 'type' => 'structure', 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'location' => 'querystring', 'locationName' => 'graphIdentifier', ], 'nextToken' => [ 'shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListGraphSnapshotsOutput' => [ 'type' => 'structure', 'required' => [ 'graphSnapshots', ], 'members' => [ 'graphSnapshots' => [ 'shape' => 'GraphSnapshotSummaryList', ], 'nextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListGraphsInput' => [ 'type' => 'structure', 'members' => [ 'nextToken' => [ 'shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListGraphsOutput' => [ 'type' => 'structure', 'required' => [ 'graphs', ], 'members' => [ 'graphs' => [ 'shape' => 'GraphSummaryList', ], 'nextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListImportTasksInput' => [ 'type' => 'structure', 'members' => [ 'nextToken' => [ 'shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListImportTasksOutput' => [ 'type' => 'structure', 'required' => [ 'tasks', ], 'members' => [ 'tasks' => [ 'shape' => 'ImportTaskSummaryList', ], 'nextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListPrivateGraphEndpointsInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'location' => 'uri', 'locationName' => 'graphIdentifier', ], 'nextToken' => [ 'shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListPrivateGraphEndpointsOutput' => [ 'type' => 'structure', 'required' => [ 'privateGraphEndpoints', ], 'members' => [ 'privateGraphEndpoints' => [ 'shape' => 'PrivateGraphEndpointSummaryList', ], 'nextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListQueriesInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', 'maxResults', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'hostLabel' => true, 'location' => 'header', 'locationName' => 'graphIdentifier', ], 'maxResults' => [ 'shape' => 'Integer', 'location' => 'querystring', 'locationName' => 'maxResults', ], 'state' => [ 'shape' => 'QueryStateInput', 'location' => 'querystring', 'locationName' => 'state', ], ], ], 'ListQueriesOutput' => [ 'type' => 'structure', 'required' => [ 'queries', ], 'members' => [ 'queries' => [ 'shape' => 'QuerySummaryList', ], ], ], 'ListTagsForResourceInput' => [ 'type' => 'structure', 'required' => [ 'resourceArn', ], 'members' => [ 'resourceArn' => [ 'shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn', ], ], ], 'ListTagsForResourceOutput' => [ 'type' => 'structure', 'members' => [ 'tags' => [ 'shape' => 'TagMap', ], ], ], 'Long' => [ 'type' => 'long', 'box' => true, ], 'LongValuedMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'String', ], 'value' => [ 'shape' => 'Long', ], ], 'LongValuedMapList' => [ 'type' => 'list', 'member' => [ 'shape' => 'LongValuedMap', ], ], 'MaxResults' => [ 'type' => 'integer', 'box' => true, 'max' => 100, 'min' => 1, ], 'NeptuneImportOptions' => [ 'type' => 'structure', 'required' => [ 's3ExportPath', 's3ExportKmsKeyId', ], 'members' => [ 's3ExportPath' => [ 'shape' => 'NeptuneImportOptionsS3ExportPathString', ], 's3ExportKmsKeyId' => [ 'shape' => 'NeptuneImportOptionsS3ExportKmsKeyIdString', ], 'preserveDefaultVertexLabels' => [ 'shape' => 'Boolean', ], 'preserveEdgeIds' => [ 'shape' => 'Boolean', ], ], ], 'NeptuneImportOptionsS3ExportKmsKeyIdString' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, ], 'NeptuneImportOptionsS3ExportPathString' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, ], 'NodeLabels' => [ 'type' => 'list', 'member' => [ 'shape' => 'String', ], ], 'NodeProperties' => [ 'type' => 'list', 'member' => [ 'shape' => 'String', ], ], 'NodeStructure' => [ 'type' => 'structure', 'members' => [ 'count' => [ 'shape' => 'Long', ], 'nodeProperties' => [ 'shape' => 'NodeProperties', ], 'distinctOutgoingEdgeLabels' => [ 'shape' => 'OutgoingEdgeLabels', ], ], ], 'NodeStructures' => [ 'type' => 'list', 'member' => [ 'shape' => 'NodeStructure', ], ], 'OutgoingEdgeLabels' => [ 'type' => 'list', 'member' => [ 'shape' => 'String', ], ], 'PaginationToken' => [ 'type' => 'string', 'max' => 8192, 'min' => 1, ], 'PlanCacheType' => [ 'type' => 'string', 'enum' => [ 'ENABLED', 'DISABLED', 'AUTO', ], ], 'PrivateGraphEndpointStatus' => [ 'type' => 'string', 'enum' => [ 'CREATING', 'AVAILABLE', 'DELETING', 'FAILED', ], ], 'PrivateGraphEndpointSummary' => [ 'type' => 'structure', 'required' => [ 'vpcId', 'subnetIds', 'status', ], 'members' => [ 'vpcId' => [ 'shape' => 'VpcId', ], 'subnetIds' => [ 'shape' => 'SubnetIds', ], 'status' => [ 'shape' => 'PrivateGraphEndpointStatus', ], 'vpcEndpointId' => [ 'shape' => 'VpcEndpointId', ], ], ], 'PrivateGraphEndpointSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PrivateGraphEndpointSummary', ], ], 'ProvisionedMemory' => [ 'type' => 'integer', 'box' => true, 'max' => 24576, 'min' => 32, ], 'QueryLanguage' => [ 'type' => 'string', 'enum' => [ 'OPEN_CYPHER', ], ], 'QueryResponseBlob' => [ 'type' => 'blob', 'streaming' => true, ], 'QueryState' => [ 'type' => 'string', 'enum' => [ 'RUNNING', 'WAITING', 'CANCELLING', ], ], 'QueryStateInput' => [ 'type' => 'string', 'enum' => [ 'ALL', 'RUNNING', 'WAITING', 'CANCELLING', ], ], 'QuerySummary' => [ 'type' => 'structure', 'members' => [ 'id' => [ 'shape' => 'String', ], 'queryString' => [ 'shape' => 'String', ], 'waited' => [ 'shape' => 'Integer', ], 'elapsed' => [ 'shape' => 'Integer', ], 'state' => [ 'shape' => 'QueryState', ], ], ], 'QuerySummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'QuerySummary', ], ], 'ReplicaCount' => [ 'type' => 'integer', 'box' => true, 'max' => 2, 'min' => 0, ], 'ResetGraphInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', 'skipSnapshot', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'location' => 'uri', 'locationName' => 'graphIdentifier', ], 'skipSnapshot' => [ 'shape' => 'Boolean', ], ], ], 'ResetGraphOutput' => [ 'type' => 'structure', 'required' => [ 'id', 'name', 'arn', ], 'members' => [ 'id' => [ 'shape' => 'GraphId', ], 'name' => [ 'shape' => 'GraphName', ], 'arn' => [ 'shape' => 'String', ], 'status' => [ 'shape' => 'GraphStatus', ], 'statusReason' => [ 'shape' => 'String', ], 'createTime' => [ 'shape' => 'Timestamp', ], 'provisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], 'endpoint' => [ 'shape' => 'String', ], 'publicConnectivity' => [ 'shape' => 'Boolean', ], 'vectorSearchConfiguration' => [ 'shape' => 'VectorSearchConfiguration', ], 'replicaCount' => [ 'shape' => 'ReplicaCount', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], 'sourceSnapshotId' => [ 'shape' => 'SnapshotId', ], 'deletionProtection' => [ 'shape' => 'Boolean', ], 'buildNumber' => [ 'shape' => 'String', ], ], ], 'ResourceNotFoundException' => [ 'type' => 'structure', 'required' => [ 'message', ], 'members' => [ 'message' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 404, 'senderFault' => true, ], 'exception' => true, ], 'RestoreGraphFromSnapshotInput' => [ 'type' => 'structure', 'required' => [ 'snapshotIdentifier', 'graphName', ], 'members' => [ 'snapshotIdentifier' => [ 'shape' => 'SnapshotIdentifier', 'location' => 'uri', 'locationName' => 'snapshotIdentifier', ], 'graphName' => [ 'shape' => 'GraphName', ], 'provisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], 'deletionProtection' => [ 'shape' => 'Boolean', ], 'tags' => [ 'shape' => 'TagMap', ], 'replicaCount' => [ 'shape' => 'ReplicaCount', ], 'publicConnectivity' => [ 'shape' => 'Boolean', ], ], ], 'RestoreGraphFromSnapshotOutput' => [ 'type' => 'structure', 'required' => [ 'id', 'name', 'arn', ], 'members' => [ 'id' => [ 'shape' => 'GraphId', ], 'name' => [ 'shape' => 'GraphName', ], 'arn' => [ 'shape' => 'String', ], 'status' => [ 'shape' => 'GraphStatus', ], 'statusReason' => [ 'shape' => 'String', ], 'createTime' => [ 'shape' => 'Timestamp', ], 'provisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], 'endpoint' => [ 'shape' => 'String', ], 'publicConnectivity' => [ 'shape' => 'Boolean', ], 'vectorSearchConfiguration' => [ 'shape' => 'VectorSearchConfiguration', ], 'replicaCount' => [ 'shape' => 'ReplicaCount', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], 'sourceSnapshotId' => [ 'shape' => 'SnapshotId', ], 'deletionProtection' => [ 'shape' => 'Boolean', ], 'buildNumber' => [ 'shape' => 'String', ], ], ], 'RoleArn' => [ 'type' => 'string', 'pattern' => 'arn:aws[^:]*:iam::\\d{12}:(role|role/service-role)/[\\w+=,.@-]*', ], 'SecurityGroupId' => [ 'type' => 'string', 'pattern' => 'sg-[a-z0-9]+', ], 'SecurityGroupIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'SecurityGroupId', ], 'max' => 10, 'min' => 1, ], 'ServiceQuotaExceededException' => [ 'type' => 'structure', 'required' => [ 'message', ], 'members' => [ 'message' => [ 'shape' => 'String', ], 'resourceId' => [ 'shape' => 'String', ], 'resourceType' => [ 'shape' => 'String', ], 'serviceCode' => [ 'shape' => 'String', ], 'quotaCode' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 402, 'senderFault' => true, ], 'exception' => true, ], 'SnapshotId' => [ 'type' => 'string', 'pattern' => 'gs-[a-z0-9]{10}', ], 'SnapshotIdentifier' => [ 'type' => 'string', 'pattern' => 'gs-[a-z0-9]{10}', ], 'SnapshotName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '(?!gs-)[a-z][a-z0-9]*(-[a-z0-9]+)*', ], 'SnapshotStatus' => [ 'type' => 'string', 'enum' => [ 'CREATING', 'AVAILABLE', 'DELETING', 'FAILED', ], ], 'StartImportTaskInput' => [ 'type' => 'structure', 'required' => [ 'source', 'graphIdentifier', 'roleArn', ], 'members' => [ 'importOptions' => [ 'shape' => 'ImportOptions', ], 'failOnError' => [ 'shape' => 'Boolean', ], 'source' => [ 'shape' => 'String', ], 'format' => [ 'shape' => 'Format', ], 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'location' => 'uri', 'locationName' => 'graphIdentifier', ], 'roleArn' => [ 'shape' => 'RoleArn', ], ], ], 'StartImportTaskOutput' => [ 'type' => 'structure', 'required' => [ 'taskId', 'source', 'roleArn', 'status', ], 'members' => [ 'graphId' => [ 'shape' => 'GraphId', ], 'taskId' => [ 'shape' => 'TaskId', ], 'source' => [ 'shape' => 'String', ], 'format' => [ 'shape' => 'Format', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'status' => [ 'shape' => 'ImportTaskStatus', ], 'importOptions' => [ 'shape' => 'ImportOptions', ], ], ], 'String' => [ 'type' => 'string', ], 'SubnetId' => [ 'type' => 'string', 'pattern' => 'subnet-[a-z0-9]+', ], 'SubnetIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'SubnetId', ], 'max' => 6, 'min' => 1, ], 'SyntheticTimestamp_date_time' => [ 'type' => 'timestamp', 'timestampFormat' => 'iso8601', ], 'TagKey' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '(?!aws:)[a-zA-Z+-=._:/]+', ], 'TagKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagKey', ], 'max' => 50, 'min' => 0, ], 'TagMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'TagKey', ], 'value' => [ 'shape' => 'TagValue', ], 'max' => 50, 'min' => 0, ], 'TagResourceInput' => [ 'type' => 'structure', 'required' => [ 'resourceArn', 'tags', ], 'members' => [ 'resourceArn' => [ 'shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn', ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'TagResourceOutput' => [ 'type' => 'structure', 'members' => [], ], 'TagValue' => [ 'type' => 'string', 'max' => 256, 'min' => 0, ], 'TaskId' => [ 'type' => 'string', 'pattern' => 't-[a-z0-9]{10}', ], 'ThrottlingException' => [ 'type' => 'structure', 'required' => [ 'message', ], 'members' => [ 'message' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 429, 'senderFault' => true, ], 'exception' => true, 'retryable' => [ 'throttling' => true, ], ], 'Timestamp' => [ 'type' => 'timestamp', ], 'UnprocessableException' => [ 'type' => 'structure', 'required' => [ 'message', 'reason', ], 'members' => [ 'message' => [ 'shape' => 'String', ], 'reason' => [ 'shape' => 'UnprocessableExceptionReason', ], ], 'error' => [ 'httpStatusCode' => 422, 'senderFault' => true, ], 'exception' => true, ], 'UnprocessableExceptionReason' => [ 'type' => 'string', 'enum' => [ 'QUERY_TIMEOUT', 'INTERNAL_LIMIT_EXCEEDED', 'MEMORY_LIMIT_EXCEEDED', 'STORAGE_LIMIT_EXCEEDED', 'PARTITION_FULL', ], ], 'UntagResourceInput' => [ 'type' => 'structure', 'required' => [ 'resourceArn', 'tagKeys', ], 'members' => [ 'resourceArn' => [ 'shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn', ], 'tagKeys' => [ 'shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys', ], ], ], 'UntagResourceOutput' => [ 'type' => 'structure', 'members' => [], ], 'UpdateGraphInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'location' => 'uri', 'locationName' => 'graphIdentifier', ], 'publicConnectivity' => [ 'shape' => 'Boolean', ], 'provisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], 'deletionProtection' => [ 'shape' => 'Boolean', ], ], ], 'UpdateGraphOutput' => [ 'type' => 'structure', 'required' => [ 'id', 'name', 'arn', ], 'members' => [ 'id' => [ 'shape' => 'GraphId', ], 'name' => [ 'shape' => 'GraphName', ], 'arn' => [ 'shape' => 'String', ], 'status' => [ 'shape' => 'GraphStatus', ], 'statusReason' => [ 'shape' => 'String', ], 'createTime' => [ 'shape' => 'Timestamp', ], 'provisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], 'endpoint' => [ 'shape' => 'String', ], 'publicConnectivity' => [ 'shape' => 'Boolean', ], 'vectorSearchConfiguration' => [ 'shape' => 'VectorSearchConfiguration', ], 'replicaCount' => [ 'shape' => 'ReplicaCount', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], 'sourceSnapshotId' => [ 'shape' => 'SnapshotId', ], 'deletionProtection' => [ 'shape' => 'Boolean', ], 'buildNumber' => [ 'shape' => 'String', ], ], ], 'ValidationException' => [ 'type' => 'structure', 'required' => [ 'message', ], 'members' => [ 'message' => [ 'shape' => 'String', ], 'reason' => [ 'shape' => 'ValidationExceptionReason', ], ], 'error' => [ 'httpStatusCode' => 400, 'senderFault' => true, ], 'exception' => true, ], 'ValidationExceptionReason' => [ 'type' => 'string', 'enum' => [ 'CONSTRAINT_VIOLATION', 'ILLEGAL_ARGUMENT', 'MALFORMED_QUERY', 'QUERY_CANCELLED', 'QUERY_TOO_LARGE', 'UNSUPPORTED_OPERATION', 'BAD_REQUEST', ], ], 'VectorSearchConfiguration' => [ 'type' => 'structure', 'required' => [ 'dimension', ], 'members' => [ 'dimension' => [ 'shape' => 'VectorSearchDimension', ], ], ], 'VectorSearchDimension' => [ 'type' => 'integer', 'box' => true, 'max' => 65536, 'min' => 1, ], 'VpcEndpointId' => [ 'type' => 'string', 'pattern' => 'vpce-[0-9a-f]{17}', ], 'VpcId' => [ 'type' => 'string', 'pattern' => 'vpc-[a-z0-9]+', ], ],]; +return [ 'version' => '2.0', 'metadata' => [ 'apiVersion' => '2023-11-29', 'auth' => [ 'aws.auth#sigv4', ], 'endpointPrefix' => 'neptune-graph', 'protocol' => 'rest-json', 'protocols' => [ 'rest-json', ], 'ripServiceName' => 'neptune-graph', 'serviceAbbreviation' => 'Neptune Graph', 'serviceFullName' => 'Amazon Neptune Graph', 'serviceId' => 'Neptune Graph', 'signatureVersion' => 'v4', 'signingName' => 'neptune-graph', 'uid' => 'neptune-graph-2023-11-29', ], 'operations' => [ 'CancelImportTask' => [ 'name' => 'CancelImportTask', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/importtasks/{taskIdentifier}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'CancelImportTaskInput', ], 'output' => [ 'shape' => 'CancelImportTaskOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'CancelQuery' => [ 'name' => 'CancelQuery', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/queries/{queryId}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'CancelQueryInput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'endpoint' => [ 'hostPrefix' => '{graphIdentifier}.', ], 'idempotent' => true, 'staticContextParams' => [ 'ApiType' => [ 'value' => 'DataPlane', ], ], ], 'CreateGraph' => [ 'name' => 'CreateGraph', 'http' => [ 'method' => 'POST', 'requestUri' => '/graphs', 'responseCode' => 201, ], 'input' => [ 'shape' => 'CreateGraphInput', ], 'output' => [ 'shape' => 'CreateGraphOutput', ], 'errors' => [ [ 'shape' => 'ServiceQuotaExceededException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'CreateGraphSnapshot' => [ 'name' => 'CreateGraphSnapshot', 'http' => [ 'method' => 'POST', 'requestUri' => '/snapshots', 'responseCode' => 201, ], 'input' => [ 'shape' => 'CreateGraphSnapshotInput', ], 'output' => [ 'shape' => 'CreateGraphSnapshotOutput', ], 'errors' => [ [ 'shape' => 'ServiceQuotaExceededException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'CreateGraphUsingImportTask' => [ 'name' => 'CreateGraphUsingImportTask', 'http' => [ 'method' => 'POST', 'requestUri' => '/importtasks', 'responseCode' => 201, ], 'input' => [ 'shape' => 'CreateGraphUsingImportTaskInput', ], 'output' => [ 'shape' => 'CreateGraphUsingImportTaskOutput', ], 'errors' => [ [ 'shape' => 'ServiceQuotaExceededException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'CreatePrivateGraphEndpoint' => [ 'name' => 'CreatePrivateGraphEndpoint', 'http' => [ 'method' => 'POST', 'requestUri' => '/graphs/{graphIdentifier}/endpoints/', 'responseCode' => 201, ], 'input' => [ 'shape' => 'CreatePrivateGraphEndpointInput', ], 'output' => [ 'shape' => 'CreatePrivateGraphEndpointOutput', ], 'errors' => [ [ 'shape' => 'ServiceQuotaExceededException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'DeleteGraph' => [ 'name' => 'DeleteGraph', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/graphs/{graphIdentifier}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'DeleteGraphInput', ], 'output' => [ 'shape' => 'DeleteGraphOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'DeleteGraphSnapshot' => [ 'name' => 'DeleteGraphSnapshot', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/snapshots/{snapshotIdentifier}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'DeleteGraphSnapshotInput', ], 'output' => [ 'shape' => 'DeleteGraphSnapshotOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'DeletePrivateGraphEndpoint' => [ 'name' => 'DeletePrivateGraphEndpoint', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/graphs/{graphIdentifier}/endpoints/{vpcId}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'DeletePrivateGraphEndpointInput', ], 'output' => [ 'shape' => 'DeletePrivateGraphEndpointOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'ExecuteQuery' => [ 'name' => 'ExecuteQuery', 'http' => [ 'method' => 'POST', 'requestUri' => '/queries', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ExecuteQueryInput', ], 'output' => [ 'shape' => 'ExecuteQueryOutput', ], 'errors' => [ [ 'shape' => 'UnprocessableException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServerException', ], ], 'endpoint' => [ 'hostPrefix' => '{graphIdentifier}.', ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'DataPlane', ], ], ], 'GetGraph' => [ 'name' => 'GetGraph', 'http' => [ 'method' => 'GET', 'requestUri' => '/graphs/{graphIdentifier}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetGraphInput', ], 'output' => [ 'shape' => 'GetGraphOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'GetGraphSnapshot' => [ 'name' => 'GetGraphSnapshot', 'http' => [ 'method' => 'GET', 'requestUri' => '/snapshots/{snapshotIdentifier}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetGraphSnapshotInput', ], 'output' => [ 'shape' => 'GetGraphSnapshotOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'GetGraphSummary' => [ 'name' => 'GetGraphSummary', 'http' => [ 'method' => 'GET', 'requestUri' => '/summary', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetGraphSummaryInput', ], 'output' => [ 'shape' => 'GetGraphSummaryOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'endpoint' => [ 'hostPrefix' => '{graphIdentifier}.', ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'DataPlane', ], ], ], 'GetImportTask' => [ 'name' => 'GetImportTask', 'http' => [ 'method' => 'GET', 'requestUri' => '/importtasks/{taskIdentifier}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetImportTaskInput', ], 'output' => [ 'shape' => 'GetImportTaskOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'GetPrivateGraphEndpoint' => [ 'name' => 'GetPrivateGraphEndpoint', 'http' => [ 'method' => 'GET', 'requestUri' => '/graphs/{graphIdentifier}/endpoints/{vpcId}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetPrivateGraphEndpointInput', ], 'output' => [ 'shape' => 'GetPrivateGraphEndpointOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'GetQuery' => [ 'name' => 'GetQuery', 'http' => [ 'method' => 'GET', 'requestUri' => '/queries/{queryId}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'GetQueryInput', ], 'output' => [ 'shape' => 'GetQueryOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'endpoint' => [ 'hostPrefix' => '{graphIdentifier}.', ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'DataPlane', ], ], ], 'ListGraphSnapshots' => [ 'name' => 'ListGraphSnapshots', 'http' => [ 'method' => 'GET', 'requestUri' => '/snapshots', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListGraphSnapshotsInput', ], 'output' => [ 'shape' => 'ListGraphSnapshotsOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'ListGraphs' => [ 'name' => 'ListGraphs', 'http' => [ 'method' => 'GET', 'requestUri' => '/graphs', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListGraphsInput', ], 'output' => [ 'shape' => 'ListGraphsOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'ListImportTasks' => [ 'name' => 'ListImportTasks', 'http' => [ 'method' => 'GET', 'requestUri' => '/importtasks', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListImportTasksInput', ], 'output' => [ 'shape' => 'ListImportTasksOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'ListPrivateGraphEndpoints' => [ 'name' => 'ListPrivateGraphEndpoints', 'http' => [ 'method' => 'GET', 'requestUri' => '/graphs/{graphIdentifier}/endpoints/', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListPrivateGraphEndpointsInput', ], 'output' => [ 'shape' => 'ListPrivateGraphEndpointsOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'ListQueries' => [ 'name' => 'ListQueries', 'http' => [ 'method' => 'GET', 'requestUri' => '/queries', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListQueriesInput', ], 'output' => [ 'shape' => 'ListQueriesOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'AccessDeniedException', ], [ 'shape' => 'InternalServerException', ], ], 'endpoint' => [ 'hostPrefix' => '{graphIdentifier}.', ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'DataPlane', ], ], ], 'ListTagsForResource' => [ 'name' => 'ListTagsForResource', 'http' => [ 'method' => 'GET', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ListTagsForResourceInput', ], 'output' => [ 'shape' => 'ListTagsForResourceOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'ResetGraph' => [ 'name' => 'ResetGraph', 'http' => [ 'method' => 'PUT', 'requestUri' => '/graphs/{graphIdentifier}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'ResetGraphInput', ], 'output' => [ 'shape' => 'ResetGraphOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'RestoreGraphFromSnapshot' => [ 'name' => 'RestoreGraphFromSnapshot', 'http' => [ 'method' => 'POST', 'requestUri' => '/snapshots/{snapshotIdentifier}/restore', 'responseCode' => 201, ], 'input' => [ 'shape' => 'RestoreGraphFromSnapshotInput', ], 'output' => [ 'shape' => 'RestoreGraphFromSnapshotOutput', ], 'errors' => [ [ 'shape' => 'ServiceQuotaExceededException', ], [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'StartImportTask' => [ 'name' => 'StartImportTask', 'http' => [ 'method' => 'POST', 'requestUri' => '/graphs/{graphIdentifier}/importtasks', 'responseCode' => 201, ], 'input' => [ 'shape' => 'StartImportTaskInput', ], 'output' => [ 'shape' => 'StartImportTaskOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'TagResource' => [ 'name' => 'TagResource', 'http' => [ 'method' => 'POST', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'TagResourceInput', ], 'output' => [ 'shape' => 'TagResourceOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'idempotent' => true, 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'UntagResource' => [ 'name' => 'UntagResource', 'http' => [ 'method' => 'DELETE', 'requestUri' => '/tags/{resourceArn}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'UntagResourceInput', ], 'output' => [ 'shape' => 'UntagResourceOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'idempotent' => true, 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], 'UpdateGraph' => [ 'name' => 'UpdateGraph', 'http' => [ 'method' => 'PATCH', 'requestUri' => '/graphs/{graphIdentifier}', 'responseCode' => 200, ], 'input' => [ 'shape' => 'UpdateGraphInput', ], 'output' => [ 'shape' => 'UpdateGraphOutput', ], 'errors' => [ [ 'shape' => 'ThrottlingException', ], [ 'shape' => 'ValidationException', ], [ 'shape' => 'ConflictException', ], [ 'shape' => 'InternalServerException', ], [ 'shape' => 'ResourceNotFoundException', ], ], 'staticContextParams' => [ 'ApiType' => [ 'value' => 'ControlPlane', ], ], ], ], 'shapes' => [ 'AccessDeniedException' => [ 'type' => 'structure', 'required' => [ 'message', ], 'members' => [ 'message' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 403, 'senderFault' => true, ], 'exception' => true, ], 'Arn' => [ 'type' => 'string', 'max' => 1011, 'min' => 1, 'pattern' => 'arn:.+', ], 'BlankNodeHandling' => [ 'type' => 'string', 'enum' => [ 'convertToIri', ], ], 'Boolean' => [ 'type' => 'boolean', 'box' => true, ], 'CancelImportTaskInput' => [ 'type' => 'structure', 'required' => [ 'taskIdentifier', ], 'members' => [ 'taskIdentifier' => [ 'shape' => 'TaskId', 'location' => 'uri', 'locationName' => 'taskIdentifier', ], ], ], 'CancelImportTaskOutput' => [ 'type' => 'structure', 'required' => [ 'taskId', 'source', 'roleArn', 'status', ], 'members' => [ 'graphId' => [ 'shape' => 'GraphId', ], 'taskId' => [ 'shape' => 'TaskId', ], 'source' => [ 'shape' => 'String', ], 'format' => [ 'shape' => 'Format', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'status' => [ 'shape' => 'ImportTaskStatus', ], ], ], 'CancelQueryInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', 'queryId', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'hostLabel' => true, 'location' => 'header', 'locationName' => 'graphIdentifier', ], 'queryId' => [ 'shape' => 'String', 'location' => 'uri', 'locationName' => 'queryId', ], ], ], 'ConflictException' => [ 'type' => 'structure', 'required' => [ 'message', ], 'members' => [ 'message' => [ 'shape' => 'String', ], 'reason' => [ 'shape' => 'ConflictExceptionReason', ], ], 'error' => [ 'httpStatusCode' => 409, 'senderFault' => true, ], 'exception' => true, ], 'ConflictExceptionReason' => [ 'type' => 'string', 'enum' => [ 'CONCURRENT_MODIFICATION', ], ], 'CreateGraphInput' => [ 'type' => 'structure', 'required' => [ 'graphName', 'provisionedMemory', ], 'members' => [ 'graphName' => [ 'shape' => 'GraphName', ], 'tags' => [ 'shape' => 'TagMap', ], 'publicConnectivity' => [ 'shape' => 'Boolean', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], 'vectorSearchConfiguration' => [ 'shape' => 'VectorSearchConfiguration', ], 'replicaCount' => [ 'shape' => 'ReplicaCount', ], 'deletionProtection' => [ 'shape' => 'Boolean', ], 'provisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], ], ], 'CreateGraphOutput' => [ 'type' => 'structure', 'required' => [ 'id', 'name', 'arn', ], 'members' => [ 'id' => [ 'shape' => 'GraphId', ], 'name' => [ 'shape' => 'GraphName', ], 'arn' => [ 'shape' => 'String', ], 'status' => [ 'shape' => 'GraphStatus', ], 'statusReason' => [ 'shape' => 'String', ], 'createTime' => [ 'shape' => 'Timestamp', ], 'provisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], 'endpoint' => [ 'shape' => 'String', ], 'publicConnectivity' => [ 'shape' => 'Boolean', ], 'vectorSearchConfiguration' => [ 'shape' => 'VectorSearchConfiguration', ], 'replicaCount' => [ 'shape' => 'ReplicaCount', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], 'sourceSnapshotId' => [ 'shape' => 'SnapshotId', ], 'deletionProtection' => [ 'shape' => 'Boolean', ], 'buildNumber' => [ 'shape' => 'String', ], ], ], 'CreateGraphSnapshotInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', 'snapshotName', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', ], 'snapshotName' => [ 'shape' => 'SnapshotName', ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'CreateGraphSnapshotOutput' => [ 'type' => 'structure', 'required' => [ 'id', 'name', 'arn', ], 'members' => [ 'id' => [ 'shape' => 'SnapshotId', ], 'name' => [ 'shape' => 'SnapshotName', ], 'arn' => [ 'shape' => 'String', ], 'sourceGraphId' => [ 'shape' => 'GraphId', ], 'snapshotCreateTime' => [ 'shape' => 'Timestamp', ], 'status' => [ 'shape' => 'SnapshotStatus', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], ], ], 'CreateGraphUsingImportTaskInput' => [ 'type' => 'structure', 'required' => [ 'graphName', 'source', 'roleArn', ], 'members' => [ 'graphName' => [ 'shape' => 'GraphName', ], 'tags' => [ 'shape' => 'TagMap', ], 'publicConnectivity' => [ 'shape' => 'Boolean', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], 'vectorSearchConfiguration' => [ 'shape' => 'VectorSearchConfiguration', ], 'replicaCount' => [ 'shape' => 'ReplicaCount', ], 'deletionProtection' => [ 'shape' => 'Boolean', ], 'importOptions' => [ 'shape' => 'ImportOptions', ], 'maxProvisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], 'minProvisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], 'failOnError' => [ 'shape' => 'Boolean', ], 'source' => [ 'shape' => 'String', ], 'format' => [ 'shape' => 'Format', ], 'blankNodeHandling' => [ 'shape' => 'BlankNodeHandling', ], 'roleArn' => [ 'shape' => 'RoleArn', ], ], ], 'CreateGraphUsingImportTaskOutput' => [ 'type' => 'structure', 'required' => [ 'taskId', 'source', 'roleArn', 'status', ], 'members' => [ 'graphId' => [ 'shape' => 'GraphId', ], 'taskId' => [ 'shape' => 'TaskId', ], 'source' => [ 'shape' => 'String', ], 'format' => [ 'shape' => 'Format', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'status' => [ 'shape' => 'ImportTaskStatus', ], 'importOptions' => [ 'shape' => 'ImportOptions', ], ], ], 'CreatePrivateGraphEndpointInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'location' => 'uri', 'locationName' => 'graphIdentifier', ], 'vpcId' => [ 'shape' => 'VpcId', ], 'subnetIds' => [ 'shape' => 'SubnetIds', ], 'vpcSecurityGroupIds' => [ 'shape' => 'SecurityGroupIds', ], ], ], 'CreatePrivateGraphEndpointOutput' => [ 'type' => 'structure', 'required' => [ 'vpcId', 'subnetIds', 'status', ], 'members' => [ 'vpcId' => [ 'shape' => 'VpcId', ], 'subnetIds' => [ 'shape' => 'SubnetIds', ], 'status' => [ 'shape' => 'PrivateGraphEndpointStatus', ], 'vpcEndpointId' => [ 'shape' => 'VpcEndpointId', ], ], ], 'DeleteGraphInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', 'skipSnapshot', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'location' => 'uri', 'locationName' => 'graphIdentifier', ], 'skipSnapshot' => [ 'shape' => 'Boolean', 'location' => 'querystring', 'locationName' => 'skipSnapshot', ], ], ], 'DeleteGraphOutput' => [ 'type' => 'structure', 'required' => [ 'id', 'name', 'arn', ], 'members' => [ 'id' => [ 'shape' => 'GraphId', ], 'name' => [ 'shape' => 'GraphName', ], 'arn' => [ 'shape' => 'String', ], 'status' => [ 'shape' => 'GraphStatus', ], 'statusReason' => [ 'shape' => 'String', ], 'createTime' => [ 'shape' => 'Timestamp', ], 'provisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], 'endpoint' => [ 'shape' => 'String', ], 'publicConnectivity' => [ 'shape' => 'Boolean', ], 'vectorSearchConfiguration' => [ 'shape' => 'VectorSearchConfiguration', ], 'replicaCount' => [ 'shape' => 'ReplicaCount', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], 'sourceSnapshotId' => [ 'shape' => 'SnapshotId', ], 'deletionProtection' => [ 'shape' => 'Boolean', ], 'buildNumber' => [ 'shape' => 'String', ], ], ], 'DeleteGraphSnapshotInput' => [ 'type' => 'structure', 'required' => [ 'snapshotIdentifier', ], 'members' => [ 'snapshotIdentifier' => [ 'shape' => 'SnapshotIdentifier', 'location' => 'uri', 'locationName' => 'snapshotIdentifier', ], ], ], 'DeleteGraphSnapshotOutput' => [ 'type' => 'structure', 'required' => [ 'id', 'name', 'arn', ], 'members' => [ 'id' => [ 'shape' => 'SnapshotId', ], 'name' => [ 'shape' => 'SnapshotName', ], 'arn' => [ 'shape' => 'String', ], 'sourceGraphId' => [ 'shape' => 'GraphId', ], 'snapshotCreateTime' => [ 'shape' => 'Timestamp', ], 'status' => [ 'shape' => 'SnapshotStatus', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], ], ], 'DeletePrivateGraphEndpointInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', 'vpcId', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'location' => 'uri', 'locationName' => 'graphIdentifier', ], 'vpcId' => [ 'shape' => 'VpcId', 'location' => 'uri', 'locationName' => 'vpcId', ], ], ], 'DeletePrivateGraphEndpointOutput' => [ 'type' => 'structure', 'required' => [ 'vpcId', 'subnetIds', 'status', ], 'members' => [ 'vpcId' => [ 'shape' => 'VpcId', ], 'subnetIds' => [ 'shape' => 'SubnetIds', ], 'status' => [ 'shape' => 'PrivateGraphEndpointStatus', ], 'vpcEndpointId' => [ 'shape' => 'VpcEndpointId', ], ], ], 'Document' => [ 'type' => 'structure', 'members' => [], 'document' => true, ], 'DocumentValuedMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'String', ], 'value' => [ 'shape' => 'Document', ], ], 'EdgeLabels' => [ 'type' => 'list', 'member' => [ 'shape' => 'String', ], ], 'EdgeProperties' => [ 'type' => 'list', 'member' => [ 'shape' => 'String', ], ], 'EdgeStructure' => [ 'type' => 'structure', 'members' => [ 'count' => [ 'shape' => 'Long', ], 'edgeProperties' => [ 'shape' => 'EdgeProperties', ], ], ], 'EdgeStructures' => [ 'type' => 'list', 'member' => [ 'shape' => 'EdgeStructure', ], ], 'ExecuteQueryInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', 'queryString', 'language', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'hostLabel' => true, 'location' => 'header', 'locationName' => 'graphIdentifier', ], 'queryString' => [ 'shape' => 'String', 'locationName' => 'query', ], 'language' => [ 'shape' => 'QueryLanguage', ], 'parameters' => [ 'shape' => 'DocumentValuedMap', ], 'planCache' => [ 'shape' => 'PlanCacheType', ], 'explainMode' => [ 'shape' => 'ExplainMode', 'locationName' => 'explain', ], 'queryTimeoutMilliseconds' => [ 'shape' => 'Integer', ], ], ], 'ExecuteQueryOutput' => [ 'type' => 'structure', 'required' => [ 'payload', ], 'members' => [ 'payload' => [ 'shape' => 'QueryResponseBlob', ], ], 'payload' => 'payload', ], 'ExplainMode' => [ 'type' => 'string', 'enum' => [ 'STATIC', 'DETAILS', ], ], 'Format' => [ 'type' => 'string', 'enum' => [ 'CSV', 'OPEN_CYPHER', 'NTRIPLES', ], ], 'GetGraphInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'location' => 'uri', 'locationName' => 'graphIdentifier', ], ], ], 'GetGraphOutput' => [ 'type' => 'structure', 'required' => [ 'id', 'name', 'arn', ], 'members' => [ 'id' => [ 'shape' => 'GraphId', ], 'name' => [ 'shape' => 'GraphName', ], 'arn' => [ 'shape' => 'String', ], 'status' => [ 'shape' => 'GraphStatus', ], 'statusReason' => [ 'shape' => 'String', ], 'createTime' => [ 'shape' => 'Timestamp', ], 'provisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], 'endpoint' => [ 'shape' => 'String', ], 'publicConnectivity' => [ 'shape' => 'Boolean', ], 'vectorSearchConfiguration' => [ 'shape' => 'VectorSearchConfiguration', ], 'replicaCount' => [ 'shape' => 'ReplicaCount', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], 'sourceSnapshotId' => [ 'shape' => 'SnapshotId', ], 'deletionProtection' => [ 'shape' => 'Boolean', ], 'buildNumber' => [ 'shape' => 'String', ], ], ], 'GetGraphSnapshotInput' => [ 'type' => 'structure', 'required' => [ 'snapshotIdentifier', ], 'members' => [ 'snapshotIdentifier' => [ 'shape' => 'SnapshotIdentifier', 'location' => 'uri', 'locationName' => 'snapshotIdentifier', ], ], ], 'GetGraphSnapshotOutput' => [ 'type' => 'structure', 'required' => [ 'id', 'name', 'arn', ], 'members' => [ 'id' => [ 'shape' => 'SnapshotId', ], 'name' => [ 'shape' => 'SnapshotName', ], 'arn' => [ 'shape' => 'String', ], 'sourceGraphId' => [ 'shape' => 'GraphId', ], 'snapshotCreateTime' => [ 'shape' => 'Timestamp', ], 'status' => [ 'shape' => 'SnapshotStatus', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], ], ], 'GetGraphSummaryInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'hostLabel' => true, 'location' => 'header', 'locationName' => 'graphIdentifier', ], 'mode' => [ 'shape' => 'GraphSummaryMode', 'location' => 'querystring', 'locationName' => 'mode', ], ], ], 'GetGraphSummaryOutput' => [ 'type' => 'structure', 'members' => [ 'version' => [ 'shape' => 'String', ], 'lastStatisticsComputationTime' => [ 'shape' => 'SyntheticTimestamp_date_time', ], 'graphSummary' => [ 'shape' => 'GraphDataSummary', ], ], ], 'GetImportTaskInput' => [ 'type' => 'structure', 'required' => [ 'taskIdentifier', ], 'members' => [ 'taskIdentifier' => [ 'shape' => 'TaskId', 'location' => 'uri', 'locationName' => 'taskIdentifier', ], ], ], 'GetImportTaskOutput' => [ 'type' => 'structure', 'required' => [ 'taskId', 'source', 'roleArn', 'status', ], 'members' => [ 'graphId' => [ 'shape' => 'GraphId', ], 'taskId' => [ 'shape' => 'TaskId', ], 'source' => [ 'shape' => 'String', ], 'format' => [ 'shape' => 'Format', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'status' => [ 'shape' => 'ImportTaskStatus', ], 'importOptions' => [ 'shape' => 'ImportOptions', ], 'importTaskDetails' => [ 'shape' => 'ImportTaskDetails', ], 'attemptNumber' => [ 'shape' => 'Integer', ], 'statusReason' => [ 'shape' => 'String', ], ], ], 'GetPrivateGraphEndpointInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', 'vpcId', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'location' => 'uri', 'locationName' => 'graphIdentifier', ], 'vpcId' => [ 'shape' => 'VpcId', 'location' => 'uri', 'locationName' => 'vpcId', ], ], ], 'GetPrivateGraphEndpointOutput' => [ 'type' => 'structure', 'required' => [ 'vpcId', 'subnetIds', 'status', ], 'members' => [ 'vpcId' => [ 'shape' => 'VpcId', ], 'subnetIds' => [ 'shape' => 'SubnetIds', ], 'status' => [ 'shape' => 'PrivateGraphEndpointStatus', ], 'vpcEndpointId' => [ 'shape' => 'VpcEndpointId', ], ], ], 'GetQueryInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', 'queryId', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'hostLabel' => true, 'location' => 'header', 'locationName' => 'graphIdentifier', ], 'queryId' => [ 'shape' => 'String', 'location' => 'uri', 'locationName' => 'queryId', ], ], ], 'GetQueryOutput' => [ 'type' => 'structure', 'members' => [ 'id' => [ 'shape' => 'String', ], 'queryString' => [ 'shape' => 'String', ], 'waited' => [ 'shape' => 'Integer', ], 'elapsed' => [ 'shape' => 'Integer', ], 'state' => [ 'shape' => 'QueryState', ], ], ], 'GraphDataSummary' => [ 'type' => 'structure', 'members' => [ 'numNodes' => [ 'shape' => 'Long', ], 'numEdges' => [ 'shape' => 'Long', ], 'numNodeLabels' => [ 'shape' => 'Long', ], 'numEdgeLabels' => [ 'shape' => 'Long', ], 'nodeLabels' => [ 'shape' => 'NodeLabels', ], 'edgeLabels' => [ 'shape' => 'EdgeLabels', ], 'numNodeProperties' => [ 'shape' => 'Long', ], 'numEdgeProperties' => [ 'shape' => 'Long', ], 'nodeProperties' => [ 'shape' => 'LongValuedMapList', ], 'edgeProperties' => [ 'shape' => 'LongValuedMapList', ], 'totalNodePropertyValues' => [ 'shape' => 'Long', ], 'totalEdgePropertyValues' => [ 'shape' => 'Long', ], 'nodeStructures' => [ 'shape' => 'NodeStructures', ], 'edgeStructures' => [ 'shape' => 'EdgeStructures', ], ], ], 'GraphId' => [ 'type' => 'string', 'pattern' => 'g-[a-z0-9]{10}', ], 'GraphIdentifier' => [ 'type' => 'string', 'pattern' => 'g-[a-z0-9]{10}', ], 'GraphName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '(?!g-)[a-z][a-z0-9]*(-[a-z0-9]+)*', ], 'GraphSnapshotSummary' => [ 'type' => 'structure', 'required' => [ 'id', 'name', 'arn', ], 'members' => [ 'id' => [ 'shape' => 'SnapshotId', ], 'name' => [ 'shape' => 'SnapshotName', ], 'arn' => [ 'shape' => 'String', ], 'sourceGraphId' => [ 'shape' => 'GraphId', ], 'snapshotCreateTime' => [ 'shape' => 'Timestamp', ], 'status' => [ 'shape' => 'SnapshotStatus', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], ], ], 'GraphSnapshotSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'GraphSnapshotSummary', ], ], 'GraphStatus' => [ 'type' => 'string', 'enum' => [ 'CREATING', 'AVAILABLE', 'DELETING', 'RESETTING', 'UPDATING', 'SNAPSHOTTING', 'FAILED', 'IMPORTING', ], ], 'GraphSummary' => [ 'type' => 'structure', 'required' => [ 'id', 'name', 'arn', ], 'members' => [ 'id' => [ 'shape' => 'GraphId', ], 'name' => [ 'shape' => 'GraphName', ], 'arn' => [ 'shape' => 'String', ], 'status' => [ 'shape' => 'GraphStatus', ], 'provisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], 'publicConnectivity' => [ 'shape' => 'Boolean', ], 'endpoint' => [ 'shape' => 'String', ], 'replicaCount' => [ 'shape' => 'ReplicaCount', ], 'kmsKeyIdentifier' => [ 'shape' => 'String', ], 'deletionProtection' => [ 'shape' => 'Boolean', ], ], ], 'GraphSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'GraphSummary', ], ], 'GraphSummaryMode' => [ 'type' => 'string', 'enum' => [ 'BASIC', 'DETAILED', ], ], 'ImportOptions' => [ 'type' => 'structure', 'members' => [ 'neptune' => [ 'shape' => 'NeptuneImportOptions', ], ], 'union' => true, ], 'ImportTaskDetails' => [ 'type' => 'structure', 'required' => [ 'status', 'startTime', 'timeElapsedSeconds', 'progressPercentage', 'errorCount', 'statementCount', 'dictionaryEntryCount', ], 'members' => [ 'status' => [ 'shape' => 'String', ], 'startTime' => [ 'shape' => 'Timestamp', ], 'timeElapsedSeconds' => [ 'shape' => 'Long', ], 'progressPercentage' => [ 'shape' => 'Integer', ], 'errorCount' => [ 'shape' => 'Integer', ], 'errorDetails' => [ 'shape' => 'String', ], 'statementCount' => [ 'shape' => 'Long', ], 'dictionaryEntryCount' => [ 'shape' => 'Long', ], ], ], 'ImportTaskStatus' => [ 'type' => 'string', 'enum' => [ 'INITIALIZING', 'EXPORTING', 'ANALYZING_DATA', 'IMPORTING', 'REPROVISIONING', 'ROLLING_BACK', 'SUCCEEDED', 'FAILED', 'CANCELLING', 'CANCELLED', ], ], 'ImportTaskSummary' => [ 'type' => 'structure', 'required' => [ 'taskId', 'source', 'roleArn', 'status', ], 'members' => [ 'graphId' => [ 'shape' => 'GraphId', ], 'taskId' => [ 'shape' => 'TaskId', ], 'source' => [ 'shape' => 'String', ], 'format' => [ 'shape' => 'Format', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'status' => [ 'shape' => 'ImportTaskStatus', ], ], ], 'ImportTaskSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'ImportTaskSummary', ], ], 'Integer' => [ 'type' => 'integer', 'box' => true, ], 'InternalServerException' => [ 'type' => 'structure', 'required' => [ 'message', ], 'members' => [ 'message' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 500, ], 'exception' => true, 'fault' => true, 'retryable' => [ 'throttling' => false, ], ], 'KmsKeyArn' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, 'pattern' => 'arn:aws(|-cn|-us-gov):kms:[a-zA-Z0-9-]*:[0-9]{12}:key/[a-zA-Z0-9-]{36}', ], 'ListGraphSnapshotsInput' => [ 'type' => 'structure', 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'location' => 'querystring', 'locationName' => 'graphIdentifier', ], 'nextToken' => [ 'shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListGraphSnapshotsOutput' => [ 'type' => 'structure', 'required' => [ 'graphSnapshots', ], 'members' => [ 'graphSnapshots' => [ 'shape' => 'GraphSnapshotSummaryList', ], 'nextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListGraphsInput' => [ 'type' => 'structure', 'members' => [ 'nextToken' => [ 'shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListGraphsOutput' => [ 'type' => 'structure', 'required' => [ 'graphs', ], 'members' => [ 'graphs' => [ 'shape' => 'GraphSummaryList', ], 'nextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListImportTasksInput' => [ 'type' => 'structure', 'members' => [ 'nextToken' => [ 'shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListImportTasksOutput' => [ 'type' => 'structure', 'required' => [ 'tasks', ], 'members' => [ 'tasks' => [ 'shape' => 'ImportTaskSummaryList', ], 'nextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListPrivateGraphEndpointsInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'location' => 'uri', 'locationName' => 'graphIdentifier', ], 'nextToken' => [ 'shape' => 'PaginationToken', 'location' => 'querystring', 'locationName' => 'nextToken', ], 'maxResults' => [ 'shape' => 'MaxResults', 'location' => 'querystring', 'locationName' => 'maxResults', ], ], ], 'ListPrivateGraphEndpointsOutput' => [ 'type' => 'structure', 'required' => [ 'privateGraphEndpoints', ], 'members' => [ 'privateGraphEndpoints' => [ 'shape' => 'PrivateGraphEndpointSummaryList', ], 'nextToken' => [ 'shape' => 'PaginationToken', ], ], ], 'ListQueriesInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', 'maxResults', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'hostLabel' => true, 'location' => 'header', 'locationName' => 'graphIdentifier', ], 'maxResults' => [ 'shape' => 'Integer', 'location' => 'querystring', 'locationName' => 'maxResults', ], 'state' => [ 'shape' => 'QueryStateInput', 'location' => 'querystring', 'locationName' => 'state', ], ], ], 'ListQueriesOutput' => [ 'type' => 'structure', 'required' => [ 'queries', ], 'members' => [ 'queries' => [ 'shape' => 'QuerySummaryList', ], ], ], 'ListTagsForResourceInput' => [ 'type' => 'structure', 'required' => [ 'resourceArn', ], 'members' => [ 'resourceArn' => [ 'shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn', ], ], ], 'ListTagsForResourceOutput' => [ 'type' => 'structure', 'members' => [ 'tags' => [ 'shape' => 'TagMap', ], ], ], 'Long' => [ 'type' => 'long', 'box' => true, ], 'LongValuedMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'String', ], 'value' => [ 'shape' => 'Long', ], ], 'LongValuedMapList' => [ 'type' => 'list', 'member' => [ 'shape' => 'LongValuedMap', ], ], 'MaxResults' => [ 'type' => 'integer', 'box' => true, 'max' => 100, 'min' => 1, ], 'NeptuneImportOptions' => [ 'type' => 'structure', 'required' => [ 's3ExportPath', 's3ExportKmsKeyId', ], 'members' => [ 's3ExportPath' => [ 'shape' => 'NeptuneImportOptionsS3ExportPathString', ], 's3ExportKmsKeyId' => [ 'shape' => 'NeptuneImportOptionsS3ExportKmsKeyIdString', ], 'preserveDefaultVertexLabels' => [ 'shape' => 'Boolean', ], 'preserveEdgeIds' => [ 'shape' => 'Boolean', ], ], ], 'NeptuneImportOptionsS3ExportKmsKeyIdString' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, ], 'NeptuneImportOptionsS3ExportPathString' => [ 'type' => 'string', 'max' => 1024, 'min' => 1, ], 'NodeLabels' => [ 'type' => 'list', 'member' => [ 'shape' => 'String', ], ], 'NodeProperties' => [ 'type' => 'list', 'member' => [ 'shape' => 'String', ], ], 'NodeStructure' => [ 'type' => 'structure', 'members' => [ 'count' => [ 'shape' => 'Long', ], 'nodeProperties' => [ 'shape' => 'NodeProperties', ], 'distinctOutgoingEdgeLabels' => [ 'shape' => 'OutgoingEdgeLabels', ], ], ], 'NodeStructures' => [ 'type' => 'list', 'member' => [ 'shape' => 'NodeStructure', ], ], 'OutgoingEdgeLabels' => [ 'type' => 'list', 'member' => [ 'shape' => 'String', ], ], 'PaginationToken' => [ 'type' => 'string', 'max' => 8192, 'min' => 1, ], 'PlanCacheType' => [ 'type' => 'string', 'enum' => [ 'ENABLED', 'DISABLED', 'AUTO', ], ], 'PrivateGraphEndpointStatus' => [ 'type' => 'string', 'enum' => [ 'CREATING', 'AVAILABLE', 'DELETING', 'FAILED', ], ], 'PrivateGraphEndpointSummary' => [ 'type' => 'structure', 'required' => [ 'vpcId', 'subnetIds', 'status', ], 'members' => [ 'vpcId' => [ 'shape' => 'VpcId', ], 'subnetIds' => [ 'shape' => 'SubnetIds', ], 'status' => [ 'shape' => 'PrivateGraphEndpointStatus', ], 'vpcEndpointId' => [ 'shape' => 'VpcEndpointId', ], ], ], 'PrivateGraphEndpointSummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'PrivateGraphEndpointSummary', ], ], 'ProvisionedMemory' => [ 'type' => 'integer', 'box' => true, 'max' => 24576, 'min' => 32, ], 'QueryLanguage' => [ 'type' => 'string', 'enum' => [ 'OPEN_CYPHER', ], ], 'QueryResponseBlob' => [ 'type' => 'blob', 'streaming' => true, ], 'QueryState' => [ 'type' => 'string', 'enum' => [ 'RUNNING', 'WAITING', 'CANCELLING', ], ], 'QueryStateInput' => [ 'type' => 'string', 'enum' => [ 'ALL', 'RUNNING', 'WAITING', 'CANCELLING', ], ], 'QuerySummary' => [ 'type' => 'structure', 'members' => [ 'id' => [ 'shape' => 'String', ], 'queryString' => [ 'shape' => 'String', ], 'waited' => [ 'shape' => 'Integer', ], 'elapsed' => [ 'shape' => 'Integer', ], 'state' => [ 'shape' => 'QueryState', ], ], ], 'QuerySummaryList' => [ 'type' => 'list', 'member' => [ 'shape' => 'QuerySummary', ], ], 'ReplicaCount' => [ 'type' => 'integer', 'box' => true, 'max' => 2, 'min' => 0, ], 'ResetGraphInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', 'skipSnapshot', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'location' => 'uri', 'locationName' => 'graphIdentifier', ], 'skipSnapshot' => [ 'shape' => 'Boolean', ], ], ], 'ResetGraphOutput' => [ 'type' => 'structure', 'required' => [ 'id', 'name', 'arn', ], 'members' => [ 'id' => [ 'shape' => 'GraphId', ], 'name' => [ 'shape' => 'GraphName', ], 'arn' => [ 'shape' => 'String', ], 'status' => [ 'shape' => 'GraphStatus', ], 'statusReason' => [ 'shape' => 'String', ], 'createTime' => [ 'shape' => 'Timestamp', ], 'provisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], 'endpoint' => [ 'shape' => 'String', ], 'publicConnectivity' => [ 'shape' => 'Boolean', ], 'vectorSearchConfiguration' => [ 'shape' => 'VectorSearchConfiguration', ], 'replicaCount' => [ 'shape' => 'ReplicaCount', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], 'sourceSnapshotId' => [ 'shape' => 'SnapshotId', ], 'deletionProtection' => [ 'shape' => 'Boolean', ], 'buildNumber' => [ 'shape' => 'String', ], ], ], 'ResourceNotFoundException' => [ 'type' => 'structure', 'required' => [ 'message', ], 'members' => [ 'message' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 404, 'senderFault' => true, ], 'exception' => true, ], 'RestoreGraphFromSnapshotInput' => [ 'type' => 'structure', 'required' => [ 'snapshotIdentifier', 'graphName', ], 'members' => [ 'snapshotIdentifier' => [ 'shape' => 'SnapshotIdentifier', 'location' => 'uri', 'locationName' => 'snapshotIdentifier', ], 'graphName' => [ 'shape' => 'GraphName', ], 'provisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], 'deletionProtection' => [ 'shape' => 'Boolean', ], 'tags' => [ 'shape' => 'TagMap', ], 'replicaCount' => [ 'shape' => 'ReplicaCount', ], 'publicConnectivity' => [ 'shape' => 'Boolean', ], ], ], 'RestoreGraphFromSnapshotOutput' => [ 'type' => 'structure', 'required' => [ 'id', 'name', 'arn', ], 'members' => [ 'id' => [ 'shape' => 'GraphId', ], 'name' => [ 'shape' => 'GraphName', ], 'arn' => [ 'shape' => 'String', ], 'status' => [ 'shape' => 'GraphStatus', ], 'statusReason' => [ 'shape' => 'String', ], 'createTime' => [ 'shape' => 'Timestamp', ], 'provisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], 'endpoint' => [ 'shape' => 'String', ], 'publicConnectivity' => [ 'shape' => 'Boolean', ], 'vectorSearchConfiguration' => [ 'shape' => 'VectorSearchConfiguration', ], 'replicaCount' => [ 'shape' => 'ReplicaCount', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], 'sourceSnapshotId' => [ 'shape' => 'SnapshotId', ], 'deletionProtection' => [ 'shape' => 'Boolean', ], 'buildNumber' => [ 'shape' => 'String', ], ], ], 'RoleArn' => [ 'type' => 'string', 'pattern' => 'arn:aws[^:]*:iam::\\d{12}:(role|role/service-role)/[\\w+=,.@-]*', ], 'SecurityGroupId' => [ 'type' => 'string', 'pattern' => 'sg-[a-z0-9]+', ], 'SecurityGroupIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'SecurityGroupId', ], 'max' => 10, 'min' => 1, ], 'ServiceQuotaExceededException' => [ 'type' => 'structure', 'required' => [ 'message', ], 'members' => [ 'message' => [ 'shape' => 'String', ], 'resourceId' => [ 'shape' => 'String', ], 'resourceType' => [ 'shape' => 'String', ], 'serviceCode' => [ 'shape' => 'String', ], 'quotaCode' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 402, 'senderFault' => true, ], 'exception' => true, ], 'SnapshotId' => [ 'type' => 'string', 'pattern' => 'gs-[a-z0-9]{10}', ], 'SnapshotIdentifier' => [ 'type' => 'string', 'pattern' => 'gs-[a-z0-9]{10}', ], 'SnapshotName' => [ 'type' => 'string', 'max' => 63, 'min' => 1, 'pattern' => '(?!gs-)[a-z][a-z0-9]*(-[a-z0-9]+)*', ], 'SnapshotStatus' => [ 'type' => 'string', 'enum' => [ 'CREATING', 'AVAILABLE', 'DELETING', 'FAILED', ], ], 'StartImportTaskInput' => [ 'type' => 'structure', 'required' => [ 'source', 'graphIdentifier', 'roleArn', ], 'members' => [ 'importOptions' => [ 'shape' => 'ImportOptions', ], 'failOnError' => [ 'shape' => 'Boolean', ], 'source' => [ 'shape' => 'String', ], 'format' => [ 'shape' => 'Format', ], 'blankNodeHandling' => [ 'shape' => 'BlankNodeHandling', ], 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'location' => 'uri', 'locationName' => 'graphIdentifier', ], 'roleArn' => [ 'shape' => 'RoleArn', ], ], ], 'StartImportTaskOutput' => [ 'type' => 'structure', 'required' => [ 'taskId', 'source', 'roleArn', 'status', ], 'members' => [ 'graphId' => [ 'shape' => 'GraphId', ], 'taskId' => [ 'shape' => 'TaskId', ], 'source' => [ 'shape' => 'String', ], 'format' => [ 'shape' => 'Format', ], 'roleArn' => [ 'shape' => 'RoleArn', ], 'status' => [ 'shape' => 'ImportTaskStatus', ], 'importOptions' => [ 'shape' => 'ImportOptions', ], ], ], 'String' => [ 'type' => 'string', ], 'SubnetId' => [ 'type' => 'string', 'pattern' => 'subnet-[a-z0-9]+', ], 'SubnetIds' => [ 'type' => 'list', 'member' => [ 'shape' => 'SubnetId', ], 'max' => 6, 'min' => 1, ], 'SyntheticTimestamp_date_time' => [ 'type' => 'timestamp', 'timestampFormat' => 'iso8601', ], 'TagKey' => [ 'type' => 'string', 'max' => 128, 'min' => 1, 'pattern' => '(?!aws:)[a-zA-Z+-=._:/]+', ], 'TagKeyList' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagKey', ], 'max' => 50, 'min' => 0, ], 'TagMap' => [ 'type' => 'map', 'key' => [ 'shape' => 'TagKey', ], 'value' => [ 'shape' => 'TagValue', ], 'max' => 50, 'min' => 0, ], 'TagResourceInput' => [ 'type' => 'structure', 'required' => [ 'resourceArn', 'tags', ], 'members' => [ 'resourceArn' => [ 'shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn', ], 'tags' => [ 'shape' => 'TagMap', ], ], ], 'TagResourceOutput' => [ 'type' => 'structure', 'members' => [], ], 'TagValue' => [ 'type' => 'string', 'max' => 256, 'min' => 0, ], 'TaskId' => [ 'type' => 'string', 'pattern' => 't-[a-z0-9]{10}', ], 'ThrottlingException' => [ 'type' => 'structure', 'required' => [ 'message', ], 'members' => [ 'message' => [ 'shape' => 'String', ], ], 'error' => [ 'httpStatusCode' => 429, 'senderFault' => true, ], 'exception' => true, 'retryable' => [ 'throttling' => true, ], ], 'Timestamp' => [ 'type' => 'timestamp', ], 'UnprocessableException' => [ 'type' => 'structure', 'required' => [ 'message', 'reason', ], 'members' => [ 'message' => [ 'shape' => 'String', ], 'reason' => [ 'shape' => 'UnprocessableExceptionReason', ], ], 'error' => [ 'httpStatusCode' => 422, 'senderFault' => true, ], 'exception' => true, ], 'UnprocessableExceptionReason' => [ 'type' => 'string', 'enum' => [ 'QUERY_TIMEOUT', 'INTERNAL_LIMIT_EXCEEDED', 'MEMORY_LIMIT_EXCEEDED', 'STORAGE_LIMIT_EXCEEDED', 'PARTITION_FULL', ], ], 'UntagResourceInput' => [ 'type' => 'structure', 'required' => [ 'resourceArn', 'tagKeys', ], 'members' => [ 'resourceArn' => [ 'shape' => 'Arn', 'location' => 'uri', 'locationName' => 'resourceArn', ], 'tagKeys' => [ 'shape' => 'TagKeyList', 'location' => 'querystring', 'locationName' => 'tagKeys', ], ], ], 'UntagResourceOutput' => [ 'type' => 'structure', 'members' => [], ], 'UpdateGraphInput' => [ 'type' => 'structure', 'required' => [ 'graphIdentifier', ], 'members' => [ 'graphIdentifier' => [ 'shape' => 'GraphIdentifier', 'location' => 'uri', 'locationName' => 'graphIdentifier', ], 'publicConnectivity' => [ 'shape' => 'Boolean', ], 'provisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], 'deletionProtection' => [ 'shape' => 'Boolean', ], ], ], 'UpdateGraphOutput' => [ 'type' => 'structure', 'required' => [ 'id', 'name', 'arn', ], 'members' => [ 'id' => [ 'shape' => 'GraphId', ], 'name' => [ 'shape' => 'GraphName', ], 'arn' => [ 'shape' => 'String', ], 'status' => [ 'shape' => 'GraphStatus', ], 'statusReason' => [ 'shape' => 'String', ], 'createTime' => [ 'shape' => 'Timestamp', ], 'provisionedMemory' => [ 'shape' => 'ProvisionedMemory', ], 'endpoint' => [ 'shape' => 'String', ], 'publicConnectivity' => [ 'shape' => 'Boolean', ], 'vectorSearchConfiguration' => [ 'shape' => 'VectorSearchConfiguration', ], 'replicaCount' => [ 'shape' => 'ReplicaCount', ], 'kmsKeyIdentifier' => [ 'shape' => 'KmsKeyArn', ], 'sourceSnapshotId' => [ 'shape' => 'SnapshotId', ], 'deletionProtection' => [ 'shape' => 'Boolean', ], 'buildNumber' => [ 'shape' => 'String', ], ], ], 'ValidationException' => [ 'type' => 'structure', 'required' => [ 'message', ], 'members' => [ 'message' => [ 'shape' => 'String', ], 'reason' => [ 'shape' => 'ValidationExceptionReason', ], ], 'error' => [ 'httpStatusCode' => 400, 'senderFault' => true, ], 'exception' => true, ], 'ValidationExceptionReason' => [ 'type' => 'string', 'enum' => [ 'CONSTRAINT_VIOLATION', 'ILLEGAL_ARGUMENT', 'MALFORMED_QUERY', 'QUERY_CANCELLED', 'QUERY_TOO_LARGE', 'UNSUPPORTED_OPERATION', 'BAD_REQUEST', ], ], 'VectorSearchConfiguration' => [ 'type' => 'structure', 'required' => [ 'dimension', ], 'members' => [ 'dimension' => [ 'shape' => 'VectorSearchDimension', ], ], ], 'VectorSearchDimension' => [ 'type' => 'integer', 'box' => true, 'max' => 65536, 'min' => 1, ], 'VpcEndpointId' => [ 'type' => 'string', 'pattern' => 'vpce-[0-9a-f]{17}', ], 'VpcId' => [ 'type' => 'string', 'pattern' => 'vpc-[a-z0-9]+', ], ],]; diff --git a/src/data/neptune-graph/2023-11-29/docs-2.json b/src/data/neptune-graph/2023-11-29/docs-2.json index 5c35c3e8bb..aab0b9a6d5 100644 --- a/src/data/neptune-graph/2023-11-29/docs-2.json +++ b/src/data/neptune-graph/2023-11-29/docs-2.json @@ -45,6 +45,13 @@ "UntagResourceInput$resourceArn": "

ARN of the resource whose tag needs to be removed.

" } }, + "BlankNodeHandling": { + "base": null, + "refs": { + "CreateGraphUsingImportTaskInput$blankNodeHandling": "

The method to handle blank nodes in the dataset. Currently, only convertToIri is supported, meaning blank nodes are converted to unique IRIs at load time. Must be provided when format is ntriples. For more information, see Handling RDF values.

", + "StartImportTaskInput$blankNodeHandling": "

The method to handle blank nodes in the dataset. Currently, only convertToIri is supported, meaning blank nodes are converted to unique IRIs at load time. Must be provided when format is ntriples. For more information, see Handling RDF values.

" + } + }, "Boolean": { "base": null, "refs": { @@ -231,7 +238,7 @@ "refs": { "CancelImportTaskOutput$format": "

Specifies the format of S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.

", "CreateGraphUsingImportTaskInput$format": "

Specifies the format of S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.

", - "CreateGraphUsingImportTaskOutput$format": "

Specifies the format of S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.

", + "CreateGraphUsingImportTaskOutput$format": "

Specifies the format of S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format, OPENCYPHER, which identifies the openCypher load format, or ntriples, which identifies the RDF n-triples format.

", "GetImportTaskOutput$format": "

Specifies the format of S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.

", "ImportTaskSummary$format": "

Specifies the format of S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.

", "StartImportTaskInput$format": "

Specifies the format of Amazon S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.

", diff --git a/src/data/neptune-graph/2023-11-29/docs-2.json.php b/src/data/neptune-graph/2023-11-29/docs-2.json.php index 4761fdc1de..f57431ef06 100644 --- a/src/data/neptune-graph/2023-11-29/docs-2.json.php +++ b/src/data/neptune-graph/2023-11-29/docs-2.json.php @@ -1,3 +1,3 @@ '2.0', 'service' => '

Neptune Analytics is a new analytics database engine for Amazon Neptune that helps customers get to insights faster by quickly processing large amounts of graph data, invoking popular graph analytic algorithms in low-latency queries, and getting analytics results in seconds.

', 'operations' => [ 'CancelImportTask' => '

Deletes the specified import task.

', 'CancelQuery' => '

Cancels a specified query.

', 'CreateGraph' => '

Creates a new Neptune Analytics graph.

', 'CreateGraphSnapshot' => '

Creates a snapshot of the specific graph.

', 'CreateGraphUsingImportTask' => '

Creates a new Neptune Analytics graph and imports data into it, either from Amazon Simple Storage Service (S3) or from a Neptune database or a Neptune database snapshot.

The data can be loaded from files in S3 that in either the Gremlin CSV format or the openCypher load format.

', 'CreatePrivateGraphEndpoint' => '

Create a private graph endpoint to allow private access from to the graph from within a VPC. You can attach security groups to the private graph endpoint.

VPC endpoint charges apply.

', 'DeleteGraph' => '

Deletes the specified graph. Graphs cannot be deleted if delete-protection is enabled.

', 'DeleteGraphSnapshot' => '

Deletes the specifed graph snapshot.

', 'DeletePrivateGraphEndpoint' => '

Deletes a private graph endpoint.

', 'ExecuteQuery' => '

Execute an openCypher query.

When invoking this operation in a Neptune Analytics cluster, the IAM user or role making the request must have a policy attached that allows one of the following IAM actions in that cluster, depending on the query:

', 'GetGraph' => '

Gets information about a specified graph.

', 'GetGraphSnapshot' => '

Retrieves a specified graph snapshot.

', 'GetGraphSummary' => '

Gets a graph summary for a property graph.

', 'GetImportTask' => '

Retrieves a specified import task.

', 'GetPrivateGraphEndpoint' => '

Retrieves information about a specified private endpoint.

', 'GetQuery' => '

Retrieves the status of a specified query.

When invoking this operation in a Neptune Analytics cluster, the IAM user or role making the request must have the neptune-graph:GetQueryStatus IAM action attached.

', 'ListGraphSnapshots' => '

Lists available snapshots of a specified Neptune Analytics graph.

', 'ListGraphs' => '

Lists available Neptune Analytics graphs.

', 'ListImportTasks' => '

Lists import tasks.

', 'ListPrivateGraphEndpoints' => '

Lists private endpoints for a specified Neptune Analytics graph.

', 'ListQueries' => '

Lists active openCypher queries.

', 'ListTagsForResource' => '

Lists tags associated with a specified resource.

', 'ResetGraph' => '

Empties the data from a specified Neptune Analytics graph.

', 'RestoreGraphFromSnapshot' => '

Restores a graph from a snapshot.

', 'StartImportTask' => '

Import data into existing Neptune Analytics graph from Amazon Simple Storage Service (S3). The graph needs to be empty and in the AVAILABLE state.

', 'TagResource' => '

Adds tags to the specified resource.

', 'UntagResource' => '

Removes the specified tags from the specified resource.

', 'UpdateGraph' => '

Updates the configuration of a specified Neptune Analytics graph

', ], 'shapes' => [ 'AccessDeniedException' => [ 'base' => '

Raised in case of an authentication or authorization failure.

', 'refs' => [], ], 'Arn' => [ 'base' => NULL, 'refs' => [ 'ListTagsForResourceInput$resourceArn' => '

The ARN of the resource.

', 'TagResourceInput$resourceArn' => '

ARN of the resource for which tags need to be added.

', 'UntagResourceInput$resourceArn' => '

ARN of the resource whose tag needs to be removed.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'CreateGraphInput$publicConnectivity' => '

Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated. (true to enable, or false to disable.

', 'CreateGraphInput$deletionProtection' => '

Indicates whether or not to enable deletion protection on the graph. The graph can’t be deleted when deletion protection is enabled. (true or false).

', 'CreateGraphOutput$publicConnectivity' => '

Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated.

If enabling public connectivity for the first time, there will be a delay while it is enabled.

', 'CreateGraphOutput$deletionProtection' => '

A value that indicates whether the graph has deletion protection enabled. The graph can\'t be deleted when deletion protection is enabled.

', 'CreateGraphUsingImportTaskInput$publicConnectivity' => '

Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated. (true to enable, or false to disable).

', 'CreateGraphUsingImportTaskInput$deletionProtection' => '

Indicates whether or not to enable deletion protection on the graph. The graph can’t be deleted when deletion protection is enabled. (true or false).

', 'CreateGraphUsingImportTaskInput$failOnError' => '

If set to true, the task halts when an import error is encountered. If set to false, the task skips the data that caused the error and continues if possible.

', 'DeleteGraphInput$skipSnapshot' => '

Determines whether a final graph snapshot is created before the graph is deleted. If true is specified, no graph snapshot is created. If false is specified, a graph snapshot is created before the graph is deleted.

', 'DeleteGraphOutput$publicConnectivity' => '

If true, the graph has a public endpoint, otherwise not.

', 'DeleteGraphOutput$deletionProtection' => '

If true, deletion protection was enabled for the graph.

', 'GetGraphOutput$publicConnectivity' => '

If true, the graph has a public endpoint, otherwise not.

', 'GetGraphOutput$deletionProtection' => '

If true, deletion protection is enabled for the graph.

', 'GraphSummary$publicConnectivity' => '

If true, the graph has a public endpoint, otherwise not.

', 'GraphSummary$deletionProtection' => '

If true, deletion protection is enabled for the graph.

', 'NeptuneImportOptions$preserveDefaultVertexLabels' => '

Neptune Analytics supports label-less vertices and no labels are assigned unless one is explicitly provided. Neptune assigns default labels when none is explicitly provided. When importing the data into Neptune Analytics, the default vertex labels can be omitted by setting preserveDefaultVertexLabels to false. Note that if the vertex only has default labels, and has no other properties or edges, then the vertex will effectively not get imported into Neptune Analytics when preserveDefaultVertexLabels is set to false.

', 'NeptuneImportOptions$preserveEdgeIds' => '

Neptune Analytics currently does not support user defined edge ids. The edge ids are not imported by default. They are imported if preserveEdgeIds is set to true, and ids are stored as properties on the relationships with the property name neptuneEdgeId.

', 'ResetGraphInput$skipSnapshot' => '

Determines whether a final graph snapshot is created before the graph data is deleted. If set to true, no graph snapshot is created. If set to false, a graph snapshot is created before the data is deleted.

', 'ResetGraphOutput$publicConnectivity' => '

If true, the graph has a public endpoint, otherwise not.

', 'ResetGraphOutput$deletionProtection' => '

If true, deletion protection is enabled for the graph.

', 'RestoreGraphFromSnapshotInput$deletionProtection' => '

A value that indicates whether the graph has deletion protection enabled. The graph can\'t be deleted when deletion protection is enabled.

', 'RestoreGraphFromSnapshotInput$publicConnectivity' => '

Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated. (true to enable, or false to disable).

', 'RestoreGraphFromSnapshotOutput$publicConnectivity' => '

If true, the graph has a public endpoint, otherwise not.

', 'RestoreGraphFromSnapshotOutput$deletionProtection' => '

If true, deletion protection is enabled for the graph.

', 'StartImportTaskInput$failOnError' => '

If set to true, the task halts when an import error is encountered. If set to false, the task skips the data that caused the error and continues if possible.

', 'UpdateGraphInput$publicConnectivity' => '

Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated. (true to enable, or false to disable.

', 'UpdateGraphInput$deletionProtection' => '

A value that indicates whether the graph has deletion protection enabled. The graph can\'t be deleted when deletion protection is enabled.

', 'UpdateGraphOutput$publicConnectivity' => '

If true, the graph has a public endpoint, otherwise not.

', 'UpdateGraphOutput$deletionProtection' => '

If true, deletion protection is enabled for the graph.

', ], ], 'CancelImportTaskInput' => [ 'base' => NULL, 'refs' => [], ], 'CancelImportTaskOutput' => [ 'base' => NULL, 'refs' => [], ], 'CancelQueryInput' => [ 'base' => NULL, 'refs' => [], ], 'ConflictException' => [ 'base' => '

Raised when a conflict is encountered.

', 'refs' => [], ], 'ConflictExceptionReason' => [ 'base' => NULL, 'refs' => [ 'ConflictException$reason' => '

The reason for the conflict exception.

', ], ], 'CreateGraphInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateGraphOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateGraphSnapshotInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateGraphSnapshotOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateGraphUsingImportTaskInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateGraphUsingImportTaskOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreatePrivateGraphEndpointInput' => [ 'base' => NULL, 'refs' => [], ], 'CreatePrivateGraphEndpointOutput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteGraphInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteGraphOutput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteGraphSnapshotInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteGraphSnapshotOutput' => [ 'base' => NULL, 'refs' => [], ], 'DeletePrivateGraphEndpointInput' => [ 'base' => NULL, 'refs' => [], ], 'DeletePrivateGraphEndpointOutput' => [ 'base' => NULL, 'refs' => [], ], 'Document' => [ 'base' => NULL, 'refs' => [ 'DocumentValuedMap$value' => NULL, ], ], 'DocumentValuedMap' => [ 'base' => NULL, 'refs' => [ 'ExecuteQueryInput$parameters' => '

The data parameters the query can use in JSON format. For example: {"name": "john", "age": 20}. (optional)

', ], ], 'EdgeLabels' => [ 'base' => NULL, 'refs' => [ 'GraphDataSummary$edgeLabels' => '

A list of the edge labels in the graph.

', ], ], 'EdgeProperties' => [ 'base' => NULL, 'refs' => [ 'EdgeStructure$edgeProperties' => '

A list of the properties associated with the edge.

', ], ], 'EdgeStructure' => [ 'base' => '

Contains information about an edge in a Neptune Analytics graph.

', 'refs' => [ 'EdgeStructures$member' => NULL, ], ], 'EdgeStructures' => [ 'base' => NULL, 'refs' => [ 'GraphDataSummary$edgeStructures' => '

This field is only present when the requested mode is DETAILED. It contains a list of edge structures.

', ], ], 'ExecuteQueryInput' => [ 'base' => NULL, 'refs' => [], ], 'ExecuteQueryOutput' => [ 'base' => NULL, 'refs' => [], ], 'ExplainMode' => [ 'base' => NULL, 'refs' => [ 'ExecuteQueryInput$explainMode' => '

The explain mode parameter returns a query explain instead of the actual query results. A query explain can be used to gather insights about the query execution such as planning decisions, time spent on each operator, solutions flowing etc.

', ], ], 'Format' => [ 'base' => NULL, 'refs' => [ 'CancelImportTaskOutput$format' => '

Specifies the format of S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.

', 'CreateGraphUsingImportTaskInput$format' => '

Specifies the format of S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.

', 'CreateGraphUsingImportTaskOutput$format' => '

Specifies the format of S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.

', 'GetImportTaskOutput$format' => '

Specifies the format of S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.

', 'ImportTaskSummary$format' => '

Specifies the format of S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.

', 'StartImportTaskInput$format' => '

Specifies the format of Amazon S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.

', 'StartImportTaskOutput$format' => '

Specifies the format of Amazon S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.

', ], ], 'GetGraphInput' => [ 'base' => NULL, 'refs' => [], ], 'GetGraphOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetGraphSnapshotInput' => [ 'base' => NULL, 'refs' => [], ], 'GetGraphSnapshotOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetGraphSummaryInput' => [ 'base' => NULL, 'refs' => [], ], 'GetGraphSummaryOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetImportTaskInput' => [ 'base' => NULL, 'refs' => [], ], 'GetImportTaskOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetPrivateGraphEndpointInput' => [ 'base' => NULL, 'refs' => [], ], 'GetPrivateGraphEndpointOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetQueryInput' => [ 'base' => NULL, 'refs' => [], ], 'GetQueryOutput' => [ 'base' => NULL, 'refs' => [], ], 'GraphDataSummary' => [ 'base' => '

Summary information about the graph.

', 'refs' => [ 'GetGraphSummaryOutput$graphSummary' => '

The graph summary.

', ], ], 'GraphId' => [ 'base' => NULL, 'refs' => [ 'CancelImportTaskOutput$graphId' => '

The unique identifier of the Neptune Analytics graph.

', 'CreateGraphOutput$id' => '

The ID of the graph.

', 'CreateGraphSnapshotOutput$sourceGraphId' => '

The Id of the Neptune Analytics graph from which the snapshot is created.

', 'CreateGraphUsingImportTaskOutput$graphId' => '

The unique identifier of the Neptune Analytics graph.

', 'DeleteGraphOutput$id' => '

The unique identifier of the graph.

', 'DeleteGraphSnapshotOutput$sourceGraphId' => '

The graph identifier for the graph from which the snapshot was created.

', 'GetGraphOutput$id' => '

The unique identifier of the graph.

', 'GetGraphSnapshotOutput$sourceGraphId' => '

The graph identifier for the graph for which a snapshot is to be created.

', 'GetImportTaskOutput$graphId' => '

The unique identifier of the Neptune Analytics graph.

', 'GraphSnapshotSummary$sourceGraphId' => '

The graph identifier for the graph for which a snapshot is to be created.

', 'GraphSummary$id' => '

The unique identifier of the graph.

', 'ImportTaskSummary$graphId' => '

The unique identifier of the Neptune Analytics graph.

', 'ResetGraphOutput$id' => '

The unique identifier of the graph.

', 'RestoreGraphFromSnapshotOutput$id' => '

The unique identifier of the graph.

', 'StartImportTaskOutput$graphId' => '

The unique identifier of the Neptune Analytics graph.

', 'UpdateGraphOutput$id' => '

The unique identifier of the graph.

', ], ], 'GraphIdentifier' => [ 'base' => NULL, 'refs' => [ 'CancelQueryInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'CreateGraphSnapshotInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'CreatePrivateGraphEndpointInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'DeleteGraphInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'DeletePrivateGraphEndpointInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'ExecuteQueryInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'GetGraphInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'GetGraphSummaryInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'GetPrivateGraphEndpointInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'GetQueryInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'ListGraphSnapshotsInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'ListPrivateGraphEndpointsInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'ListQueriesInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'ResetGraphInput$graphIdentifier' => '

ID of the graph to reset.

', 'StartImportTaskInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'UpdateGraphInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', ], ], 'GraphName' => [ 'base' => NULL, 'refs' => [ 'CreateGraphInput$graphName' => '

A name for the new Neptune Analytics graph to be created.

The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.

', 'CreateGraphOutput$name' => '

The graph name. For example: my-graph-1.

The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.

', 'CreateGraphUsingImportTaskInput$graphName' => '

A name for the new Neptune Analytics graph to be created.

The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.

', 'DeleteGraphOutput$name' => '

The name of the graph.

', 'GetGraphOutput$name' => '

The name of the graph.

', 'GraphSummary$name' => '

The name of the graph.

', 'ResetGraphOutput$name' => '

The name of the graph.

', 'RestoreGraphFromSnapshotInput$graphName' => '

A name for the new Neptune Analytics graph to be created from the snapshot.

The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.

', 'RestoreGraphFromSnapshotOutput$name' => '

The name of the graph.

', 'UpdateGraphOutput$name' => '

The name of the graph.

', ], ], 'GraphSnapshotSummary' => [ 'base' => '

Details about a graph snapshot.

', 'refs' => [ 'GraphSnapshotSummaryList$member' => NULL, ], ], 'GraphSnapshotSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListGraphSnapshotsOutput$graphSnapshots' => '

The requested list of snapshots.

', ], ], 'GraphStatus' => [ 'base' => NULL, 'refs' => [ 'CreateGraphOutput$status' => '

The current status of the graph.

', 'DeleteGraphOutput$status' => '

The status of the graph.

', 'GetGraphOutput$status' => '

The status of the graph.

', 'GraphSummary$status' => '

The status of the graph.

', 'ResetGraphOutput$status' => '

The status of the graph.

', 'RestoreGraphFromSnapshotOutput$status' => '

The status of the graph.

', 'UpdateGraphOutput$status' => '

The status of the graph.

', ], ], 'GraphSummary' => [ 'base' => '

Summary details about a graph.

', 'refs' => [ 'GraphSummaryList$member' => NULL, ], ], 'GraphSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListGraphsOutput$graphs' => '

A list of the graphs.

', ], ], 'GraphSummaryMode' => [ 'base' => NULL, 'refs' => [ 'GetGraphSummaryInput$mode' => '

The summary mode can take one of two values: basic (the default), and detailed.

', ], ], 'ImportOptions' => [ 'base' => '

Options for how to perform an import.

', 'refs' => [ 'CreateGraphUsingImportTaskInput$importOptions' => '

Contains options for controlling the import process. For example, if the failOnError key is set to false, the import skips problem data and attempts to continue (whereas if set to true, the default, or if omitted, the import operation halts immediately when an error is encountered.

', 'CreateGraphUsingImportTaskOutput$importOptions' => '

Contains options for controlling the import process. For example, if the failOnError key is set to false, the import skips problem data and attempts to continue (whereas if set to true, the default, or if omitted, the import operation halts immediately when an error is encountered.

', 'GetImportTaskOutput$importOptions' => '

Contains options for controlling the import process. For example, if the failOnError key is set to false, the import skips problem data and attempts to continue (whereas if set to true, the default, or if omitted, the import operation halts immediately when an error is encountered.

', 'StartImportTaskInput$importOptions' => NULL, 'StartImportTaskOutput$importOptions' => NULL, ], ], 'ImportTaskDetails' => [ 'base' => '

Contains details about an import task.

', 'refs' => [ 'GetImportTaskOutput$importTaskDetails' => '

Contains details about the specified import task.

', ], ], 'ImportTaskStatus' => [ 'base' => NULL, 'refs' => [ 'CancelImportTaskOutput$status' => '

Current status of the task. Status is CANCELLING when the import task is cancelled.

', 'CreateGraphUsingImportTaskOutput$status' => '

The status of the import task.

', 'GetImportTaskOutput$status' => '

The status of the import task:

', 'ImportTaskSummary$status' => '

Status of the import task.

', 'StartImportTaskOutput$status' => '

The status of the import task.

', ], ], 'ImportTaskSummary' => [ 'base' => '

Details about an import task.

', 'refs' => [ 'ImportTaskSummaryList$member' => NULL, ], ], 'ImportTaskSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListImportTasksOutput$tasks' => '

The requested list of import tasks.

', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'ExecuteQueryInput$queryTimeoutMilliseconds' => '

Specifies the query timeout duration, in milliseconds. (optional)

', 'GetImportTaskOutput$attemptNumber' => '

The number of the current attempt to execute the import task.

', 'GetQueryOutput$waited' => '

Indicates how long the query waited, in milliseconds.

', 'GetQueryOutput$elapsed' => '

The number of milliseconds the query has been running.

', 'ImportTaskDetails$progressPercentage' => '

The percentage progress so far.

', 'ImportTaskDetails$errorCount' => '

The number of errors encountered so far.

', 'ListQueriesInput$maxResults' => '

The maximum number of results to be fetched by the API.

', 'QuerySummary$waited' => '

The amount of time, in milliseconds, the query has waited in the queue before being picked up by a worker thread.

', 'QuerySummary$elapsed' => '

The running time of the query, in milliseconds.

', ], ], 'InternalServerException' => [ 'base' => '

A failure occurred on the server.

', 'refs' => [], ], 'KmsKeyArn' => [ 'base' => NULL, 'refs' => [ 'CreateGraphInput$kmsKeyIdentifier' => '

Specifies a KMS key to use to encrypt data in the new graph.

', 'CreateGraphOutput$kmsKeyIdentifier' => '

Specifies the KMS key used to encrypt data in the new graph.

', 'CreateGraphSnapshotOutput$kmsKeyIdentifier' => '

The ID of the KMS key used to encrypt and decrypt graph data.

', 'CreateGraphUsingImportTaskInput$kmsKeyIdentifier' => '

Specifies a KMS key to use to encrypt data imported into the new graph.

', 'DeleteGraphOutput$kmsKeyIdentifier' => '

The ID of the KMS key used to encrypt and decrypt graph data.

', 'DeleteGraphSnapshotOutput$kmsKeyIdentifier' => '

The ID of the KMS key used to encrypt and decrypt the snapshot.

', 'GetGraphOutput$kmsKeyIdentifier' => '

The ID of the KMS key used to encrypt and decrypt graph data.

', 'GetGraphSnapshotOutput$kmsKeyIdentifier' => '

The ID of the KMS key used to encrypt and decrypt the snapshot.

', 'GraphSnapshotSummary$kmsKeyIdentifier' => '

The ID of the KMS key used to encrypt and decrypt the snapshot.

', 'ResetGraphOutput$kmsKeyIdentifier' => '

The ID of the KMS key used to encrypt and decrypt graph data.

', 'RestoreGraphFromSnapshotOutput$kmsKeyIdentifier' => '

The ID of the KMS key used to encrypt and decrypt graph data.

', 'UpdateGraphOutput$kmsKeyIdentifier' => '

The ID of the KMS key used to encrypt and decrypt graph data.

', ], ], 'ListGraphSnapshotsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListGraphSnapshotsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListGraphsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListGraphsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListImportTasksInput' => [ 'base' => NULL, 'refs' => [], ], 'ListImportTasksOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListPrivateGraphEndpointsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListPrivateGraphEndpointsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListQueriesInput' => [ 'base' => NULL, 'refs' => [], ], 'ListQueriesOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceInput' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceOutput' => [ 'base' => NULL, 'refs' => [], ], 'Long' => [ 'base' => NULL, 'refs' => [ 'EdgeStructure$count' => '

The number of instances of the edge in the graph.

', 'GraphDataSummary$numNodes' => '

The number of nodes in the graph.

', 'GraphDataSummary$numEdges' => '

The number of edges in the graph.

', 'GraphDataSummary$numNodeLabels' => '

The number of distinct node labels in the graph.

', 'GraphDataSummary$numEdgeLabels' => '

The number of unique edge labels in the graph.

', 'GraphDataSummary$numNodeProperties' => '

The number of distinct node properties in the graph.

', 'GraphDataSummary$numEdgeProperties' => '

The number of edge properties in the graph.

', 'GraphDataSummary$totalNodePropertyValues' => '

The total number of usages of all node properties.

', 'GraphDataSummary$totalEdgePropertyValues' => '

The total number of usages of all edge properties.

', 'ImportTaskDetails$timeElapsedSeconds' => '

Seconds elapsed since the import task started.

', 'ImportTaskDetails$statementCount' => '

The number of statements in the import task.

', 'ImportTaskDetails$dictionaryEntryCount' => '

The number of dictionary entries in the import task.

', 'LongValuedMap$value' => NULL, 'NodeStructure$count' => '

The number of instances of this node.

', ], ], 'LongValuedMap' => [ 'base' => NULL, 'refs' => [ 'LongValuedMapList$member' => NULL, ], ], 'LongValuedMapList' => [ 'base' => NULL, 'refs' => [ 'GraphDataSummary$nodeProperties' => '

A list of the distinct node properties in the graph, along with the count of nodes where each property is used.

', 'GraphDataSummary$edgeProperties' => '

A list of the distinct edge properties in the graph, along with the count of edges where each property is used.

', ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'ListGraphSnapshotsInput$maxResults' => '

The total number of records to return in the command\'s output.

If the total number of records available is more than the value specified, nextToken is provided in the command\'s output. To resume pagination, provide the nextToken output value in the nextToken argument of a subsequent command. Do not use the nextToken response element directly outside of the Amazon CLI.

', 'ListGraphsInput$maxResults' => '

The total number of records to return in the command\'s output.

If the total number of records available is more than the value specified, nextToken is provided in the command\'s output. To resume pagination, provide the nextToken output value in the nextToken argument of a subsequent command. Do not use the nextToken response element directly outside of the Amazon CLI.

', 'ListImportTasksInput$maxResults' => '

The total number of records to return in the command\'s output.

If the total number of records available is more than the value specified, nextToken is provided in the command\'s output. To resume pagination, provide the nextToken output value in the nextToken argument of a subsequent command. Do not use the nextToken response element directly outside of the Amazon CLI.

', 'ListPrivateGraphEndpointsInput$maxResults' => '

The total number of records to return in the command\'s output.

If the total number of records available is more than the value specified, nextToken is provided in the command\'s output. To resume pagination, provide the nextToken output value in the nextToken argument of a subsequent command. Do not use the nextToken response element directly outside of the Amazon CLI.

', ], ], 'NeptuneImportOptions' => [ 'base' => '

Options for how to import Neptune data.

', 'refs' => [ 'ImportOptions$neptune' => '

Options for importing data from a Neptune database.

', ], ], 'NeptuneImportOptionsS3ExportKmsKeyIdString' => [ 'base' => NULL, 'refs' => [ 'NeptuneImportOptions$s3ExportKmsKeyId' => '

The KMS key to use to encrypt data in the S3 bucket where the graph data is exported

', ], ], 'NeptuneImportOptionsS3ExportPathString' => [ 'base' => NULL, 'refs' => [ 'NeptuneImportOptions$s3ExportPath' => '

The path to an S3 bucket from which to import data.

', ], ], 'NodeLabels' => [ 'base' => NULL, 'refs' => [ 'GraphDataSummary$nodeLabels' => '

A list of distinct node labels in the graph.

', ], ], 'NodeProperties' => [ 'base' => NULL, 'refs' => [ 'NodeStructure$nodeProperties' => '

Properties associated with this node.

', ], ], 'NodeStructure' => [ 'base' => '

Information about a node.

', 'refs' => [ 'NodeStructures$member' => NULL, ], ], 'NodeStructures' => [ 'base' => NULL, 'refs' => [ 'GraphDataSummary$nodeStructures' => '

This field is only present when the requested mode is DETAILED. It contains a list of node structures.

', ], ], 'OutgoingEdgeLabels' => [ 'base' => NULL, 'refs' => [ 'NodeStructure$distinctOutgoingEdgeLabels' => '

The outgoing edge labels associated with this node.

', ], ], 'PaginationToken' => [ 'base' => NULL, 'refs' => [ 'ListGraphSnapshotsInput$nextToken' => '

Pagination token used to paginate output.

When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.

', 'ListGraphSnapshotsOutput$nextToken' => '

Pagination token used to paginate output.

When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.

', 'ListGraphsInput$nextToken' => '

Pagination token used to paginate output.

When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.

', 'ListGraphsOutput$nextToken' => '

Pagination token used to paginate output.

When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.

', 'ListImportTasksInput$nextToken' => '

Pagination token used to paginate output.

When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.

', 'ListImportTasksOutput$nextToken' => '

Pagination token used to paginate output.

When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.

', 'ListPrivateGraphEndpointsInput$nextToken' => '

Pagination token used to paginate output.

When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.

', 'ListPrivateGraphEndpointsOutput$nextToken' => '

Pagination token used to paginate output.

When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.

', ], ], 'PlanCacheType' => [ 'base' => NULL, 'refs' => [ 'ExecuteQueryInput$planCache' => '

Query plan cache is a feature that saves the query plan and reuses it on successive executions of the same query. This reduces query latency, and works for both READ and UPDATE queries. The plan cache is an LRU cache with a 5 minute TTL and a capacity of 1000.

', ], ], 'PrivateGraphEndpointStatus' => [ 'base' => NULL, 'refs' => [ 'CreatePrivateGraphEndpointOutput$status' => '

Status of the private graph endpoint.

', 'DeletePrivateGraphEndpointOutput$status' => '

The status of the delete operation.

', 'GetPrivateGraphEndpointOutput$status' => '

The current status of the private endpoint.

', 'PrivateGraphEndpointSummary$status' => '

The status of the private graph endpoint.

', ], ], 'PrivateGraphEndpointSummary' => [ 'base' => '

Details about a private graph endpoint.

', 'refs' => [ 'PrivateGraphEndpointSummaryList$member' => NULL, ], ], 'PrivateGraphEndpointSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListPrivateGraphEndpointsOutput$privateGraphEndpoints' => '

A list of private endpoints for the specified Neptune Analytics graph.

', ], ], 'ProvisionedMemory' => [ 'base' => NULL, 'refs' => [ 'CreateGraphInput$provisionedMemory' => '

The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Min = 128

', 'CreateGraphOutput$provisionedMemory' => '

The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.

Min = 128

', 'CreateGraphUsingImportTaskInput$maxProvisionedMemory' => '

The maximum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 1024, or the approved upper limit for your account.

If both the minimum and maximum values are specified, the max of the min-provisioned-memory and max-provisioned memory is used to create the graph. If neither value is specified 128 m-NCUs are used.

', 'CreateGraphUsingImportTaskInput$minProvisionedMemory' => '

The minimum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 128

', 'DeleteGraphOutput$provisionedMemory' => '

The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.

', 'GetGraphOutput$provisionedMemory' => '

The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.

', 'GraphSummary$provisionedMemory' => '

The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.

', 'ResetGraphOutput$provisionedMemory' => '

The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.

', 'RestoreGraphFromSnapshotInput$provisionedMemory' => '

The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.

Min = 128

', 'RestoreGraphFromSnapshotOutput$provisionedMemory' => '

The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.

', 'UpdateGraphInput$provisionedMemory' => '

The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.

Min = 128

', 'UpdateGraphOutput$provisionedMemory' => '

The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.

', ], ], 'QueryLanguage' => [ 'base' => NULL, 'refs' => [ 'ExecuteQueryInput$language' => '

The query language the query is written in. Currently only openCypher is supported.

', ], ], 'QueryResponseBlob' => [ 'base' => NULL, 'refs' => [ 'ExecuteQueryOutput$payload' => '

The query results.

', ], ], 'QueryState' => [ 'base' => NULL, 'refs' => [ 'GetQueryOutput$state' => '

State of the query.

', 'QuerySummary$state' => '

State of the query.

', ], ], 'QueryStateInput' => [ 'base' => NULL, 'refs' => [ 'ListQueriesInput$state' => '

Filtered list of queries based on state.

', ], ], 'QuerySummary' => [ 'base' => '

Details of the query listed.

', 'refs' => [ 'QuerySummaryList$member' => NULL, ], ], 'QuerySummaryList' => [ 'base' => NULL, 'refs' => [ 'ListQueriesOutput$queries' => '

A list of current openCypher queries.

', ], ], 'ReplicaCount' => [ 'base' => NULL, 'refs' => [ 'CreateGraphInput$replicaCount' => '

The number of replicas in other AZs. Min =0, Max = 2, Default = 1.

Additional charges equivalent to the m-NCUs selected for the graph apply for each replica.

', 'CreateGraphOutput$replicaCount' => '

The number of replicas in other AZs.

Default: If not specified, the default value is 1.

', 'CreateGraphUsingImportTaskInput$replicaCount' => '

The number of replicas in other AZs to provision on the new graph after import. Default = 0, Min = 0, Max = 2.

Additional charges equivalent to the m-NCUs selected for the graph apply for each replica.

', 'DeleteGraphOutput$replicaCount' => '

The number of replicas for the graph.

', 'GetGraphOutput$replicaCount' => '

The number of replicas for the graph.

', 'GraphSummary$replicaCount' => '

The number of replicas for the graph.

', 'ResetGraphOutput$replicaCount' => '

The number of replicas for the graph.

', 'RestoreGraphFromSnapshotInput$replicaCount' => '

The number of replicas in other AZs. Min =0, Max = 2, Default =1

Additional charges equivalent to the m-NCUs selected for the graph apply for each replica.

', 'RestoreGraphFromSnapshotOutput$replicaCount' => '

The number of replicas for the graph.

', 'UpdateGraphOutput$replicaCount' => '

The number of replicas for the graph.

', ], ], 'ResetGraphInput' => [ 'base' => NULL, 'refs' => [], ], 'ResetGraphOutput' => [ 'base' => NULL, 'refs' => [], ], 'ResourceNotFoundException' => [ 'base' => '

A specified resource could not be located.

', 'refs' => [], ], 'RestoreGraphFromSnapshotInput' => [ 'base' => NULL, 'refs' => [], ], 'RestoreGraphFromSnapshotOutput' => [ 'base' => NULL, 'refs' => [], ], 'RoleArn' => [ 'base' => NULL, 'refs' => [ 'CancelImportTaskOutput$roleArn' => '

The ARN of the IAM role that will allow access to the data that is to be imported.

', 'CreateGraphUsingImportTaskInput$roleArn' => '

The ARN of the IAM role that will allow access to the data that is to be imported.

', 'CreateGraphUsingImportTaskOutput$roleArn' => '

The ARN of the IAM role that will allow access to the data that is to be imported.

', 'GetImportTaskOutput$roleArn' => '

The ARN of the IAM role that will allow access to the data that is to be imported.

', 'ImportTaskSummary$roleArn' => '

The ARN of the IAM role that will allow access to the data that is to be imported.

', 'StartImportTaskInput$roleArn' => '

The ARN of the IAM role that will allow access to the data that is to be imported.

', 'StartImportTaskOutput$roleArn' => '

The ARN of the IAM role that will allow access to the data that is to be imported.

', ], ], 'SecurityGroupId' => [ 'base' => NULL, 'refs' => [ 'SecurityGroupIds$member' => NULL, ], ], 'SecurityGroupIds' => [ 'base' => NULL, 'refs' => [ 'CreatePrivateGraphEndpointInput$vpcSecurityGroupIds' => '

Security groups to be attached to the private graph endpoint..

', ], ], 'ServiceQuotaExceededException' => [ 'base' => '

A service quota was exceeded.

', 'refs' => [], ], 'SnapshotId' => [ 'base' => NULL, 'refs' => [ 'CreateGraphOutput$sourceSnapshotId' => '

The ID of the source graph.

', 'CreateGraphSnapshotOutput$id' => '

The ID of the snapshot created.

', 'DeleteGraphOutput$sourceSnapshotId' => '

The ID of the snapshot from which the graph was created, if the graph was recovered from a snapshot.

', 'DeleteGraphSnapshotOutput$id' => '

The unique identifier of the graph snapshot.

', 'GetGraphOutput$sourceSnapshotId' => '

The ID of the snapshot from which the graph was created, if it was created from a snapshot.

', 'GetGraphSnapshotOutput$id' => '

The unique identifier of the graph snapshot.

', 'GraphSnapshotSummary$id' => '

The unique identifier of the graph snapshot.

', 'ResetGraphOutput$sourceSnapshotId' => '

The ID of the snapshot from which the graph was created, if any.

', 'RestoreGraphFromSnapshotOutput$sourceSnapshotId' => '

The ID of the snapshot from which the graph was created, if any.

', 'UpdateGraphOutput$sourceSnapshotId' => '

The ID of the snapshot from which the graph was created, if any.

', ], ], 'SnapshotIdentifier' => [ 'base' => NULL, 'refs' => [ 'DeleteGraphSnapshotInput$snapshotIdentifier' => '

ID of the graph snapshot to be deleted.

', 'GetGraphSnapshotInput$snapshotIdentifier' => '

The ID of the snapshot to retrieve.

', 'RestoreGraphFromSnapshotInput$snapshotIdentifier' => '

The ID of the snapshot in question.

', ], ], 'SnapshotName' => [ 'base' => NULL, 'refs' => [ 'CreateGraphSnapshotInput$snapshotName' => '

The snapshot name. For example: my-snapshot-1.

The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.

', 'CreateGraphSnapshotOutput$name' => '

The name of the snapshot created.

', 'DeleteGraphSnapshotOutput$name' => '

The snapshot name. For example: my-snapshot-1.

The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.

', 'GetGraphSnapshotOutput$name' => '

The snapshot name. For example: my-snapshot-1.

The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.

', 'GraphSnapshotSummary$name' => '

The snapshot name. For example: my-snapshot-1.

The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.

', ], ], 'SnapshotStatus' => [ 'base' => NULL, 'refs' => [ 'CreateGraphSnapshotOutput$status' => '

The current state of the snapshot.

', 'DeleteGraphSnapshotOutput$status' => '

The status of the graph snapshot.

', 'GetGraphSnapshotOutput$status' => '

The status of the graph snapshot.

', 'GraphSnapshotSummary$status' => '

The status of the graph snapshot.

', ], ], 'StartImportTaskInput' => [ 'base' => NULL, 'refs' => [], ], 'StartImportTaskOutput' => [ 'base' => NULL, 'refs' => [], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$message' => '

A message describing the problem.

', 'CancelImportTaskOutput$source' => '

A URL identifying to the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot.

', 'CancelQueryInput$queryId' => '

The unique identifier of the query to cancel.

', 'ConflictException$message' => '

A message describing the problem.

', 'CreateGraphOutput$arn' => '

The ARN of the graph.

', 'CreateGraphOutput$statusReason' => '

The reason the status was given.

', 'CreateGraphOutput$endpoint' => '

The graph endpoint.

', 'CreateGraphOutput$buildNumber' => '

The build number of the graph software.

', 'CreateGraphSnapshotOutput$arn' => '

The ARN of the snapshot created.

', 'CreateGraphUsingImportTaskInput$source' => '

A URL identifying to the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot.

', 'CreateGraphUsingImportTaskOutput$source' => '

A URL identifying to the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot.

', 'DeleteGraphOutput$arn' => '

The ARN associated with the graph.

', 'DeleteGraphOutput$statusReason' => '

The reason for the status of the graph.

', 'DeleteGraphOutput$endpoint' => '

The graph endpoint.

', 'DeleteGraphOutput$buildNumber' => '

The build number associated with the graph.

', 'DeleteGraphSnapshotOutput$arn' => '

The ARN of the graph snapshot.

', 'DocumentValuedMap$key' => NULL, 'EdgeLabels$member' => NULL, 'EdgeProperties$member' => NULL, 'ExecuteQueryInput$queryString' => '

The query string to be executed.

', 'GetGraphOutput$arn' => '

The ARN associated with the graph.

', 'GetGraphOutput$statusReason' => '

The reason that the graph has this status.

', 'GetGraphOutput$endpoint' => '

The graph endpoint.

', 'GetGraphOutput$buildNumber' => '

The build number of the graph.

', 'GetGraphSnapshotOutput$arn' => '

The ARN of the graph snapshot.

', 'GetGraphSummaryOutput$version' => '

Display the version of this tool.

', 'GetImportTaskOutput$source' => '

A URL identifying to the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot

', 'GetImportTaskOutput$statusReason' => '

The reason that the import task has this status value.

', 'GetQueryInput$queryId' => '

The ID of the query in question.

', 'GetQueryOutput$id' => '

The ID of the query in question.

', 'GetQueryOutput$queryString' => '

The query in question.

', 'GraphSnapshotSummary$arn' => '

The ARN of the graph snapshot.

', 'GraphSummary$arn' => '

The ARN associated with the graph.

', 'GraphSummary$endpoint' => '

The graph endpoint.

', 'GraphSummary$kmsKeyIdentifier' => '

The ID of the KMS key used to encrypt and decrypt graph data.

', 'ImportTaskDetails$status' => '

Status of the import task.

', 'ImportTaskDetails$errorDetails' => '

Details about the errors that have been encountered.

', 'ImportTaskSummary$source' => '

A URL identifying to the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot

', 'InternalServerException$message' => '

A message describing the problem.

', 'LongValuedMap$key' => NULL, 'NodeLabels$member' => NULL, 'NodeProperties$member' => NULL, 'OutgoingEdgeLabels$member' => NULL, 'QuerySummary$id' => '

A string representation of the id of the query.

', 'QuerySummary$queryString' => '

The actual query text. The queryString may be truncated if the actual query string is too long.

', 'ResetGraphOutput$arn' => '

The ARN associated with the graph.

', 'ResetGraphOutput$statusReason' => '

The reason that the graph has this status.

', 'ResetGraphOutput$endpoint' => '

The graph endpoint.

', 'ResetGraphOutput$buildNumber' => '

The build number of the graph.

', 'ResourceNotFoundException$message' => '

A message describing the problem.

', 'RestoreGraphFromSnapshotOutput$arn' => '

The ARN associated with the graph.

', 'RestoreGraphFromSnapshotOutput$statusReason' => '

The reason that the graph has this status.

', 'RestoreGraphFromSnapshotOutput$endpoint' => '

The graph endpoint.

', 'RestoreGraphFromSnapshotOutput$buildNumber' => '

The build number of the graph.

', 'ServiceQuotaExceededException$message' => NULL, 'ServiceQuotaExceededException$resourceId' => '

The identifier of the resource that exceeded quota.

', 'ServiceQuotaExceededException$resourceType' => '

The type of the resource that exceeded quota. Ex: Graph, Snapshot

', 'ServiceQuotaExceededException$serviceCode' => '

The service code that exceeded quota.

', 'ServiceQuotaExceededException$quotaCode' => '

Service quota code of the resource for which quota was exceeded.

', 'StartImportTaskInput$source' => '

A URL identifying the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot.

', 'StartImportTaskOutput$source' => '

A URL identifying the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot.

', 'ThrottlingException$message' => '

A message describing the problem.

', 'UnprocessableException$message' => NULL, 'UpdateGraphOutput$arn' => '

The ARN associated with the graph.

', 'UpdateGraphOutput$statusReason' => '

The reason that the graph has this status.

', 'UpdateGraphOutput$endpoint' => '

The graph endpoint.

', 'UpdateGraphOutput$buildNumber' => '

The build number of the graph.

', 'ValidationException$message' => '

A message describing the problem.

', ], ], 'SubnetId' => [ 'base' => NULL, 'refs' => [ 'SubnetIds$member' => NULL, ], ], 'SubnetIds' => [ 'base' => NULL, 'refs' => [ 'CreatePrivateGraphEndpointInput$subnetIds' => '

Subnets in which private graph endpoint ENIs are created.

', 'CreatePrivateGraphEndpointOutput$subnetIds' => '

Subnets in which the private graph endpoint ENIs are created.

', 'DeletePrivateGraphEndpointOutput$subnetIds' => '

The subnet IDs involved.

', 'GetPrivateGraphEndpointOutput$subnetIds' => '

The subnet IDs involved.

', 'PrivateGraphEndpointSummary$subnetIds' => '

The subnet IDs associated with the private graph endpoint.

', ], ], 'SyntheticTimestamp_date_time' => [ 'base' => NULL, 'refs' => [ 'GetGraphSummaryOutput$lastStatisticsComputationTime' => '

The timestamp, in ISO 8601 format, of the time at which Neptune Analytics last computed statistics.

', ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagKeyList$member' => NULL, 'TagMap$key' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceInput$tagKeys' => '

Tag keys for the tags to be removed.

', ], ], 'TagMap' => [ 'base' => NULL, 'refs' => [ 'CreateGraphInput$tags' => '

Adds metadata tags to the new graph. These tags can also be used with cost allocation reporting, or used in a Condition statement in an IAM policy.

', 'CreateGraphSnapshotInput$tags' => '

Adds metadata tags to the new graph. These tags can also be used with cost allocation reporting, or used in a Condition statement in an IAM policy.

', 'CreateGraphUsingImportTaskInput$tags' => '

Adds metadata tags to the new graph. These tags can also be used with cost allocation reporting, or used in a Condition statement in an IAM policy.

', 'ListTagsForResourceOutput$tags' => '

The list of metadata tags associated with the resource.

', 'RestoreGraphFromSnapshotInput$tags' => '

Adds metadata tags to the snapshot. These tags can also be used with cost allocation reporting, or used in a Condition statement in an IAM policy.

', 'TagResourceInput$tags' => '

The tags to be assigned to the Neptune Analytics resource.

The tags are metadata that are specified as a list of key-value pairs:

Key (string)   –   A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length. It can\'t be prefixed with aws: and can only contain the set of Unicode characters specified by this Java regular expression: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").

Value (string)   –   A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length. It can\'t be prefixed with aws: and can only contain the set of Unicode characters specified by this Java regular expression: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").

', ], ], 'TagResourceInput' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceOutput' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'TagMap$value' => NULL, ], ], 'TaskId' => [ 'base' => NULL, 'refs' => [ 'CancelImportTaskInput$taskIdentifier' => '

The unique identifier of the import task.

', 'CancelImportTaskOutput$taskId' => '

The unique identifier of the import task.

', 'CreateGraphUsingImportTaskOutput$taskId' => '

The unique identifier of the import task.

', 'GetImportTaskInput$taskIdentifier' => '

The unique identifier of the import task.

', 'GetImportTaskOutput$taskId' => '

The unique identifier of the import task.

', 'ImportTaskSummary$taskId' => '

The unique identifier of the import task.

', 'StartImportTaskOutput$taskId' => '

The unique identifier of the import task.

', ], ], 'ThrottlingException' => [ 'base' => '

The exception was interrupted by throttling.

', 'refs' => [], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'CreateGraphOutput$createTime' => '

The time when the graph was created.

', 'CreateGraphSnapshotOutput$snapshotCreateTime' => '

The snapshot creation time

', 'DeleteGraphOutput$createTime' => '

The time at which the graph was created.

', 'DeleteGraphSnapshotOutput$snapshotCreateTime' => '

The time when the snapshot was created.

', 'GetGraphOutput$createTime' => '

The time at which the graph was created.

', 'GetGraphSnapshotOutput$snapshotCreateTime' => '

The time when the snapshot was created.

', 'GraphSnapshotSummary$snapshotCreateTime' => '

The time when the snapshot was created.

', 'ImportTaskDetails$startTime' => '

Time at which the import task started.

', 'ResetGraphOutput$createTime' => '

The time at which the graph was created.

', 'RestoreGraphFromSnapshotOutput$createTime' => '

The time at which the graph was created.

', 'UpdateGraphOutput$createTime' => '

The time at which the graph was created.

', ], ], 'UnprocessableException' => [ 'base' => '

Request cannot be processed due to known reasons. Eg. partition full.

', 'refs' => [], ], 'UnprocessableExceptionReason' => [ 'base' => NULL, 'refs' => [ 'UnprocessableException$reason' => '

The reason for the unprocessable exception.

', ], ], 'UntagResourceInput' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateGraphInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateGraphOutput' => [ 'base' => NULL, 'refs' => [], ], 'ValidationException' => [ 'base' => '

A resource could not be validated.

', 'refs' => [], ], 'ValidationExceptionReason' => [ 'base' => NULL, 'refs' => [ 'ValidationException$reason' => '

The reason that the resource could not be validated.

', ], ], 'VectorSearchConfiguration' => [ 'base' => '

Specifies the number of dimensions for vector embeddings loaded into the graph. Max = 65535

', 'refs' => [ 'CreateGraphInput$vectorSearchConfiguration' => '

Specifies the number of dimensions for vector embeddings that will be loaded into the graph. The value is specified as dimension=value. Max = 65,535

', 'CreateGraphOutput$vectorSearchConfiguration' => '

The vector-search configuration for the graph, which specifies the vector dimension to use in the vector index, if any.

', 'CreateGraphUsingImportTaskInput$vectorSearchConfiguration' => '

Specifies the number of dimensions for vector embeddings that will be loaded into the graph. The value is specified as dimension=value. Max = 65,535

', 'DeleteGraphOutput$vectorSearchConfiguration' => NULL, 'GetGraphOutput$vectorSearchConfiguration' => NULL, 'ResetGraphOutput$vectorSearchConfiguration' => NULL, 'RestoreGraphFromSnapshotOutput$vectorSearchConfiguration' => NULL, 'UpdateGraphOutput$vectorSearchConfiguration' => NULL, ], ], 'VectorSearchDimension' => [ 'base' => NULL, 'refs' => [ 'VectorSearchConfiguration$dimension' => '

The number of dimensions.

', ], ], 'VpcEndpointId' => [ 'base' => NULL, 'refs' => [ 'CreatePrivateGraphEndpointOutput$vpcEndpointId' => '

Endpoint ID of the prviate grpah endpoint.

', 'DeletePrivateGraphEndpointOutput$vpcEndpointId' => '

The ID of the VPC endpoint that was deleted.

', 'GetPrivateGraphEndpointOutput$vpcEndpointId' => '

The ID of the private endpoint.

', 'PrivateGraphEndpointSummary$vpcEndpointId' => '

The ID of the VPC endpoint.

', ], ], 'VpcId' => [ 'base' => NULL, 'refs' => [ 'CreatePrivateGraphEndpointInput$vpcId' => '

The VPC in which the private graph endpoint needs to be created.

', 'CreatePrivateGraphEndpointOutput$vpcId' => '

VPC in which the private graph endpoint is created.

', 'DeletePrivateGraphEndpointInput$vpcId' => '

The ID of the VPC where the private endpoint is located.

', 'DeletePrivateGraphEndpointOutput$vpcId' => '

The ID of the VPC where the private endpoint was deleted.

', 'GetPrivateGraphEndpointInput$vpcId' => '

The ID of the VPC where the private endpoint is located.

', 'GetPrivateGraphEndpointOutput$vpcId' => '

The ID of the VPC where the private endpoint is located.

', 'PrivateGraphEndpointSummary$vpcId' => '

The ID of the VPC in which the private graph endpoint is located.

', ], ], ],]; +return [ 'version' => '2.0', 'service' => '

Neptune Analytics is a new analytics database engine for Amazon Neptune that helps customers get to insights faster by quickly processing large amounts of graph data, invoking popular graph analytic algorithms in low-latency queries, and getting analytics results in seconds.

', 'operations' => [ 'CancelImportTask' => '

Deletes the specified import task.

', 'CancelQuery' => '

Cancels a specified query.

', 'CreateGraph' => '

Creates a new Neptune Analytics graph.

', 'CreateGraphSnapshot' => '

Creates a snapshot of the specific graph.

', 'CreateGraphUsingImportTask' => '

Creates a new Neptune Analytics graph and imports data into it, either from Amazon Simple Storage Service (S3) or from a Neptune database or a Neptune database snapshot.

The data can be loaded from files in S3 that in either the Gremlin CSV format or the openCypher load format.

', 'CreatePrivateGraphEndpoint' => '

Create a private graph endpoint to allow private access from to the graph from within a VPC. You can attach security groups to the private graph endpoint.

VPC endpoint charges apply.

', 'DeleteGraph' => '

Deletes the specified graph. Graphs cannot be deleted if delete-protection is enabled.

', 'DeleteGraphSnapshot' => '

Deletes the specifed graph snapshot.

', 'DeletePrivateGraphEndpoint' => '

Deletes a private graph endpoint.

', 'ExecuteQuery' => '

Execute an openCypher query.

When invoking this operation in a Neptune Analytics cluster, the IAM user or role making the request must have a policy attached that allows one of the following IAM actions in that cluster, depending on the query:

', 'GetGraph' => '

Gets information about a specified graph.

', 'GetGraphSnapshot' => '

Retrieves a specified graph snapshot.

', 'GetGraphSummary' => '

Gets a graph summary for a property graph.

', 'GetImportTask' => '

Retrieves a specified import task.

', 'GetPrivateGraphEndpoint' => '

Retrieves information about a specified private endpoint.

', 'GetQuery' => '

Retrieves the status of a specified query.

When invoking this operation in a Neptune Analytics cluster, the IAM user or role making the request must have the neptune-graph:GetQueryStatus IAM action attached.

', 'ListGraphSnapshots' => '

Lists available snapshots of a specified Neptune Analytics graph.

', 'ListGraphs' => '

Lists available Neptune Analytics graphs.

', 'ListImportTasks' => '

Lists import tasks.

', 'ListPrivateGraphEndpoints' => '

Lists private endpoints for a specified Neptune Analytics graph.

', 'ListQueries' => '

Lists active openCypher queries.

', 'ListTagsForResource' => '

Lists tags associated with a specified resource.

', 'ResetGraph' => '

Empties the data from a specified Neptune Analytics graph.

', 'RestoreGraphFromSnapshot' => '

Restores a graph from a snapshot.

', 'StartImportTask' => '

Import data into existing Neptune Analytics graph from Amazon Simple Storage Service (S3). The graph needs to be empty and in the AVAILABLE state.

', 'TagResource' => '

Adds tags to the specified resource.

', 'UntagResource' => '

Removes the specified tags from the specified resource.

', 'UpdateGraph' => '

Updates the configuration of a specified Neptune Analytics graph

', ], 'shapes' => [ 'AccessDeniedException' => [ 'base' => '

Raised in case of an authentication or authorization failure.

', 'refs' => [], ], 'Arn' => [ 'base' => NULL, 'refs' => [ 'ListTagsForResourceInput$resourceArn' => '

The ARN of the resource.

', 'TagResourceInput$resourceArn' => '

ARN of the resource for which tags need to be added.

', 'UntagResourceInput$resourceArn' => '

ARN of the resource whose tag needs to be removed.

', ], ], 'BlankNodeHandling' => [ 'base' => NULL, 'refs' => [ 'CreateGraphUsingImportTaskInput$blankNodeHandling' => '

The method to handle blank nodes in the dataset. Currently, only convertToIri is supported, meaning blank nodes are converted to unique IRIs at load time. Must be provided when format is ntriples. For more information, see Handling RDF values.

', 'StartImportTaskInput$blankNodeHandling' => '

The method to handle blank nodes in the dataset. Currently, only convertToIri is supported, meaning blank nodes are converted to unique IRIs at load time. Must be provided when format is ntriples. For more information, see Handling RDF values.

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'CreateGraphInput$publicConnectivity' => '

Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated. (true to enable, or false to disable.

', 'CreateGraphInput$deletionProtection' => '

Indicates whether or not to enable deletion protection on the graph. The graph can’t be deleted when deletion protection is enabled. (true or false).

', 'CreateGraphOutput$publicConnectivity' => '

Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated.

If enabling public connectivity for the first time, there will be a delay while it is enabled.

', 'CreateGraphOutput$deletionProtection' => '

A value that indicates whether the graph has deletion protection enabled. The graph can\'t be deleted when deletion protection is enabled.

', 'CreateGraphUsingImportTaskInput$publicConnectivity' => '

Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated. (true to enable, or false to disable).

', 'CreateGraphUsingImportTaskInput$deletionProtection' => '

Indicates whether or not to enable deletion protection on the graph. The graph can’t be deleted when deletion protection is enabled. (true or false).

', 'CreateGraphUsingImportTaskInput$failOnError' => '

If set to true, the task halts when an import error is encountered. If set to false, the task skips the data that caused the error and continues if possible.

', 'DeleteGraphInput$skipSnapshot' => '

Determines whether a final graph snapshot is created before the graph is deleted. If true is specified, no graph snapshot is created. If false is specified, a graph snapshot is created before the graph is deleted.

', 'DeleteGraphOutput$publicConnectivity' => '

If true, the graph has a public endpoint, otherwise not.

', 'DeleteGraphOutput$deletionProtection' => '

If true, deletion protection was enabled for the graph.

', 'GetGraphOutput$publicConnectivity' => '

If true, the graph has a public endpoint, otherwise not.

', 'GetGraphOutput$deletionProtection' => '

If true, deletion protection is enabled for the graph.

', 'GraphSummary$publicConnectivity' => '

If true, the graph has a public endpoint, otherwise not.

', 'GraphSummary$deletionProtection' => '

If true, deletion protection is enabled for the graph.

', 'NeptuneImportOptions$preserveDefaultVertexLabels' => '

Neptune Analytics supports label-less vertices and no labels are assigned unless one is explicitly provided. Neptune assigns default labels when none is explicitly provided. When importing the data into Neptune Analytics, the default vertex labels can be omitted by setting preserveDefaultVertexLabels to false. Note that if the vertex only has default labels, and has no other properties or edges, then the vertex will effectively not get imported into Neptune Analytics when preserveDefaultVertexLabels is set to false.

', 'NeptuneImportOptions$preserveEdgeIds' => '

Neptune Analytics currently does not support user defined edge ids. The edge ids are not imported by default. They are imported if preserveEdgeIds is set to true, and ids are stored as properties on the relationships with the property name neptuneEdgeId.

', 'ResetGraphInput$skipSnapshot' => '

Determines whether a final graph snapshot is created before the graph data is deleted. If set to true, no graph snapshot is created. If set to false, a graph snapshot is created before the data is deleted.

', 'ResetGraphOutput$publicConnectivity' => '

If true, the graph has a public endpoint, otherwise not.

', 'ResetGraphOutput$deletionProtection' => '

If true, deletion protection is enabled for the graph.

', 'RestoreGraphFromSnapshotInput$deletionProtection' => '

A value that indicates whether the graph has deletion protection enabled. The graph can\'t be deleted when deletion protection is enabled.

', 'RestoreGraphFromSnapshotInput$publicConnectivity' => '

Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated. (true to enable, or false to disable).

', 'RestoreGraphFromSnapshotOutput$publicConnectivity' => '

If true, the graph has a public endpoint, otherwise not.

', 'RestoreGraphFromSnapshotOutput$deletionProtection' => '

If true, deletion protection is enabled for the graph.

', 'StartImportTaskInput$failOnError' => '

If set to true, the task halts when an import error is encountered. If set to false, the task skips the data that caused the error and continues if possible.

', 'UpdateGraphInput$publicConnectivity' => '

Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated. (true to enable, or false to disable.

', 'UpdateGraphInput$deletionProtection' => '

A value that indicates whether the graph has deletion protection enabled. The graph can\'t be deleted when deletion protection is enabled.

', 'UpdateGraphOutput$publicConnectivity' => '

If true, the graph has a public endpoint, otherwise not.

', 'UpdateGraphOutput$deletionProtection' => '

If true, deletion protection is enabled for the graph.

', ], ], 'CancelImportTaskInput' => [ 'base' => NULL, 'refs' => [], ], 'CancelImportTaskOutput' => [ 'base' => NULL, 'refs' => [], ], 'CancelQueryInput' => [ 'base' => NULL, 'refs' => [], ], 'ConflictException' => [ 'base' => '

Raised when a conflict is encountered.

', 'refs' => [], ], 'ConflictExceptionReason' => [ 'base' => NULL, 'refs' => [ 'ConflictException$reason' => '

The reason for the conflict exception.

', ], ], 'CreateGraphInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateGraphOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateGraphSnapshotInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateGraphSnapshotOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateGraphUsingImportTaskInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateGraphUsingImportTaskOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreatePrivateGraphEndpointInput' => [ 'base' => NULL, 'refs' => [], ], 'CreatePrivateGraphEndpointOutput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteGraphInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteGraphOutput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteGraphSnapshotInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteGraphSnapshotOutput' => [ 'base' => NULL, 'refs' => [], ], 'DeletePrivateGraphEndpointInput' => [ 'base' => NULL, 'refs' => [], ], 'DeletePrivateGraphEndpointOutput' => [ 'base' => NULL, 'refs' => [], ], 'Document' => [ 'base' => NULL, 'refs' => [ 'DocumentValuedMap$value' => NULL, ], ], 'DocumentValuedMap' => [ 'base' => NULL, 'refs' => [ 'ExecuteQueryInput$parameters' => '

The data parameters the query can use in JSON format. For example: {"name": "john", "age": 20}. (optional)

', ], ], 'EdgeLabels' => [ 'base' => NULL, 'refs' => [ 'GraphDataSummary$edgeLabels' => '

A list of the edge labels in the graph.

', ], ], 'EdgeProperties' => [ 'base' => NULL, 'refs' => [ 'EdgeStructure$edgeProperties' => '

A list of the properties associated with the edge.

', ], ], 'EdgeStructure' => [ 'base' => '

Contains information about an edge in a Neptune Analytics graph.

', 'refs' => [ 'EdgeStructures$member' => NULL, ], ], 'EdgeStructures' => [ 'base' => NULL, 'refs' => [ 'GraphDataSummary$edgeStructures' => '

This field is only present when the requested mode is DETAILED. It contains a list of edge structures.

', ], ], 'ExecuteQueryInput' => [ 'base' => NULL, 'refs' => [], ], 'ExecuteQueryOutput' => [ 'base' => NULL, 'refs' => [], ], 'ExplainMode' => [ 'base' => NULL, 'refs' => [ 'ExecuteQueryInput$explainMode' => '

The explain mode parameter returns a query explain instead of the actual query results. A query explain can be used to gather insights about the query execution such as planning decisions, time spent on each operator, solutions flowing etc.

', ], ], 'Format' => [ 'base' => NULL, 'refs' => [ 'CancelImportTaskOutput$format' => '

Specifies the format of S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.

', 'CreateGraphUsingImportTaskInput$format' => '

Specifies the format of S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.

', 'CreateGraphUsingImportTaskOutput$format' => '

Specifies the format of S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format, OPENCYPHER, which identifies the openCypher load format, or ntriples, which identifies the RDF n-triples format.

', 'GetImportTaskOutput$format' => '

Specifies the format of S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.

', 'ImportTaskSummary$format' => '

Specifies the format of S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.

', 'StartImportTaskInput$format' => '

Specifies the format of Amazon S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.

', 'StartImportTaskOutput$format' => '

Specifies the format of Amazon S3 data to be imported. Valid values are CSV, which identifies the Gremlin CSV format or OPENCYPHER, which identies the openCypher load format.

', ], ], 'GetGraphInput' => [ 'base' => NULL, 'refs' => [], ], 'GetGraphOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetGraphSnapshotInput' => [ 'base' => NULL, 'refs' => [], ], 'GetGraphSnapshotOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetGraphSummaryInput' => [ 'base' => NULL, 'refs' => [], ], 'GetGraphSummaryOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetImportTaskInput' => [ 'base' => NULL, 'refs' => [], ], 'GetImportTaskOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetPrivateGraphEndpointInput' => [ 'base' => NULL, 'refs' => [], ], 'GetPrivateGraphEndpointOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetQueryInput' => [ 'base' => NULL, 'refs' => [], ], 'GetQueryOutput' => [ 'base' => NULL, 'refs' => [], ], 'GraphDataSummary' => [ 'base' => '

Summary information about the graph.

', 'refs' => [ 'GetGraphSummaryOutput$graphSummary' => '

The graph summary.

', ], ], 'GraphId' => [ 'base' => NULL, 'refs' => [ 'CancelImportTaskOutput$graphId' => '

The unique identifier of the Neptune Analytics graph.

', 'CreateGraphOutput$id' => '

The ID of the graph.

', 'CreateGraphSnapshotOutput$sourceGraphId' => '

The Id of the Neptune Analytics graph from which the snapshot is created.

', 'CreateGraphUsingImportTaskOutput$graphId' => '

The unique identifier of the Neptune Analytics graph.

', 'DeleteGraphOutput$id' => '

The unique identifier of the graph.

', 'DeleteGraphSnapshotOutput$sourceGraphId' => '

The graph identifier for the graph from which the snapshot was created.

', 'GetGraphOutput$id' => '

The unique identifier of the graph.

', 'GetGraphSnapshotOutput$sourceGraphId' => '

The graph identifier for the graph for which a snapshot is to be created.

', 'GetImportTaskOutput$graphId' => '

The unique identifier of the Neptune Analytics graph.

', 'GraphSnapshotSummary$sourceGraphId' => '

The graph identifier for the graph for which a snapshot is to be created.

', 'GraphSummary$id' => '

The unique identifier of the graph.

', 'ImportTaskSummary$graphId' => '

The unique identifier of the Neptune Analytics graph.

', 'ResetGraphOutput$id' => '

The unique identifier of the graph.

', 'RestoreGraphFromSnapshotOutput$id' => '

The unique identifier of the graph.

', 'StartImportTaskOutput$graphId' => '

The unique identifier of the Neptune Analytics graph.

', 'UpdateGraphOutput$id' => '

The unique identifier of the graph.

', ], ], 'GraphIdentifier' => [ 'base' => NULL, 'refs' => [ 'CancelQueryInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'CreateGraphSnapshotInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'CreatePrivateGraphEndpointInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'DeleteGraphInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'DeletePrivateGraphEndpointInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'ExecuteQueryInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'GetGraphInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'GetGraphSummaryInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'GetPrivateGraphEndpointInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'GetQueryInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'ListGraphSnapshotsInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'ListPrivateGraphEndpointsInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'ListQueriesInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'ResetGraphInput$graphIdentifier' => '

ID of the graph to reset.

', 'StartImportTaskInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', 'UpdateGraphInput$graphIdentifier' => '

The unique identifier of the Neptune Analytics graph.

', ], ], 'GraphName' => [ 'base' => NULL, 'refs' => [ 'CreateGraphInput$graphName' => '

A name for the new Neptune Analytics graph to be created.

The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.

', 'CreateGraphOutput$name' => '

The graph name. For example: my-graph-1.

The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.

', 'CreateGraphUsingImportTaskInput$graphName' => '

A name for the new Neptune Analytics graph to be created.

The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.

', 'DeleteGraphOutput$name' => '

The name of the graph.

', 'GetGraphOutput$name' => '

The name of the graph.

', 'GraphSummary$name' => '

The name of the graph.

', 'ResetGraphOutput$name' => '

The name of the graph.

', 'RestoreGraphFromSnapshotInput$graphName' => '

A name for the new Neptune Analytics graph to be created from the snapshot.

The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.

', 'RestoreGraphFromSnapshotOutput$name' => '

The name of the graph.

', 'UpdateGraphOutput$name' => '

The name of the graph.

', ], ], 'GraphSnapshotSummary' => [ 'base' => '

Details about a graph snapshot.

', 'refs' => [ 'GraphSnapshotSummaryList$member' => NULL, ], ], 'GraphSnapshotSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListGraphSnapshotsOutput$graphSnapshots' => '

The requested list of snapshots.

', ], ], 'GraphStatus' => [ 'base' => NULL, 'refs' => [ 'CreateGraphOutput$status' => '

The current status of the graph.

', 'DeleteGraphOutput$status' => '

The status of the graph.

', 'GetGraphOutput$status' => '

The status of the graph.

', 'GraphSummary$status' => '

The status of the graph.

', 'ResetGraphOutput$status' => '

The status of the graph.

', 'RestoreGraphFromSnapshotOutput$status' => '

The status of the graph.

', 'UpdateGraphOutput$status' => '

The status of the graph.

', ], ], 'GraphSummary' => [ 'base' => '

Summary details about a graph.

', 'refs' => [ 'GraphSummaryList$member' => NULL, ], ], 'GraphSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListGraphsOutput$graphs' => '

A list of the graphs.

', ], ], 'GraphSummaryMode' => [ 'base' => NULL, 'refs' => [ 'GetGraphSummaryInput$mode' => '

The summary mode can take one of two values: basic (the default), and detailed.

', ], ], 'ImportOptions' => [ 'base' => '

Options for how to perform an import.

', 'refs' => [ 'CreateGraphUsingImportTaskInput$importOptions' => '

Contains options for controlling the import process. For example, if the failOnError key is set to false, the import skips problem data and attempts to continue (whereas if set to true, the default, or if omitted, the import operation halts immediately when an error is encountered.

', 'CreateGraphUsingImportTaskOutput$importOptions' => '

Contains options for controlling the import process. For example, if the failOnError key is set to false, the import skips problem data and attempts to continue (whereas if set to true, the default, or if omitted, the import operation halts immediately when an error is encountered.

', 'GetImportTaskOutput$importOptions' => '

Contains options for controlling the import process. For example, if the failOnError key is set to false, the import skips problem data and attempts to continue (whereas if set to true, the default, or if omitted, the import operation halts immediately when an error is encountered.

', 'StartImportTaskInput$importOptions' => NULL, 'StartImportTaskOutput$importOptions' => NULL, ], ], 'ImportTaskDetails' => [ 'base' => '

Contains details about an import task.

', 'refs' => [ 'GetImportTaskOutput$importTaskDetails' => '

Contains details about the specified import task.

', ], ], 'ImportTaskStatus' => [ 'base' => NULL, 'refs' => [ 'CancelImportTaskOutput$status' => '

Current status of the task. Status is CANCELLING when the import task is cancelled.

', 'CreateGraphUsingImportTaskOutput$status' => '

The status of the import task.

', 'GetImportTaskOutput$status' => '

The status of the import task:

', 'ImportTaskSummary$status' => '

Status of the import task.

', 'StartImportTaskOutput$status' => '

The status of the import task.

', ], ], 'ImportTaskSummary' => [ 'base' => '

Details about an import task.

', 'refs' => [ 'ImportTaskSummaryList$member' => NULL, ], ], 'ImportTaskSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListImportTasksOutput$tasks' => '

The requested list of import tasks.

', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'ExecuteQueryInput$queryTimeoutMilliseconds' => '

Specifies the query timeout duration, in milliseconds. (optional)

', 'GetImportTaskOutput$attemptNumber' => '

The number of the current attempt to execute the import task.

', 'GetQueryOutput$waited' => '

Indicates how long the query waited, in milliseconds.

', 'GetQueryOutput$elapsed' => '

The number of milliseconds the query has been running.

', 'ImportTaskDetails$progressPercentage' => '

The percentage progress so far.

', 'ImportTaskDetails$errorCount' => '

The number of errors encountered so far.

', 'ListQueriesInput$maxResults' => '

The maximum number of results to be fetched by the API.

', 'QuerySummary$waited' => '

The amount of time, in milliseconds, the query has waited in the queue before being picked up by a worker thread.

', 'QuerySummary$elapsed' => '

The running time of the query, in milliseconds.

', ], ], 'InternalServerException' => [ 'base' => '

A failure occurred on the server.

', 'refs' => [], ], 'KmsKeyArn' => [ 'base' => NULL, 'refs' => [ 'CreateGraphInput$kmsKeyIdentifier' => '

Specifies a KMS key to use to encrypt data in the new graph.

', 'CreateGraphOutput$kmsKeyIdentifier' => '

Specifies the KMS key used to encrypt data in the new graph.

', 'CreateGraphSnapshotOutput$kmsKeyIdentifier' => '

The ID of the KMS key used to encrypt and decrypt graph data.

', 'CreateGraphUsingImportTaskInput$kmsKeyIdentifier' => '

Specifies a KMS key to use to encrypt data imported into the new graph.

', 'DeleteGraphOutput$kmsKeyIdentifier' => '

The ID of the KMS key used to encrypt and decrypt graph data.

', 'DeleteGraphSnapshotOutput$kmsKeyIdentifier' => '

The ID of the KMS key used to encrypt and decrypt the snapshot.

', 'GetGraphOutput$kmsKeyIdentifier' => '

The ID of the KMS key used to encrypt and decrypt graph data.

', 'GetGraphSnapshotOutput$kmsKeyIdentifier' => '

The ID of the KMS key used to encrypt and decrypt the snapshot.

', 'GraphSnapshotSummary$kmsKeyIdentifier' => '

The ID of the KMS key used to encrypt and decrypt the snapshot.

', 'ResetGraphOutput$kmsKeyIdentifier' => '

The ID of the KMS key used to encrypt and decrypt graph data.

', 'RestoreGraphFromSnapshotOutput$kmsKeyIdentifier' => '

The ID of the KMS key used to encrypt and decrypt graph data.

', 'UpdateGraphOutput$kmsKeyIdentifier' => '

The ID of the KMS key used to encrypt and decrypt graph data.

', ], ], 'ListGraphSnapshotsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListGraphSnapshotsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListGraphsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListGraphsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListImportTasksInput' => [ 'base' => NULL, 'refs' => [], ], 'ListImportTasksOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListPrivateGraphEndpointsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListPrivateGraphEndpointsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListQueriesInput' => [ 'base' => NULL, 'refs' => [], ], 'ListQueriesOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceInput' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceOutput' => [ 'base' => NULL, 'refs' => [], ], 'Long' => [ 'base' => NULL, 'refs' => [ 'EdgeStructure$count' => '

The number of instances of the edge in the graph.

', 'GraphDataSummary$numNodes' => '

The number of nodes in the graph.

', 'GraphDataSummary$numEdges' => '

The number of edges in the graph.

', 'GraphDataSummary$numNodeLabels' => '

The number of distinct node labels in the graph.

', 'GraphDataSummary$numEdgeLabels' => '

The number of unique edge labels in the graph.

', 'GraphDataSummary$numNodeProperties' => '

The number of distinct node properties in the graph.

', 'GraphDataSummary$numEdgeProperties' => '

The number of edge properties in the graph.

', 'GraphDataSummary$totalNodePropertyValues' => '

The total number of usages of all node properties.

', 'GraphDataSummary$totalEdgePropertyValues' => '

The total number of usages of all edge properties.

', 'ImportTaskDetails$timeElapsedSeconds' => '

Seconds elapsed since the import task started.

', 'ImportTaskDetails$statementCount' => '

The number of statements in the import task.

', 'ImportTaskDetails$dictionaryEntryCount' => '

The number of dictionary entries in the import task.

', 'LongValuedMap$value' => NULL, 'NodeStructure$count' => '

The number of instances of this node.

', ], ], 'LongValuedMap' => [ 'base' => NULL, 'refs' => [ 'LongValuedMapList$member' => NULL, ], ], 'LongValuedMapList' => [ 'base' => NULL, 'refs' => [ 'GraphDataSummary$nodeProperties' => '

A list of the distinct node properties in the graph, along with the count of nodes where each property is used.

', 'GraphDataSummary$edgeProperties' => '

A list of the distinct edge properties in the graph, along with the count of edges where each property is used.

', ], ], 'MaxResults' => [ 'base' => NULL, 'refs' => [ 'ListGraphSnapshotsInput$maxResults' => '

The total number of records to return in the command\'s output.

If the total number of records available is more than the value specified, nextToken is provided in the command\'s output. To resume pagination, provide the nextToken output value in the nextToken argument of a subsequent command. Do not use the nextToken response element directly outside of the Amazon CLI.

', 'ListGraphsInput$maxResults' => '

The total number of records to return in the command\'s output.

If the total number of records available is more than the value specified, nextToken is provided in the command\'s output. To resume pagination, provide the nextToken output value in the nextToken argument of a subsequent command. Do not use the nextToken response element directly outside of the Amazon CLI.

', 'ListImportTasksInput$maxResults' => '

The total number of records to return in the command\'s output.

If the total number of records available is more than the value specified, nextToken is provided in the command\'s output. To resume pagination, provide the nextToken output value in the nextToken argument of a subsequent command. Do not use the nextToken response element directly outside of the Amazon CLI.

', 'ListPrivateGraphEndpointsInput$maxResults' => '

The total number of records to return in the command\'s output.

If the total number of records available is more than the value specified, nextToken is provided in the command\'s output. To resume pagination, provide the nextToken output value in the nextToken argument of a subsequent command. Do not use the nextToken response element directly outside of the Amazon CLI.

', ], ], 'NeptuneImportOptions' => [ 'base' => '

Options for how to import Neptune data.

', 'refs' => [ 'ImportOptions$neptune' => '

Options for importing data from a Neptune database.

', ], ], 'NeptuneImportOptionsS3ExportKmsKeyIdString' => [ 'base' => NULL, 'refs' => [ 'NeptuneImportOptions$s3ExportKmsKeyId' => '

The KMS key to use to encrypt data in the S3 bucket where the graph data is exported

', ], ], 'NeptuneImportOptionsS3ExportPathString' => [ 'base' => NULL, 'refs' => [ 'NeptuneImportOptions$s3ExportPath' => '

The path to an S3 bucket from which to import data.

', ], ], 'NodeLabels' => [ 'base' => NULL, 'refs' => [ 'GraphDataSummary$nodeLabels' => '

A list of distinct node labels in the graph.

', ], ], 'NodeProperties' => [ 'base' => NULL, 'refs' => [ 'NodeStructure$nodeProperties' => '

Properties associated with this node.

', ], ], 'NodeStructure' => [ 'base' => '

Information about a node.

', 'refs' => [ 'NodeStructures$member' => NULL, ], ], 'NodeStructures' => [ 'base' => NULL, 'refs' => [ 'GraphDataSummary$nodeStructures' => '

This field is only present when the requested mode is DETAILED. It contains a list of node structures.

', ], ], 'OutgoingEdgeLabels' => [ 'base' => NULL, 'refs' => [ 'NodeStructure$distinctOutgoingEdgeLabels' => '

The outgoing edge labels associated with this node.

', ], ], 'PaginationToken' => [ 'base' => NULL, 'refs' => [ 'ListGraphSnapshotsInput$nextToken' => '

Pagination token used to paginate output.

When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.

', 'ListGraphSnapshotsOutput$nextToken' => '

Pagination token used to paginate output.

When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.

', 'ListGraphsInput$nextToken' => '

Pagination token used to paginate output.

When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.

', 'ListGraphsOutput$nextToken' => '

Pagination token used to paginate output.

When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.

', 'ListImportTasksInput$nextToken' => '

Pagination token used to paginate output.

When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.

', 'ListImportTasksOutput$nextToken' => '

Pagination token used to paginate output.

When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.

', 'ListPrivateGraphEndpointsInput$nextToken' => '

Pagination token used to paginate output.

When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.

', 'ListPrivateGraphEndpointsOutput$nextToken' => '

Pagination token used to paginate output.

When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.

', ], ], 'PlanCacheType' => [ 'base' => NULL, 'refs' => [ 'ExecuteQueryInput$planCache' => '

Query plan cache is a feature that saves the query plan and reuses it on successive executions of the same query. This reduces query latency, and works for both READ and UPDATE queries. The plan cache is an LRU cache with a 5 minute TTL and a capacity of 1000.

', ], ], 'PrivateGraphEndpointStatus' => [ 'base' => NULL, 'refs' => [ 'CreatePrivateGraphEndpointOutput$status' => '

Status of the private graph endpoint.

', 'DeletePrivateGraphEndpointOutput$status' => '

The status of the delete operation.

', 'GetPrivateGraphEndpointOutput$status' => '

The current status of the private endpoint.

', 'PrivateGraphEndpointSummary$status' => '

The status of the private graph endpoint.

', ], ], 'PrivateGraphEndpointSummary' => [ 'base' => '

Details about a private graph endpoint.

', 'refs' => [ 'PrivateGraphEndpointSummaryList$member' => NULL, ], ], 'PrivateGraphEndpointSummaryList' => [ 'base' => NULL, 'refs' => [ 'ListPrivateGraphEndpointsOutput$privateGraphEndpoints' => '

A list of private endpoints for the specified Neptune Analytics graph.

', ], ], 'ProvisionedMemory' => [ 'base' => NULL, 'refs' => [ 'CreateGraphInput$provisionedMemory' => '

The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Min = 128

', 'CreateGraphOutput$provisionedMemory' => '

The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.

Min = 128

', 'CreateGraphUsingImportTaskInput$maxProvisionedMemory' => '

The maximum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 1024, or the approved upper limit for your account.

If both the minimum and maximum values are specified, the max of the min-provisioned-memory and max-provisioned memory is used to create the graph. If neither value is specified 128 m-NCUs are used.

', 'CreateGraphUsingImportTaskInput$minProvisionedMemory' => '

The minimum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 128

', 'DeleteGraphOutput$provisionedMemory' => '

The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.

', 'GetGraphOutput$provisionedMemory' => '

The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.

', 'GraphSummary$provisionedMemory' => '

The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.

', 'ResetGraphOutput$provisionedMemory' => '

The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.

', 'RestoreGraphFromSnapshotInput$provisionedMemory' => '

The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.

Min = 128

', 'RestoreGraphFromSnapshotOutput$provisionedMemory' => '

The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.

', 'UpdateGraphInput$provisionedMemory' => '

The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.

Min = 128

', 'UpdateGraphOutput$provisionedMemory' => '

The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.

', ], ], 'QueryLanguage' => [ 'base' => NULL, 'refs' => [ 'ExecuteQueryInput$language' => '

The query language the query is written in. Currently only openCypher is supported.

', ], ], 'QueryResponseBlob' => [ 'base' => NULL, 'refs' => [ 'ExecuteQueryOutput$payload' => '

The query results.

', ], ], 'QueryState' => [ 'base' => NULL, 'refs' => [ 'GetQueryOutput$state' => '

State of the query.

', 'QuerySummary$state' => '

State of the query.

', ], ], 'QueryStateInput' => [ 'base' => NULL, 'refs' => [ 'ListQueriesInput$state' => '

Filtered list of queries based on state.

', ], ], 'QuerySummary' => [ 'base' => '

Details of the query listed.

', 'refs' => [ 'QuerySummaryList$member' => NULL, ], ], 'QuerySummaryList' => [ 'base' => NULL, 'refs' => [ 'ListQueriesOutput$queries' => '

A list of current openCypher queries.

', ], ], 'ReplicaCount' => [ 'base' => NULL, 'refs' => [ 'CreateGraphInput$replicaCount' => '

The number of replicas in other AZs. Min =0, Max = 2, Default = 1.

Additional charges equivalent to the m-NCUs selected for the graph apply for each replica.

', 'CreateGraphOutput$replicaCount' => '

The number of replicas in other AZs.

Default: If not specified, the default value is 1.

', 'CreateGraphUsingImportTaskInput$replicaCount' => '

The number of replicas in other AZs to provision on the new graph after import. Default = 0, Min = 0, Max = 2.

Additional charges equivalent to the m-NCUs selected for the graph apply for each replica.

', 'DeleteGraphOutput$replicaCount' => '

The number of replicas for the graph.

', 'GetGraphOutput$replicaCount' => '

The number of replicas for the graph.

', 'GraphSummary$replicaCount' => '

The number of replicas for the graph.

', 'ResetGraphOutput$replicaCount' => '

The number of replicas for the graph.

', 'RestoreGraphFromSnapshotInput$replicaCount' => '

The number of replicas in other AZs. Min =0, Max = 2, Default =1

Additional charges equivalent to the m-NCUs selected for the graph apply for each replica.

', 'RestoreGraphFromSnapshotOutput$replicaCount' => '

The number of replicas for the graph.

', 'UpdateGraphOutput$replicaCount' => '

The number of replicas for the graph.

', ], ], 'ResetGraphInput' => [ 'base' => NULL, 'refs' => [], ], 'ResetGraphOutput' => [ 'base' => NULL, 'refs' => [], ], 'ResourceNotFoundException' => [ 'base' => '

A specified resource could not be located.

', 'refs' => [], ], 'RestoreGraphFromSnapshotInput' => [ 'base' => NULL, 'refs' => [], ], 'RestoreGraphFromSnapshotOutput' => [ 'base' => NULL, 'refs' => [], ], 'RoleArn' => [ 'base' => NULL, 'refs' => [ 'CancelImportTaskOutput$roleArn' => '

The ARN of the IAM role that will allow access to the data that is to be imported.

', 'CreateGraphUsingImportTaskInput$roleArn' => '

The ARN of the IAM role that will allow access to the data that is to be imported.

', 'CreateGraphUsingImportTaskOutput$roleArn' => '

The ARN of the IAM role that will allow access to the data that is to be imported.

', 'GetImportTaskOutput$roleArn' => '

The ARN of the IAM role that will allow access to the data that is to be imported.

', 'ImportTaskSummary$roleArn' => '

The ARN of the IAM role that will allow access to the data that is to be imported.

', 'StartImportTaskInput$roleArn' => '

The ARN of the IAM role that will allow access to the data that is to be imported.

', 'StartImportTaskOutput$roleArn' => '

The ARN of the IAM role that will allow access to the data that is to be imported.

', ], ], 'SecurityGroupId' => [ 'base' => NULL, 'refs' => [ 'SecurityGroupIds$member' => NULL, ], ], 'SecurityGroupIds' => [ 'base' => NULL, 'refs' => [ 'CreatePrivateGraphEndpointInput$vpcSecurityGroupIds' => '

Security groups to be attached to the private graph endpoint..

', ], ], 'ServiceQuotaExceededException' => [ 'base' => '

A service quota was exceeded.

', 'refs' => [], ], 'SnapshotId' => [ 'base' => NULL, 'refs' => [ 'CreateGraphOutput$sourceSnapshotId' => '

The ID of the source graph.

', 'CreateGraphSnapshotOutput$id' => '

The ID of the snapshot created.

', 'DeleteGraphOutput$sourceSnapshotId' => '

The ID of the snapshot from which the graph was created, if the graph was recovered from a snapshot.

', 'DeleteGraphSnapshotOutput$id' => '

The unique identifier of the graph snapshot.

', 'GetGraphOutput$sourceSnapshotId' => '

The ID of the snapshot from which the graph was created, if it was created from a snapshot.

', 'GetGraphSnapshotOutput$id' => '

The unique identifier of the graph snapshot.

', 'GraphSnapshotSummary$id' => '

The unique identifier of the graph snapshot.

', 'ResetGraphOutput$sourceSnapshotId' => '

The ID of the snapshot from which the graph was created, if any.

', 'RestoreGraphFromSnapshotOutput$sourceSnapshotId' => '

The ID of the snapshot from which the graph was created, if any.

', 'UpdateGraphOutput$sourceSnapshotId' => '

The ID of the snapshot from which the graph was created, if any.

', ], ], 'SnapshotIdentifier' => [ 'base' => NULL, 'refs' => [ 'DeleteGraphSnapshotInput$snapshotIdentifier' => '

ID of the graph snapshot to be deleted.

', 'GetGraphSnapshotInput$snapshotIdentifier' => '

The ID of the snapshot to retrieve.

', 'RestoreGraphFromSnapshotInput$snapshotIdentifier' => '

The ID of the snapshot in question.

', ], ], 'SnapshotName' => [ 'base' => NULL, 'refs' => [ 'CreateGraphSnapshotInput$snapshotName' => '

The snapshot name. For example: my-snapshot-1.

The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.

', 'CreateGraphSnapshotOutput$name' => '

The name of the snapshot created.

', 'DeleteGraphSnapshotOutput$name' => '

The snapshot name. For example: my-snapshot-1.

The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.

', 'GetGraphSnapshotOutput$name' => '

The snapshot name. For example: my-snapshot-1.

The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.

', 'GraphSnapshotSummary$name' => '

The snapshot name. For example: my-snapshot-1.

The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.

', ], ], 'SnapshotStatus' => [ 'base' => NULL, 'refs' => [ 'CreateGraphSnapshotOutput$status' => '

The current state of the snapshot.

', 'DeleteGraphSnapshotOutput$status' => '

The status of the graph snapshot.

', 'GetGraphSnapshotOutput$status' => '

The status of the graph snapshot.

', 'GraphSnapshotSummary$status' => '

The status of the graph snapshot.

', ], ], 'StartImportTaskInput' => [ 'base' => NULL, 'refs' => [], ], 'StartImportTaskOutput' => [ 'base' => NULL, 'refs' => [], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AccessDeniedException$message' => '

A message describing the problem.

', 'CancelImportTaskOutput$source' => '

A URL identifying to the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot.

', 'CancelQueryInput$queryId' => '

The unique identifier of the query to cancel.

', 'ConflictException$message' => '

A message describing the problem.

', 'CreateGraphOutput$arn' => '

The ARN of the graph.

', 'CreateGraphOutput$statusReason' => '

The reason the status was given.

', 'CreateGraphOutput$endpoint' => '

The graph endpoint.

', 'CreateGraphOutput$buildNumber' => '

The build number of the graph software.

', 'CreateGraphSnapshotOutput$arn' => '

The ARN of the snapshot created.

', 'CreateGraphUsingImportTaskInput$source' => '

A URL identifying to the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot.

', 'CreateGraphUsingImportTaskOutput$source' => '

A URL identifying to the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot.

', 'DeleteGraphOutput$arn' => '

The ARN associated with the graph.

', 'DeleteGraphOutput$statusReason' => '

The reason for the status of the graph.

', 'DeleteGraphOutput$endpoint' => '

The graph endpoint.

', 'DeleteGraphOutput$buildNumber' => '

The build number associated with the graph.

', 'DeleteGraphSnapshotOutput$arn' => '

The ARN of the graph snapshot.

', 'DocumentValuedMap$key' => NULL, 'EdgeLabels$member' => NULL, 'EdgeProperties$member' => NULL, 'ExecuteQueryInput$queryString' => '

The query string to be executed.

', 'GetGraphOutput$arn' => '

The ARN associated with the graph.

', 'GetGraphOutput$statusReason' => '

The reason that the graph has this status.

', 'GetGraphOutput$endpoint' => '

The graph endpoint.

', 'GetGraphOutput$buildNumber' => '

The build number of the graph.

', 'GetGraphSnapshotOutput$arn' => '

The ARN of the graph snapshot.

', 'GetGraphSummaryOutput$version' => '

Display the version of this tool.

', 'GetImportTaskOutput$source' => '

A URL identifying to the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot

', 'GetImportTaskOutput$statusReason' => '

The reason that the import task has this status value.

', 'GetQueryInput$queryId' => '

The ID of the query in question.

', 'GetQueryOutput$id' => '

The ID of the query in question.

', 'GetQueryOutput$queryString' => '

The query in question.

', 'GraphSnapshotSummary$arn' => '

The ARN of the graph snapshot.

', 'GraphSummary$arn' => '

The ARN associated with the graph.

', 'GraphSummary$endpoint' => '

The graph endpoint.

', 'GraphSummary$kmsKeyIdentifier' => '

The ID of the KMS key used to encrypt and decrypt graph data.

', 'ImportTaskDetails$status' => '

Status of the import task.

', 'ImportTaskDetails$errorDetails' => '

Details about the errors that have been encountered.

', 'ImportTaskSummary$source' => '

A URL identifying to the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot

', 'InternalServerException$message' => '

A message describing the problem.

', 'LongValuedMap$key' => NULL, 'NodeLabels$member' => NULL, 'NodeProperties$member' => NULL, 'OutgoingEdgeLabels$member' => NULL, 'QuerySummary$id' => '

A string representation of the id of the query.

', 'QuerySummary$queryString' => '

The actual query text. The queryString may be truncated if the actual query string is too long.

', 'ResetGraphOutput$arn' => '

The ARN associated with the graph.

', 'ResetGraphOutput$statusReason' => '

The reason that the graph has this status.

', 'ResetGraphOutput$endpoint' => '

The graph endpoint.

', 'ResetGraphOutput$buildNumber' => '

The build number of the graph.

', 'ResourceNotFoundException$message' => '

A message describing the problem.

', 'RestoreGraphFromSnapshotOutput$arn' => '

The ARN associated with the graph.

', 'RestoreGraphFromSnapshotOutput$statusReason' => '

The reason that the graph has this status.

', 'RestoreGraphFromSnapshotOutput$endpoint' => '

The graph endpoint.

', 'RestoreGraphFromSnapshotOutput$buildNumber' => '

The build number of the graph.

', 'ServiceQuotaExceededException$message' => NULL, 'ServiceQuotaExceededException$resourceId' => '

The identifier of the resource that exceeded quota.

', 'ServiceQuotaExceededException$resourceType' => '

The type of the resource that exceeded quota. Ex: Graph, Snapshot

', 'ServiceQuotaExceededException$serviceCode' => '

The service code that exceeded quota.

', 'ServiceQuotaExceededException$quotaCode' => '

Service quota code of the resource for which quota was exceeded.

', 'StartImportTaskInput$source' => '

A URL identifying the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot.

', 'StartImportTaskOutput$source' => '

A URL identifying the location of the data to be imported. This can be an Amazon S3 path, or can point to a Neptune database endpoint or snapshot.

', 'ThrottlingException$message' => '

A message describing the problem.

', 'UnprocessableException$message' => NULL, 'UpdateGraphOutput$arn' => '

The ARN associated with the graph.

', 'UpdateGraphOutput$statusReason' => '

The reason that the graph has this status.

', 'UpdateGraphOutput$endpoint' => '

The graph endpoint.

', 'UpdateGraphOutput$buildNumber' => '

The build number of the graph.

', 'ValidationException$message' => '

A message describing the problem.

', ], ], 'SubnetId' => [ 'base' => NULL, 'refs' => [ 'SubnetIds$member' => NULL, ], ], 'SubnetIds' => [ 'base' => NULL, 'refs' => [ 'CreatePrivateGraphEndpointInput$subnetIds' => '

Subnets in which private graph endpoint ENIs are created.

', 'CreatePrivateGraphEndpointOutput$subnetIds' => '

Subnets in which the private graph endpoint ENIs are created.

', 'DeletePrivateGraphEndpointOutput$subnetIds' => '

The subnet IDs involved.

', 'GetPrivateGraphEndpointOutput$subnetIds' => '

The subnet IDs involved.

', 'PrivateGraphEndpointSummary$subnetIds' => '

The subnet IDs associated with the private graph endpoint.

', ], ], 'SyntheticTimestamp_date_time' => [ 'base' => NULL, 'refs' => [ 'GetGraphSummaryOutput$lastStatisticsComputationTime' => '

The timestamp, in ISO 8601 format, of the time at which Neptune Analytics last computed statistics.

', ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagKeyList$member' => NULL, 'TagMap$key' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceInput$tagKeys' => '

Tag keys for the tags to be removed.

', ], ], 'TagMap' => [ 'base' => NULL, 'refs' => [ 'CreateGraphInput$tags' => '

Adds metadata tags to the new graph. These tags can also be used with cost allocation reporting, or used in a Condition statement in an IAM policy.

', 'CreateGraphSnapshotInput$tags' => '

Adds metadata tags to the new graph. These tags can also be used with cost allocation reporting, or used in a Condition statement in an IAM policy.

', 'CreateGraphUsingImportTaskInput$tags' => '

Adds metadata tags to the new graph. These tags can also be used with cost allocation reporting, or used in a Condition statement in an IAM policy.

', 'ListTagsForResourceOutput$tags' => '

The list of metadata tags associated with the resource.

', 'RestoreGraphFromSnapshotInput$tags' => '

Adds metadata tags to the snapshot. These tags can also be used with cost allocation reporting, or used in a Condition statement in an IAM policy.

', 'TagResourceInput$tags' => '

The tags to be assigned to the Neptune Analytics resource.

The tags are metadata that are specified as a list of key-value pairs:

Key (string)   –   A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length. It can\'t be prefixed with aws: and can only contain the set of Unicode characters specified by this Java regular expression: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").

Value (string)   –   A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length. It can\'t be prefixed with aws: and can only contain the set of Unicode characters specified by this Java regular expression: "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$").

', ], ], 'TagResourceInput' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceOutput' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'TagMap$value' => NULL, ], ], 'TaskId' => [ 'base' => NULL, 'refs' => [ 'CancelImportTaskInput$taskIdentifier' => '

The unique identifier of the import task.

', 'CancelImportTaskOutput$taskId' => '

The unique identifier of the import task.

', 'CreateGraphUsingImportTaskOutput$taskId' => '

The unique identifier of the import task.

', 'GetImportTaskInput$taskIdentifier' => '

The unique identifier of the import task.

', 'GetImportTaskOutput$taskId' => '

The unique identifier of the import task.

', 'ImportTaskSummary$taskId' => '

The unique identifier of the import task.

', 'StartImportTaskOutput$taskId' => '

The unique identifier of the import task.

', ], ], 'ThrottlingException' => [ 'base' => '

The exception was interrupted by throttling.

', 'refs' => [], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'CreateGraphOutput$createTime' => '

The time when the graph was created.

', 'CreateGraphSnapshotOutput$snapshotCreateTime' => '

The snapshot creation time

', 'DeleteGraphOutput$createTime' => '

The time at which the graph was created.

', 'DeleteGraphSnapshotOutput$snapshotCreateTime' => '

The time when the snapshot was created.

', 'GetGraphOutput$createTime' => '

The time at which the graph was created.

', 'GetGraphSnapshotOutput$snapshotCreateTime' => '

The time when the snapshot was created.

', 'GraphSnapshotSummary$snapshotCreateTime' => '

The time when the snapshot was created.

', 'ImportTaskDetails$startTime' => '

Time at which the import task started.

', 'ResetGraphOutput$createTime' => '

The time at which the graph was created.

', 'RestoreGraphFromSnapshotOutput$createTime' => '

The time at which the graph was created.

', 'UpdateGraphOutput$createTime' => '

The time at which the graph was created.

', ], ], 'UnprocessableException' => [ 'base' => '

Request cannot be processed due to known reasons. Eg. partition full.

', 'refs' => [], ], 'UnprocessableExceptionReason' => [ 'base' => NULL, 'refs' => [ 'UnprocessableException$reason' => '

The reason for the unprocessable exception.

', ], ], 'UntagResourceInput' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateGraphInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateGraphOutput' => [ 'base' => NULL, 'refs' => [], ], 'ValidationException' => [ 'base' => '

A resource could not be validated.

', 'refs' => [], ], 'ValidationExceptionReason' => [ 'base' => NULL, 'refs' => [ 'ValidationException$reason' => '

The reason that the resource could not be validated.

', ], ], 'VectorSearchConfiguration' => [ 'base' => '

Specifies the number of dimensions for vector embeddings loaded into the graph. Max = 65535

', 'refs' => [ 'CreateGraphInput$vectorSearchConfiguration' => '

Specifies the number of dimensions for vector embeddings that will be loaded into the graph. The value is specified as dimension=value. Max = 65,535

', 'CreateGraphOutput$vectorSearchConfiguration' => '

The vector-search configuration for the graph, which specifies the vector dimension to use in the vector index, if any.

', 'CreateGraphUsingImportTaskInput$vectorSearchConfiguration' => '

Specifies the number of dimensions for vector embeddings that will be loaded into the graph. The value is specified as dimension=value. Max = 65,535

', 'DeleteGraphOutput$vectorSearchConfiguration' => NULL, 'GetGraphOutput$vectorSearchConfiguration' => NULL, 'ResetGraphOutput$vectorSearchConfiguration' => NULL, 'RestoreGraphFromSnapshotOutput$vectorSearchConfiguration' => NULL, 'UpdateGraphOutput$vectorSearchConfiguration' => NULL, ], ], 'VectorSearchDimension' => [ 'base' => NULL, 'refs' => [ 'VectorSearchConfiguration$dimension' => '

The number of dimensions.

', ], ], 'VpcEndpointId' => [ 'base' => NULL, 'refs' => [ 'CreatePrivateGraphEndpointOutput$vpcEndpointId' => '

Endpoint ID of the prviate grpah endpoint.

', 'DeletePrivateGraphEndpointOutput$vpcEndpointId' => '

The ID of the VPC endpoint that was deleted.

', 'GetPrivateGraphEndpointOutput$vpcEndpointId' => '

The ID of the private endpoint.

', 'PrivateGraphEndpointSummary$vpcEndpointId' => '

The ID of the VPC endpoint.

', ], ], 'VpcId' => [ 'base' => NULL, 'refs' => [ 'CreatePrivateGraphEndpointInput$vpcId' => '

The VPC in which the private graph endpoint needs to be created.

', 'CreatePrivateGraphEndpointOutput$vpcId' => '

VPC in which the private graph endpoint is created.

', 'DeletePrivateGraphEndpointInput$vpcId' => '

The ID of the VPC where the private endpoint is located.

', 'DeletePrivateGraphEndpointOutput$vpcId' => '

The ID of the VPC where the private endpoint was deleted.

', 'GetPrivateGraphEndpointInput$vpcId' => '

The ID of the VPC where the private endpoint is located.

', 'GetPrivateGraphEndpointOutput$vpcId' => '

The ID of the VPC where the private endpoint is located.

', 'PrivateGraphEndpointSummary$vpcId' => '

The ID of the VPC in which the private graph endpoint is located.

', ], ], ],];